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-06-09T10:33:13.953Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-2th7x with PID 14 (/app/app.jar started by so in /app) 2021-06-09T10:33:13.957Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-06-09T10:33:13.958Z||main|||||INFO|500||The following profiles are active: basic 2021-06-09T10:33:20.968Z||main|||||INFO|500||Starting service [Tomcat] 2021-06-09T10:33:20.969Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-06-09T10:33:21.056Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-06-09T10:33:22.604Z||main|||||INFO|500||catdb-pool - Starting... 2021-06-09T10:33:22.763Z||main|||||INFO|500||catdb-pool - Start completed. 2021-06-09T10:33:23.096Z||main|||||INFO|500||reqdb-pool - Starting... 2021-06-09T10:33:23.103Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-06-09T10:33:23.172Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-06-09T10:33:23.289Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-06-09T10:33:23.669Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-06-09T10:33:24.419Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-06-09T10:33:26.251Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-06-09T10:33:26.287Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-06-09T10:33:26.667Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-06-09T10:33:26.774Z||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-06-09T10:33:27.985Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-06-09T10:33:28.874Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-06-09T10:33:28.895Z||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$$b1b1c59f.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-06-09T10:33:28.896Z||main|||||WARN|500||The sdc end point is not alive 2021-06-09T10:33:31.191Z||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-06-09T10:33:33.401Z||main|||||WARN|500||--- 2021-06-09T10:33:33.402Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-06-09T10:33:33.402Z||main|||||WARN|500||--- 2021-06-09T10:33:33.749Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-06-09T10:33:36.694Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-09T10:33:36.695Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-09T10:33:36.696Z||main|||||INFO|500||Started Application in 24.619 seconds (JVM running for 25.733) 2021-06-09T10:33:36.707Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-09T10:33:36.751Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-09T10:33:36.790Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e94dee51-1503-4bfa-ab82-0df1660a2e2a url= /sdc/v1/artifactTypes 2021-06-09T10:33:36.791Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-09T10:33:37.903Z||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.37.95] 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-06-09T10:33:37.907Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c2df351 2021-06-09T10:33:37.908Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-09T10:33:37.916Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-09T10:33:37.917Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-09T10:33:37.919Z||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-06-09T10:34:26.691Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-09T10:34:26.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-09T10:34:26.691Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-09T10:34:26.695Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-09T10:34:26.700Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 395bbaf2-69b9-40ab-8a1a-a426a842368f url= /sdc/v1/artifactTypes 2021-06-09T10:34:26.700Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-09T10:34:27.726Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.37.95] 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-06-09T10:34:27.727Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@33852f09 2021-06-09T10:34:27.727Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-09T10:34:27.728Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-09T10:34:27.728Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-09T10:34:27.728Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-09T10:35:16.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-09T10:35:16.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-09T10:35:16.692Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-09T10:35:16.695Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-09T10:35:16.700Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7719b452-df22-4f04-a7a2-0f8efaa1243f url= /sdc/v1/artifactTypes 2021-06-09T10:35:16.701Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-09T10:35:17.746Z||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.37.95] 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-06-09T10:35:17.746Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3e769be0 2021-06-09T10:35:17.747Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-09T10:35:17.747Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-09T10:35:17.747Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-09T10:35:17.748Z||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-06-09T10:36:06.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-09T10:36:06.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-09T10:36:06.691Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-09T10:36:06.693Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-09T10:36:06.698Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4b6dbab-62a2-46a8-b781-4a71fdfe2edf url= /sdc/v1/artifactTypes 2021-06-09T10:36:06.698Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-09T10:36:07.726Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.37.95] 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-06-09T10:36:07.727Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4590f782 2021-06-09T10:36:07.727Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-09T10:36:07.727Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-09T10:36:07.727Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-09T10:36:07.728Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-09T10:36:56.691Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-09T10:36:56.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-09T10:36:56.691Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-09T10:36:56.694Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-09T10:36:56.697Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c1259a2-4ef2-4608-845c-9229d4936bb9 url= /sdc/v1/artifactTypes 2021-06-09T10:36:56.698Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-09T10:36:57.710Z||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.37.95] 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-06-09T10:36:57.711Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ff1189a 2021-06-09T10:36:57.711Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-09T10:36:57.711Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-09T10:36:57.711Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-09T10:36:57.712Z||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-06-09T10:37:46.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-09T10:37:46.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-09T10:37:46.691Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-09T10:37:46.694Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-09T10:37:46.698Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 36b85b76-33b7-4412-8412-002e7ffd0494 url= /sdc/v1/artifactTypes 2021-06-09T10:37:46.698Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-09T10:37:47.726Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.37.95] 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-06-09T10:37:47.727Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@53b09d76 2021-06-09T10:37:47.727Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-09T10:37:47.728Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-09T10:37:47.728Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-09T10:37:47.728Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-09T10:38:36.690Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-09T10:38:36.691Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-09T10:38:36.691Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-09T10:38:36.694Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-09T10:38:36.699Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f2c006ec-ef67-42f9-a312-e7c8b8869bfb url= /sdc/v1/artifactTypes 2021-06-09T10:38:36.700Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-09T10:38:36.889Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-09T10:38:36.896Z||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-06-09T10:38:36.914Z||scheduling-1|||||DEBUG|500||create keys 2021-06-09T10:38:36.921Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-06-09T10:38:36.948Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:38:36.969Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 13d8e6a3-813d-42f8-947a-14a5cc002a07 url= /sdc/v1/registerForDistribution 2021-06-09T10:38:37.070Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 13d8e6a3-813d-42f8-947a-14a5cc002a07 url= /sdc/v1/registerForDistribution 2021-06-09T10:38:37.070Z||scheduling-1|||||INFO|500||start DistributionClient 2021-06-09T10:38:37.079Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:38:37.079Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:38:37.083Z||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-06-09T10:38:37.083Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:38:37.083Z||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-06-09T10:38:37.083Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:38:37.084Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-06-09T10:38:47.304Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:38:47.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:39:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:39:37.077Z||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-06-09T10:39:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:39:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:39:37.078Z||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-06-09T10:39:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:39:46.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:39:46.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:40:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:40:37.077Z||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-06-09T10:40:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:40:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:40:37.079Z||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-06-09T10:40:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:40:46.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:40:46.633Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:41:37.076Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:41:37.077Z||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-06-09T10:41:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:41:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:41:37.083Z||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-06-09T10:41:37.083Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:41:46.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:41:46.634Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:42:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:42:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T10:42:37.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:42:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:42:37.078Z||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-06-09T10:42:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:42:46.666Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:42:46.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:43:09.784Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-06-09T10:43:37.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:43:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:43:37.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T10:43:37.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:43:37.078Z||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-06-09T10:43:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:43:46.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:43:46.624Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:44:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:44:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T10:44:37.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:44:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:44:37.078Z||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-06-09T10:44:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:44:46.629Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:44:46.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:45:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:45:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T10:45:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:45:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:45:37.079Z||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-06-09T10:45:37.080Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:45:46.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:45:46.630Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:46:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:46:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T10:46:37.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:46:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:46:37.078Z||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-06-09T10:46:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:46:46.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:46:46.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:47:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:47:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T10:47:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:47:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:47:37.078Z||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-06-09T10:47:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:47:46.633Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:47:46.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:48:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:48:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T10:48:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:48:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:48:37.078Z||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-06-09T10:48:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:48:46.621Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:48:46.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:49:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:49:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T10:49:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:49:37.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:49:37.078Z||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-06-09T10:49:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:49:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:49:46.637Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:50:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:50:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T10:50:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:50:37.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:50:37.078Z||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-06-09T10:50:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:50:46.625Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:50:46.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:51:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:51:37.077Z||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-06-09T10:51:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:51:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:51:37.078Z||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-06-09T10:51:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:51:46.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:51:46.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:52:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:52:37.077Z||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-06-09T10:52:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:52:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:52:37.078Z||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-06-09T10:52:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:52:46.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:52:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:53:37.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:53:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:53:37.078Z||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-06-09T10:53:37.078Z||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-06-09T10:53:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:53:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:53:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:53:46.633Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:54:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:54:37.077Z||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-06-09T10:54:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:54:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:54:37.078Z||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-06-09T10:54:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:54:46.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:54:46.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:55:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:55:37.077Z||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-06-09T10:55:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:55:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:55:37.078Z||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-06-09T10:55:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:55:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:55:46.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:56:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:56:37.077Z||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-06-09T10:56:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:56:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:56:37.078Z||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-06-09T10:56:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:56:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:56:46.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:57:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:57:37.077Z||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-06-09T10:57:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:57:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:57:37.078Z||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-06-09T10:57:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:57:46.631Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:57:46.631Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:58:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:58:37.077Z||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-06-09T10:58:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:58:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:58:37.078Z||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-06-09T10:58:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:58:46.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:58:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:59:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:59:37.077Z||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-06-09T10:59:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:59:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T10:59:37.078Z||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-06-09T10:59:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T10:59:46.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T10:59:46.645Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:00:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:00:37.077Z||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-06-09T11:00:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:00:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:00:37.078Z||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-06-09T11:00:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:00:46.626Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:00:46.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:01:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:01:37.077Z||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-06-09T11:01:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:01:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:01:37.078Z||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-06-09T11:01:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:01:46.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:01:46.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:02:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:02:37.077Z||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-06-09T11:02:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:02:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:02:37.078Z||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-06-09T11:02:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:02:46.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:02:46.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:03:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:03:37.077Z||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-06-09T11:03:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:03:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:03:37.079Z||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-06-09T11:03:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:03:46.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:03:46.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:04:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:04:37.077Z||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-06-09T11:04:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:04:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:04:37.078Z||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-06-09T11:04:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:04:46.625Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:04:46.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:05:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:05:37.077Z||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-06-09T11:05:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:05:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:05:37.078Z||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-06-09T11:05:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:05:46.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:05:46.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:06:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:06:37.077Z||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-06-09T11:06:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:06:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:06:37.078Z||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-06-09T11:06:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:06:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:06:46.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:07:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:07:37.077Z||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-06-09T11:07:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:07:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:07:37.078Z||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-06-09T11:07:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:07:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:07:46.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:08:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:08:37.077Z||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-06-09T11:08:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:08:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:08:37.078Z||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-06-09T11:08:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:08:46.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:08:46.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:09:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:09:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:09:37.078Z||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-06-09T11:09:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:09:37.078Z||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-06-09T11:09:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:09:46.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:09:46.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:10:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:10:37.077Z||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-06-09T11:10:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:10:37.078Z||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-06-09T11:10:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:10:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:10:46.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:10:46.630Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:11:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:11:37.077Z||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-06-09T11:11:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:11:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:11:37.078Z||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-06-09T11:11:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:11:46.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:11:46.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:12:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:12:37.077Z||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-06-09T11:12:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:12:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:12:37.078Z||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-06-09T11:12:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:12:46.623Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:12:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:13:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:13:37.077Z||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-06-09T11:13:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:13:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:13:37.078Z||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-06-09T11:13:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:13:46.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:13:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:14:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:14:37.077Z||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-06-09T11:14:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:14:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:14:37.078Z||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-06-09T11:14:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:14:46.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:14:46.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:15:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:15:37.077Z||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-06-09T11:15:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:15:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:15:37.078Z||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-06-09T11:15:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:15:46.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:15:46.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:16:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:16:37.077Z||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-06-09T11:16:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:16:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:16:37.078Z||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-06-09T11:16:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:16:46.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:16:46.628Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:17:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:17:37.077Z||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-06-09T11:17:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:17:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:17:37.078Z||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-06-09T11:17:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:17:46.623Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:17:46.623Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:18:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:18:37.077Z||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-06-09T11:18:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:18:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:18:37.078Z||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-06-09T11:18:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:18:46.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:18:46.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:19:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:19:37.077Z||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-06-09T11:19:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:19:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:19:37.078Z||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-06-09T11:19:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:19:46.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:19:46.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:20:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:20:37.077Z||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-06-09T11:20:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:20:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:20:37.078Z||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-06-09T11:20:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:20:46.627Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:20:46.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:21:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:21:37.077Z||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-06-09T11:21:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:21:37.078Z||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-06-09T11:21:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:21:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:21:46.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:21:46.635Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:22:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:22:37.077Z||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-06-09T11:22:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:22:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:22:37.078Z||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-06-09T11:22:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:22:46.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:22:46.632Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:23:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:23:37.077Z||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-06-09T11:23:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:23:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:23:37.078Z||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-06-09T11:23:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:23:46.628Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:23:46.628Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:24:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:24:37.077Z||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-06-09T11:24:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:24:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:24:37.078Z||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-06-09T11:24:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:24:46.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:24:46.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:25:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:25:37.077Z||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-06-09T11:25:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:25:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:25:37.078Z||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-06-09T11:25:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:25:46.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:25:46.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:26:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:26:37.077Z||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-06-09T11:26:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:26:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:26:37.078Z||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-06-09T11:26:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:26:46.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:26:46.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:27:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:27:37.077Z||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-06-09T11:27:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:27:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:27:37.078Z||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-06-09T11:27:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:27:46.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:27:46.625Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:28:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:28:37.077Z||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-06-09T11:28:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:28:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:28:37.078Z||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-06-09T11:28:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:28:46.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:28:46.622Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:29:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:29:37.077Z||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-06-09T11:29:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:29:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:29:37.078Z||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-06-09T11:29:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:29:46.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:29:46.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:30:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:30:37.077Z||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-06-09T11:30:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:30:37.078Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:30:37.078Z||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-06-09T11:30:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:30:46.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:30:46.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:31:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:31:37.077Z||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-06-09T11:31:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:31:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:31:37.078Z||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-06-09T11:31:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:31:46.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:31:46.625Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:32:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:32:37.077Z||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-06-09T11:32:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:32:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:32:37.078Z||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-06-09T11:32:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:32:46.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:32:46.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:33:37.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:33:37.077Z||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-06-09T11:33:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:33:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:33:37.078Z||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-06-09T11:33:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:33:46.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:33:46.621Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:34:37.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:34:37.077Z||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-06-09T11:34:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:34:37.079Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:34:37.080Z||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-06-09T11:34:37.080Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:34:46.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:34:46.629Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:35:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:35:37.077Z||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-06-09T11:35:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:35:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:35:37.078Z||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-06-09T11:35:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:35:46.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:35:46.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:36:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:36:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:36:37.078Z||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-06-09T11:36:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:36:37.078Z||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-06-09T11:36:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:36:46.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:36:46.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:37:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:37:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:37:37.078Z||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-06-09T11:37:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:37:37.078Z||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-06-09T11:37:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:37:46.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:37:46.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:38:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:38:37.077Z||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-06-09T11:38:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:38:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:38:37.078Z||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-06-09T11:38:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:38:46.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:38:46.624Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:39:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:39:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:39:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:39:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:39:37.079Z||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-06-09T11:39:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:39:46.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:39:46.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:40:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:40:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:40:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:40:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:40:37.078Z||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-06-09T11:40:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:40:46.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:40:46.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:41:37.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:41:37.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:41:37.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:41:37.078Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:41:37.078Z||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-06-09T11:41:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:41:46.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:41:46.626Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:42:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:42:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:42:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:42:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:42:37.078Z||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-06-09T11:42:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:42:46.628Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:42:46.628Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:43:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:43:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:43:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:43:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:43:37.078Z||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-06-09T11:43:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:43:46.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:43:46.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:44:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:44:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:44:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:44:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:44:37.078Z||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-06-09T11:44:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:44:46.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:44:46.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:45:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:45:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:45:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:45:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:45:37.078Z||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-06-09T11:45:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:45:46.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:45:46.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:46:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:46:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:46:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:46:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:46:37.078Z||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-06-09T11:46:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:46:46.622Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:46:46.622Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:37.076Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:47:37.077Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:47:37.077Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:37.078Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:47:37.078Z||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-06-09T11:47:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:37.702Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:37.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"70600393-aa0c-41b9-8fd7-d85da5adb18a","serviceName":"vFW 2021-06-09 11-43-47","serviceVersion":"1.0","serviceUUID":"131bdf5e-6c64-4404-87d3-d2a278993b03","serviceDescription":"catalog service description","serviceInvariantUUID":"a3d83207-34ba-4879-b035-4d6f91d7805d","resources":[{"resourceInstanceName":"vFW 477517bf-6810 0","resourceName":"vFW 477517bf-6810","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7","resourceInvariantUUID":"e8717e79-870f-4485-9588-4ddf78a32002","resourceCustomizationUUID":"0403c601-084e-4b48-86bf-d762de9f9f2c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml","artifactChecksum":"YWFlMDk1MWFhZWU0ZjU5MTE3ZDRlMzQ1NTcyZTUzZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e1e7bdb-8479-4fa0-954a-4662456ee1e0","artifactVersion":"1"},{"artifactName":"vfw477517bf68100_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json","artifactChecksum":"ZmUzMTE1OTNhOWM5ZDI3ZDQxOGZjYjE5MmU2YTc1MGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2f8dd5e4-1389-45f7-9b88-146cadee1dcd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"77d53ab7-0ae2-4d76-ae6c-e660c1e5112b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml","artifactChecksum":"NWQ0MzU5Y2FhODMyMjJjMWY3ODUzMmRhNDA4YWY0NDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"682c5264-f494-4c09-81a8-5d8ddfba67c6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f910a699-7bd7-43f7-a77b-5083f5b43eac","artifactVersion":"2","generatedFromUUID":"77d53ab7-0ae2-4d76-ae6c-e660c1e5112b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210609114347-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml","artifactChecksum":"OWJkMzYxMTZlNjY0Y2U3NTg5ODU3MTMyNWIwMmU0OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c179a4c-34e5-4562-bbe7-3b9a3abcd24d","artifactVersion":"1"},{"artifactName":"service-Vfw20210609114347-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar","artifactChecksum":"NGU3MmY5OTRjMGU4ODg0NjBiOGEwYjJkZTVhNDkwODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"57338bd7-6151-4bd1-8053-40fb2f0dd024","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-09T11:47:37.706Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:37.710Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:47:37.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "dcae-sch", "timestamp": 1623239228200, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.715Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:37.727Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:37.727Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "cds", "timestamp": 1623239228205, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239223984, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239227643, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239222950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "dcae-sch", "timestamp": 1623239228200, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "cds", "timestamp": 1623239228205, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239223984, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239227643, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOTIFIED" } 2021-06-09T11:47:37.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239222950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOTIFIED" } 2021-06-09T11:47:37.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "clamp", "timestamp": 1623239232379, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "dcae-sch", "timestamp": 1623239228200, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "cds", "timestamp": 1623239228205, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239227643, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-09T11:47:37.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239223984, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239222950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-09T11:47:37.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "clamp", "timestamp": 1623239232379, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOTIFIED" } 2021-06-09T11:47:37.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "cds", "timestamp": 1623239228205, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "dcae-sch", "timestamp": 1623239228200, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.738Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239227643, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239223984, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239222950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "clamp", "timestamp": 1623239232379, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "dcae-sch", "timestamp": 1623239228200, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "cds", "timestamp": 1623239228205, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239223984, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239227643, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-09T11:47:37.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239222950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-09T11:47:37.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "clamp", "timestamp": 1623239232379, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "cds", "timestamp": 1623239228205, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "dcae-sch", "timestamp": 1623239228200, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239223984, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239227643, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239222950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "clamp", "timestamp": 1623239232379, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "cds", "timestamp": 1623239228205, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:47:37.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "dcae-sch", "timestamp": 1623239228200, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239223984, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:47:37.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239227643, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:47:37.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239222950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:47:37.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "clamp", "timestamp": 1623239232379, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "clamp", "timestamp": 1623239232379, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:47:37.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239239860, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:37.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239239873, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:37.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239239891, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:37.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "cds", "timestamp": 1623239239899, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:37.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "policy-id", "timestamp": 1623239239290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "cds", "timestamp": 1623239240914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-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-06-09T11:47:37.828Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-06-09T11:47:37.831Z||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-06-09T11:47:37.831Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:37.846Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:37.847Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-09T11:47:37.904Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a 2021-06-09T11:47:37.930Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:37.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "policy-id", "timestamp": 1623239239290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239240884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "ves-openapi-manager", "timestamp": 1623239240962, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239241663, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:37.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239241660, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:37.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "policy-id", "timestamp": 1623239239290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-09T11:47:37.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239240884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOTIFIED" } 2021-06-09T11:47:37.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "ves-openapi-manager", "timestamp": 1623239240962, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "policy-id", "timestamp": 1623239239290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239243245, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239243265, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239240884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "ves-openapi-manager", "timestamp": 1623239240962, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "policy-id", "timestamp": 1623239239290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239244323, "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-06-09T11:47:37.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a 2021-06-09T11:47:37.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:37.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239244422, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:47:37.971Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239240884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "ves-openapi-manager", "timestamp": 1623239240962, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239244858, "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-06-09T11:47:37.976Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a 2021-06-09T11:47:37.976Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:37.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "policy-id", "timestamp": 1623239239290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239245329, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "DEPLOY_OK" } 2021-06-09T11:47:37.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239245427, "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-06-09T11:47:37.988Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a 2021-06-09T11:47:37.989Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:37.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239240884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-09T11:47:37.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "ves-openapi-manager", "timestamp": 1623239240962, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-k8s-id", "timestamp": 1623239245864, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "DEPLOY_OK" } 2021-06-09T11:47:37.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "policy-id", "timestamp": 1623239239290, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:47:37.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "aai-ml", "timestamp": 1623239245566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239240884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "ves-openapi-manager", "timestamp": 1623239240962, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "aai-ml", "timestamp": 1623239245566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239240884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:47:37.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "ves-openapi-manager", "timestamp": 1623239240962, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "aai-ml", "timestamp": 1623239245566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "policy-id", "timestamp": 1623239248759, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:37.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "aai-ml", "timestamp": 1623239245566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:37.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "policy-id", "timestamp": 1623239249766, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:47:37.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239249846, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:37.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:37.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "aai-ml", "timestamp": 1623239245566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:38.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:38.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:38.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "policy-id", "timestamp": 1623239250769, "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-06-09T11:47:38.003Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a 2021-06-09T11:47:38.003Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:38.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:38.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "aai-ml", "timestamp": 1623239245566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:38.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:38.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:38.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239252123, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:38.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:38.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:38.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "aai-ml", "timestamp": 1623239245566, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:47:38.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-09T11:47:38.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:38.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239253914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:38.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:38.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:38.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239254930, "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-06-09T11:47:38.014Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a 2021-06-09T11:47:38.014Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "aai-ml", "timestamp": 1623239255033, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:38.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "multicloud-windriver-id", "timestamp": 1623239255934, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "DEPLOY_OK" } 2021-06-09T11:47:38.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T11:47:38.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "clamp", "timestamp": 1623239256361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:38.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:47:38.737Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:47:38.738Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:38.742Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:38.742Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOTIFIED" } 2021-06-09T11:47:38.842Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:47:38.844Z||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-06-09T11:47:38.844Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:38.857Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:38.857Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:47:39.743Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:47:39.744Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:39.746Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:39.746Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-09T11:47:39.846Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:47:39.847Z||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-06-09T11:47:39.847Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:39.860Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:39.860Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:47:40.747Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:47:40.747Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:40.749Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:40.749Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:40.849Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-09T11:47:40.850Z||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-06-09T11:47:40.850Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:40.861Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:40.862Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:47:41.750Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:47:41.751Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:41.754Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:41.754Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-09T11:47:41.853Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-09T11:47:41.854Z||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-06-09T11:47:41.854Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:41.866Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:41.867Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:47:42.754Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:47:42.755Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:42.757Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:42.757Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:47:42.857Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:47:42.858Z||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-06-09T11:47:42.858Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:42.869Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:42.870Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:47:43.758Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:47:43.758Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:43.760Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:43.760Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:47:43.860Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:47:43.861Z||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-06-09T11:47:43.861Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:43.871Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:43.871Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:47:44.762Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "serviceName": "vFW 2021-06-09 11-43-47", "serviceVersion": "1.0", "serviceUUID": "131bdf5e-6c64-4404-87d3-d2a278993b03", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a3d83207-34ba-4879-b035-4d6f91d7805d", "resources": [ { "resourceInstanceName": "vFW 477517bf-6810 0", "resourceCustomizationUUID": "0403c601-084e-4b48-86bf-d762de9f9f2c", "resourceName": "vFW 477517bf-6810", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7", "resourceInvariantUUID": "e8717e79-870f-4485-9588-4ddf78a32002", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw477517bf68100_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "artifactChecksum": "ZmUzMTE1OTNhOWM5ZDI3ZDQxOGZjYjE5MmU2YTc1MGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f8dd5e4-1389-45f7-9b88-146cadee1dcd", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "77d53ab7-0ae2-4d76-ae6c-e660c1e5112b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f910a699-7bd7-43f7-a77b-5083f5b43eac", "generatedFromUUID": "77d53ab7-0ae2-4d76-ae6c-e660c1e5112b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f910a699-7bd7-43f7-a77b-5083f5b43eac", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210609114347-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "artifactChecksum": "NGU3MmY5OTRjMGU4ODg0NjBiOGEwYjJkZTVhNDkwODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "57338bd7-6151-4bd1-8053-40fb2f0dd024" } ], "workloadContext": "Production" } 2021-06-09T11:47:44.763Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-09T11:47:44.764Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 131bdf5e-6c64-4404-87d3-d2a278993b03 ASDC 2021-06-09T11:47:44.865Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:70600393-aa0c-41b9-8fd7-d85da5adb18a ServiceName:vFW 2021-06-09 11-43-47 ServiceVersion:1.0 ServiceUUID:131bdf5e-6c64-4404-87d3-d2a278993b03 ServiceInvariantUUID:a3d83207-34ba-4879-b035-4d6f91d7805d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210609114347-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar ArtifactUUID:57338bd7-6151-4bd1-8053-40fb2f0dd024 ArtifactChecksum:NGU3MmY5OTRjMGU4ODg0NjBiOGEwYjJkZTVhNDkwODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 477517bf-6810 0 ResourceCustomizationUUID:0403c601-084e-4b48-86bf-d762de9f9f2c ResourceInvariantUUID:e8717e79-870f-4485-9588-4ddf78a32002 ResourceName:vFW 477517bf-6810 ResourceType:VF ResourceUUID:042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw477517bf68100_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json ArtifactUUID:2f8dd5e4-1389-45f7-9b88-146cadee1dcd ArtifactChecksum:ZmUzMTE1OTNhOWM5ZDI3ZDQxOGZjYjE5MmU2YTc1MGI= 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/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml ArtifactUUID:77d53ab7-0ae2-4d76-ae6c-e660c1e5112b 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/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env ArtifactUUID:f910a699-7bd7-43f7-a77b-5083f5b43eac 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/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env ArtifactUUID:f910a699-7bd7-43f7-a77b-5083f5b43eac ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-09T11:47:44.865Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 131bdf5e-6c64-4404-87d3-d2a278993b03 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-06-09T11:47:44.935Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T11:47:44.937Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-06-09T11:47:44.938Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-06-09T11:47:44.939Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 57338bd7-6151-4bd1-8053-40fb2f0dd024 from URL: /sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:44.939Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-06-09T11:47:44.941Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:45.210Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-06-09T11:47:45.224Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar 57338bd7-6151-4bd1-8053-40fb2f0dd024 98698 2021-06-09T11:47:45.225Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar ASDC sendASDCNotification 2021-06-09T11:47:45.225Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:45.225Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T11:47:45.226Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:45.228Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:45.228Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239265224, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:45.328Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:47:45.329Z||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-06-09T11:47:45.329Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:45.341Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:45.341Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:47:46.228Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T11:47:46.230Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-06-09T11:47:46.230Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 57338bd7-6151-4bd1-8053-40fb2f0dd024, URL: /sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar to file: /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:46.230Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210609114347-csar.csar 2021-06-09T11:47:46.345Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:46.346Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:46.959Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16550280973106055656/Definitions/service-Vfw20210609114347-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-06-09T11:47:49.303Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.308Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||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-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 477517bf-6810 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-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210609114347-csar.csar 2021-06-09T11:47:49.309Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-06-09T11:47:49.316Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.317Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:49.320Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria 2021-06-09T11:47:49.320Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-06-09T11:47:49.322Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T11:47:49.324Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.324Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:49.324Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria 2021-06-09T11:47:49.325Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-06-09T11:47:49.325Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T11:47:49.325Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.325Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:49.333Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.333Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria 2021-06-09T11:47:49.333Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-09T11:47:49.333Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-09T11:47:49.333Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.334Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.335Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T11:47:49.336Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.336Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria 2021-06-09T11:47:49.336Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:47:49.337Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.337Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria 2021-06-09T11:47:49.337Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:47:49.337Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.337Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria 2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria 2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-09T11:47:49.338Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.339Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dad284e6-d6b3-476a-8d1b-cfaad711fe5e 2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria 2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.340Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9167edbd-5647-4360-9d6e-42829095c057 2021-06-09T11:47:49.341Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria 2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-09T11:47:49.342Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d08a1a89-9599-470d-8902-f394db315cac 2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.343Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:49.344Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-06-09 11-43-47 Description:catalog service description Model UUID:131bdf5e-6c64-4404-87d3-d2a278993b03 Model Version:NULL Model InvariantUuid:a3d83207-34ba-4879-b035-4d6f91d7805d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 477517bf-6810 Model UUID:fe3a812d-7417-4e60-a09d-1a1b6a8cddef Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:e8717e79-870f-4485-9588-4ddf78a32002 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0403c601-084e-4b48-86bf-d762de9f9f2c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e6cf235a-760c-40c9-ab50-8c561e6eee63 ModelName:Vfw477517bf6810..base_vfw..module-0 ModelUuid:b61b17fa-437a-494e-9eb4-b88de79a8586 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dad284e6-d6b3-476a-8d1b-cfaad711fe5e ModelInvariantUuid:3e4a61fb-b76c-4ed4-b8df-e30438cbcd4a ModelName:vFW 477517bf-6810-nodes.vfwCvfc ModelUuid:44f33dd4-ca11-461e-8f3d-cbb7a1229607 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:92d99770-1099-4070-876d-d6bef333b3d7 ModelInvariantUuid:f3dc2bbb-f960-4d66-9914-6179dc58c1a5 ModelName:Vfw477517bf6810.compute.nodes.heat.vfw ModelUuid:69db294f-809f-4c62-ae0f-f7923b708a69 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9167edbd-5647-4360-9d6e-42829095c057 ModelInvariantUuid:b53d3430-b578-4404-91c9-a95b34898c97 ModelName:vFW 477517bf-6810-nodes.vsnCvfc ModelUuid:6dabcd2c-a903-4061-96d9-6b087b50891c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:aa74da36-f2c9-454e-aaf3-2c3022766a13 ModelInvariantUuid:7c23e478-cd2b-49b2-812b-3876285a66df ModelName:Vfw477517bf6810.compute.nodes.heat.vsn ModelUuid:06b2b0c0-7f96-4e3d-ad05-f918e559e1d5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d08a1a89-9599-470d-8902-f394db315cac ModelInvariantUuid:a68058df-6ebc-427e-88a8-e2d3c192eb1c ModelName:vFW 477517bf-6810-nodes.vpgCvfc ModelUuid:96a58b8d-3864-4e8f-8062-7ae99662d705 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:fbb2ea9e-7a24-446a-b772-2610dc1e8063 ModelInvariantUuid:f802cb96-ebc4-4640-8f55-aefa1eb96921 ModelName:Vfw477517bf6810.compute.nodes.heat.vpg ModelUuid:47cfabc7-3484-49a6-a1ee-04d9baecf47e 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-06-09T11:47:49.360Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7 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-06-09T11:47:49.463Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||vFW 477517bf-6810 0 2021-06-09T11:47:49.469Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7 2021-06-09T11:47:49.469Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f8dd5e4-1389-45f7-9b88-146cadee1dcd from URL: /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json 2021-06-09T11:47:49.469Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-06-09T11:47:49.470Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json 2021-06-09T11:47:51.112Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-06-09T11:47:51.112Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json 2f8dd5e4-1389-45f7-9b88-146cadee1dcd 785 2021-06-09T11:47:51.112Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json ASDC sendASDCNotification 2021-06-09T11:47:51.112Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json 2021-06-09T11:47:51.112Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T11:47:51.113Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:51.114Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:51.114Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239271112, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:51.215Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-09T11:47:51.216Z||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-06-09T11:47:51.216Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:51.226Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:51.227Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:47:52.116Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw477517bf6810..base_vfw..module-0", "vfModuleModelInvariantUUID": "e6cf235a-760c-40c9-ab50-8c561e6eee63", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b61b17fa-437a-494e-9eb4-b88de79a8586", "vfModuleModelCustomizationUUID": "49e036a2-ac9f-4fd4-a609-146b06b1a59c", "isBase": true, "artifacts": [ "77d53ab7-0ae2-4d76-ae6c-e660c1e5112b", "f910a699-7bd7-43f7-a77b-5083f5b43eac" ], "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-06-09T11:47:52.137Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw477517bf6810..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b61b17fa-437a-494e-9eb4-b88de79a8586 VfModuleModelInvariantUUID:e6cf235a-760c-40c9-ab50-8c561e6eee63 VfModuleModelDescription:NULL Artifacts UUID List:{ 77d53ab7-0ae2-4d76-ae6c-e660c1e5112b , f910a699-7bd7-43f7-a77b-5083f5b43eac } 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-06-09T11:47:52.139Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw477517bf6810..base_vfw..module-0", "vfModuleModelInvariantUUID": "e6cf235a-760c-40c9-ab50-8c561e6eee63", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b61b17fa-437a-494e-9eb4-b88de79a8586", "vfModuleModelCustomizationUUID": "49e036a2-ac9f-4fd4-a609-146b06b1a59c", "isBase": true, "artifacts": [ "77d53ab7-0ae2-4d76-ae6c-e660c1e5112b", "f910a699-7bd7-43f7-a77b-5083f5b43eac" ], "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-06-09T11:47:52.140Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw477517bf6810..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b61b17fa-437a-494e-9eb4-b88de79a8586 VfModuleModelInvariantUUID:e6cf235a-760c-40c9-ab50-8c561e6eee63 VfModuleModelDescription:NULL Artifacts UUID List:{ 77d53ab7-0ae2-4d76-ae6c-e660c1e5112b , f910a699-7bd7-43f7-a77b-5083f5b43eac } 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-06-09T11:47:52.140Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 77d53ab7-0ae2-4d76-ae6c-e660c1e5112b from URL: /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml 2021-06-09T11:47:52.140Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-06-09T11:47:52.140Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml 2021-06-09T11:47:53.007Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-06-09T11:47:53.008Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml 77d53ab7-0ae2-4d76-ae6c-e660c1e5112b 20368 2021-06-09T11:47:53.008Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-06-09T11:47:53.008Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml 2021-06-09T11:47:53.008Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T11:47:53.009Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:53.010Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:53.010Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239273008, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:53.110Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:47:53.111Z||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-06-09T11:47:53.111Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:53.121Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:53.121Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:47:54.011Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f910a699-7bd7-43f7-a77b-5083f5b43eac from URL: /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env 2021-06-09T11:47:54.011Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-06-09T11:47:54.012Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env 2021-06-09T11:47:56.146Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-06-09T11:47:56.147Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env f910a699-7bd7-43f7-a77b-5083f5b43eac 2098 2021-06-09T11:47:56.147Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env ASDC sendASDCNotification 2021-06-09T11:47:56.147Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env 2021-06-09T11:47:56.147Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T11:47:56.147Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:56.149Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:56.149Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239276147, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-09T11:47:56.250Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-09T11:47:56.250Z||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-06-09T11:47:56.251Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:56.261Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:56.262Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:47:57.150Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 131bdf5e-6c64-4404-87d3-d2a278993b03 2021-06-09T11:47:57.151Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 477517bf-6810 0 042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7 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-06-09T11:47:57.216Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.216Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:57.217Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-06-09T11:47:57.217Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0403c601-084e-4b48-86bf-d762de9f9f2c 2021-06-09T11:47:57.217Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0403c601-084e-4b48-86bf-d762de9f9f2c matches Tosca VF Customization UUID: 0403c601-084e-4b48-86bf-d762de9f9f2c 2021-06-09T11:47:57.217Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0403c601-084e-4b48-86bf-d762de9f9f2c 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-06-09T11:47:57.224Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.224Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:57.225Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0403c601-084e-4b48-86bf-d762de9f9f2c: {\"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-06-09T11:47:57.226Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c0fe184 2021-06-09T11:47:57.226Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.226Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T11:47:57.226Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49e036a2-ac9f-4fd4-a609-146b06b1a59c 2021-06-09T11:47:57.227Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49e036a2-ac9f-4fd4-a609-146b06b1a59c 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-06-09T11:47:57.233Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.233Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria 2021-06-09T11:47:57.233Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:47:57.234Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.234Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria 2021-06-09T11:47:57.234Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:47:57.235Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.235Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria 2021-06-09T11:47:57.235Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-09T11:47:57.235Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-09T11:47:57.235Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-06-09T11:47:57.236Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-09T11:47:57.236Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-09T11:47:57.236Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-09T11:47:57.236Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:57.236Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-09T11:47:57.237Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:57.237Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-09T11:47:57.237Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-09T11:47:57.237Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dad284e6-d6b3-476a-8d1b-cfaad711fe5e 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-06-09T11:47:57.249Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.249Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria 2021-06-09T11:47:57.250Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:47:57.250Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.250Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria 2021-06-09T11:47:57.250Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-09T11:47:57.250Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-09T11:47:57.251Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-09T11:47:57.251Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:57.251Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-09T11:47:57.251Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-09T11:47:57.251Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-09T11:47:57.252Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-06-09T11:47:57.252Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-09T11:47:57.252Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:57.252Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-09T11:47:57.252Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-09T11:47:57.253Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9167edbd-5647-4360-9d6e-42829095c057 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-06-09T11:47:57.255Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.255Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria 2021-06-09T11:47:57.255Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is not matching search criteria 2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-09T11:47:57.258Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:57.259Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-09T11:47:57.259Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-09T11:47:57.259Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-09T11:47:57.259Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-09T11:47:57.259Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-09T11:47:57.260Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-09T11:47:57.260Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-09T11:47:57.260Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-06-09T11:47:57.260Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d08a1a89-9599-470d-8902-f394db315cac 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-06-09T11:47:57.262Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.263Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria 2021-06-09T11:47:57.263Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:47:57.263Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.263Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Node template vFW 477517bf-6810 0 is matching search criteria 2021-06-09T11:47:57.263Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 477517bf-6810 0] matching following query criteria: sdcType=VF, customizationUUID=0403c601-084e-4b48-86bf-d762de9f9f2c 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-06-09T11:47:57.265Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.265Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:57.266Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 131bdf5e-6c64-4404-87d3-d2a278993b03: vFW 477517bf-6810 2021-06-09T11:47:57.266Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.266Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:57.266Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.267Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:57.267Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.267Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:57.267Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.267Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:57.268Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:47:57.268Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-06-09 11-43-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:47:57.268Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-06-09 11-43-47 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-06-09T11:47:57.531Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 477517bf-6810 042f17b0-2dbe-4c00-ab5d-523cf1e4a5d7 1 ASDC deployResourceStructure 2021-06-09T11:47:57.531Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json ASDC sendASDCNotification 2021-06-09T11:47:57.531Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json 2021-06-09T11:47:57.531Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T11:47:57.531Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:57.533Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:57.533Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239277531, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "DEPLOY_OK" } 2021-06-09T11:47:57.633Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:47:57.634Z||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-06-09T11:47:57.634Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:57.646Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:57.646Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-09T11:47:58.534Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-06-09T11:47:58.534Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml 2021-06-09T11:47:58.534Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T11:47:58.535Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:58.537Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:58.537Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239278534, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-06-09T11:47:58.637Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:47:58.638Z||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-06-09T11:47:58.638Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:58.650Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:58.650Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:47:59.542Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env ASDC sendASDCNotification 2021-06-09T11:47:59.542Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env 2021-06-09T11:47:59.542Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T11:47:59.543Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:47:59.546Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:47:59.546Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239279542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-06-09T11:47:59.645Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-09T11:47:59.646Z||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-06-09T11:47:59.646Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:47:59.657Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:47:59.658Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:48:00.547Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar ASDC sendASDCNotification 2021-06-09T11:48:00.547Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar 2021-06-09T11:48:00.547Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T11:48:00.548Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:48:00.549Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:48:00.549Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239280547, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:48:00.650Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-09T11:48:00.650Z||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-06-09T11:48:00.650Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:48:00.660Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:48:00.660Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-06-09T11:48:01.550Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:48:01.564Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:48:01.567Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:48:01.567Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T11:48:01.567Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T11:48:31.567Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:48:31.579Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:48:31.581Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:48:31.581Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T11:48:31.581Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T11:48:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:48:37.079Z||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-06-09T11:48:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:48:37.203Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:48:37.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:48:37.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:48:37.205Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:01.582Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:49:01.591Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:49:01.594Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:49:01.594Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T11:49:01.594Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T11:49:31.594Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:49:31.602Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:49:31.605Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:49:31.605Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T11:49:31.605Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T11:49:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:49:37.078Z||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-06-09T11:49:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:49:37.095Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:49:37.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "clamp", "timestamp": 1623239257742, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:49:37.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "NOTIFIED" } 2021-06-09T11:49:37.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "clamp", "timestamp": 1623239258746, "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-06-09T11:49:37.116Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a 2021-06-09T11:49:37.116Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-09T11:49:37.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-09T11:49:37.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239257076, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239265224, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "aai-ml", "timestamp": 1623239267743, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "aai-ml", "timestamp": 1623239268747, "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-06-09T11:49:37.127Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70600393-aa0c-41b9-8fd7-d85da5adb18a 2021-06-09T11:49:37.128Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:49:37.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239271112, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239273008, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239276147, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239277531, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/vfw477517bf68100_modules.json", "status": "DEPLOY_OK" } 2021-06-09T11:49:37.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239278534, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-06-09T11:49:37.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239279542, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/resourceInstances/vfw477517bf68100/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239280547, "artifactURL": "/sdc/v1/catalog/services/Vfw20210609114347/1.0/artifacts/service-Vfw20210609114347-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "clamp", "timestamp": 1623239292379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "cds", "timestamp": 1623239288205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "dcae-sch", "timestamp": 1623239288200, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239287643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "cds", "timestamp": 1623239288205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "clamp", "timestamp": 1623239292379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOTIFIED" } 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "dcae-sch", "timestamp": 1623239288200, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239287643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOTIFIED" } 2021-06-09T11:49:37.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "clamp", "timestamp": 1623239292379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "cds", "timestamp": 1623239288205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "dcae-sch", "timestamp": 1623239288200, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239287643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "policy-id", "timestamp": 1623239299290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "cds", "timestamp": 1623239288205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "clamp", "timestamp": 1623239292379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "dcae-sch", "timestamp": 1623239288200, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239287643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "policy-id", "timestamp": 1623239299290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "cds", "timestamp": 1623239288205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "clamp", "timestamp": 1623239292379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "dcae-sch", "timestamp": 1623239288200, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239287643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239300884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "ves-openapi-manager", "timestamp": 1623239300962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "policy-id", "timestamp": 1623239299290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "cds", "timestamp": 1623239288205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "clamp", "timestamp": 1623239292379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "dcae-sch", "timestamp": 1623239288200, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239287643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239300884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOTIFIED" } 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "ves-openapi-manager", "timestamp": 1623239300962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "policy-id", "timestamp": 1623239299290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "cds", "timestamp": 1623239288205, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "dcae-sch", "timestamp": 1623239288200, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239287643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "clamp", "timestamp": 1623239292379, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239300884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239302950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "ves-openapi-manager", "timestamp": 1623239300962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "policy-id", "timestamp": 1623239299290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "cds", "timestamp": 1623239304304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239304308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239300884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239302950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOTIFIED" } 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "ves-openapi-manager", "timestamp": 1623239300962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "policy-id", "timestamp": 1623239299290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "cds", "timestamp": 1623239305308, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-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-06-09T11:49:37.155Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e 2021-06-09T11:49:37.155Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239305483, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.161Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239300884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-09T11:49:37.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239302950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T11:49:37.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "ves-openapi-manager", "timestamp": 1623239300962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "policy-id", "timestamp": 1623239299290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "aai-ml", "timestamp": 1623239305566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239300884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239302950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "ves-openapi-manager", "timestamp": 1623239300962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239306936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "aai-ml", "timestamp": 1623239305566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239300884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239302950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-09T11:49:37.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "ves-openapi-manager", "timestamp": 1623239300962, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239307955, "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-06-09T11:49:37.170Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e 2021-06-09T11:49:37.170Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "aai-ml", "timestamp": 1623239305566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "policy-id", "timestamp": 1623239308312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239302950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-k8s-id", "timestamp": 1623239308959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "aai-ml", "timestamp": 1623239305566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "policy-id", "timestamp": 1623239309316, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239302950, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239309702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "aai-ml", "timestamp": 1623239305566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "policy-id", "timestamp": 1623239310319, "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-06-09T11:49:37.184Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e 2021-06-09T11:49:37.185Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "aai-ml", "timestamp": 1623239305566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239311405, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239311716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "clamp", "timestamp": 1623239311725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "aai-ml", "timestamp": 1623239305566, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239313520, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239314207, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239313985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "clamp", "timestamp": 1623239314729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:49:37.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "aai-ml", "timestamp": 1623239315208, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239315213, "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-06-09T11:49:37.195Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e 2021-06-09T11:49:37.196Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239315604, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-09T11:49:37.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239313985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "clamp", "timestamp": 1623239315735, "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-06-09T11:49:37.204Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e 2021-06-09T11:49:37.204Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-windriver-id", "timestamp": 1623239316218, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T11:49:37.211Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:49:37.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239316608, "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-06-09T11:49:37.214Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e 2021-06-09T11:49:37.214Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:49:37.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:49:37.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239313985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T11:49:37.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:50:01.606Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:50:01.614Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:50:01.617Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:50:01.618Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:50:01.618Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-09T11:50:01.622Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-09T11:50:31.622Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a 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-06-09T11:50:31.629Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70600393-aa0c-41b9-8fd7-d85da5adb18a and serviceModelVersionId: 131bdf5e-6c64-4404-87d3-d2a278993b03 2021-06-09T11:50:31.630Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3d83207-34ba-4879-b035-4d6f91d7805d 2021-06-09T11:50:37.078Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:50:37.078Z||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-06-09T11:50:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:50:37.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:50:37.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:50:37.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239317612, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T11:50:37.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:50:37.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:50:37.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239313985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:50:37.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239313985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T11:50:37.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239313985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:50:37.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:50:37.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239313985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:50:37.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "aai-ml", "timestamp": 1623239322242, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:50:37.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239322460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:50:37.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:50:37.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "aai-ml", "timestamp": 1623239323245, "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-06-09T11:50:37.610Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e 2021-06-09T11:50:37.611Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:50:37.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:50:37.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239324551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:50:37.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:50:37.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-06-09T11:50:37.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239325556, "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-06-09T11:50:37.622Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 909f03b9-d11b-42a0-a046-1afab95b809e 2021-06-09T11:50:37.622Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:50:43.065Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0 2021-06-09T11:50:43.171Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-06-09T11:50:43.797Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0|INFO|500||Invoke 2021-06-09T11:50:43.804Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70600393-aa0c-41b9-8fd7-d85da5adb18a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b563895e-c6e7-43ff-889d-bee24054fc27], X-ECOMP-RequestID=[70600393-aa0c-41b9-8fd7-d85da5adb18a], X-TransactionId=[], X-ONAP-RequestID=[70600393-aa0c-41b9-8fd7-d85da5adb18a], Content-Type=[application/merge-patch+json]} 2021-06-09T11:50:43.935Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-09T11:50:44.099Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?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/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210609-11:50:43:946-4115], vertex-id=[155888], Content-Length=[0], Date=[Wed, 09 Jun 2021 11:50:43 GMT], Content-Type=[application/json]} 2021-06-09T11:50:44.101Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-09T11:50:44.102Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3d83207-34ba-4879-b035-4d6f91d7805d/model-vers/model-ver/131bdf5e-6c64-4404-87d3-d2a278993b03?depth=0|INFO|500||InvokeReturn 2021-06-09T11:50:44.105Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-09T11:50:44.105Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-09T11:50:44.109Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-09T11:50:44.117Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70600393-aa0c-41b9-8fd7-d85da5adb18a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-09T11:50:44.118Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-09T11:50:44.119Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:50:44.121Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:50:44.121Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239444118, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T11:50:44.221Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:50:44.222Z||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-06-09T11:50:44.222Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:50:44.236Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:50:44.237Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-09T11:50:45.130Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:50:45.131Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:50:45.131Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:50:49.443Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:50:49.444Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-06-09T11:50:49.444Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"909f03b9-d11b-42a0-a046-1afab95b809e","serviceName":"basic_onboard_ffuDXr","serviceVersion":"1.0","serviceUUID":"54ae3e5c-3354-4d58-8c35-afedeb35c15b","serviceDescription":"service","serviceInvariantUUID":"07850464-29c9-4b94-9e90-8c283ff79621","resources":[{"resourceInstanceName":"basic_onboard_ffuDXr 0","resourceName":"basic_onboard_ffuDXr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd7dee14-9d66-452c-9771-fe35c34d46b5","resourceInvariantUUID":"5f8f98f0-1c59-443d-a765-576c3c72ddfe","resourceCustomizationUUID":"366f5929-55fb-4f40-b1f5-ed087011f0c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml","artifactChecksum":"YzdiMjE0YTMxOGRiNDJlOTk5ODRjMjQ1NzYyNjgzMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d7790570-a884-4faf-aca9-e6f25d0f500d","artifactVersion":"1"},{"artifactName":"basic_onboard_ffudxr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json","artifactChecksum":"NjY0MDdiNWUyNzkwZGVlZmRlMTc2MTM5NDNlZmVlYzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1eb02b0d-27a3-4ff8-b62c-f380437f7347","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"713432de-7c59-4532-847a-ef90bdbd7319","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5bb41db3-900d-4a74-afce-d546b635f90f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1fa23c9a-77ad-4a38-a88f-34b1c4583c57","artifactVersion":"2","generatedFromUUID":"713432de-7c59-4532-847a-ef90bdbd7319"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFfudxr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml","artifactChecksum":"YTZmZWUwYTgxZTYyZmI2MzVkYTIxODQzNmI3ZGE5MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1a36a62-a12a-4157-9263-3b8e1271c33d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFfudxr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar","artifactChecksum":"OGY3ZDVkOWRiNWIyZDczZTdjYzQxZDBiMjFmMDA4MWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d3cd35e-379e-4b73-8f00-e632173c63ea","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-09T11:50:49.446Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:50:49.447Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:50:49.448Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:50:49.448Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:50:49.548Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:50:49.549Z||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-06-09T11:50:49.549Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:50:49.562Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:50:49.562Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-09T11:50:50.449Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:50:50.449Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:50:50.451Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:50:50.451Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOTIFIED" } 2021-06-09T11:50:50.551Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:50:50.552Z||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-06-09T11:50:50.552Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:50:50.564Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:50:50.565Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:50:51.452Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:50:51.452Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:50:51.454Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:50:51.454Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T11:50:51.554Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:50:51.555Z||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-06-09T11:50:51.555Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:50:51.566Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:50:51.567Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:50:52.454Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:50:52.455Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:50:52.457Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:50:52.457Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:50:52.557Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:50:52.559Z||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-06-09T11:50:52.559Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:50:52.570Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:50:52.570Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-09T11:50:53.458Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:50:53.459Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:50:53.461Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:50:53.461Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-09T11:50:53.561Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:50:53.562Z||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-06-09T11:50:53.562Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:50:53.573Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:50:53.574Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:50:54.462Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:50:54.462Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:50:54.464Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:50:54.464Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:50:54.564Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-09T11:50:54.565Z||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-06-09T11:50:54.565Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:50:54.576Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:50:54.576Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:50:55.465Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:50:55.466Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:50:55.468Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:50:55.468Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:50:55.568Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:50:55.569Z||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-06-09T11:50:55.569Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:50:55.582Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:50:55.582Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:50:56.470Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "serviceName": "basic_onboard_ffuDXr", "serviceVersion": "1.0", "serviceUUID": "54ae3e5c-3354-4d58-8c35-afedeb35c15b", "serviceDescription": "service", "serviceInvariantUUID": "07850464-29c9-4b94-9e90-8c283ff79621", "resources": [ { "resourceInstanceName": "basic_onboard_ffuDXr 0", "resourceCustomizationUUID": "366f5929-55fb-4f40-b1f5-ed087011f0c8", "resourceName": "basic_onboard_ffuDXr", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cd7dee14-9d66-452c-9771-fe35c34d46b5", "resourceInvariantUUID": "5f8f98f0-1c59-443d-a765-576c3c72ddfe", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ffudxr0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "artifactChecksum": "NjY0MDdiNWUyNzkwZGVlZmRlMTc2MTM5NDNlZmVlYzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1eb02b0d-27a3-4ff8-b62c-f380437f7347", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "713432de-7c59-4532-847a-ef90bdbd7319", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1fa23c9a-77ad-4a38-a88f-34b1c4583c57", "generatedFromUUID": "713432de-7c59-4532-847a-ef90bdbd7319" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1fa23c9a-77ad-4a38-a88f-34b1c4583c57", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardFfudxr-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "artifactChecksum": "OGY3ZDVkOWRiNWIyZDczZTdjYzQxZDBiMjFmMDA4MWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2d3cd35e-379e-4b73-8f00-e632173c63ea" } ], "workloadContext": "Production" } 2021-06-09T11:50:56.470Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-09T11:50:56.470Z|70600393-aa0c-41b9-8fd7-d85da5adb18a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 54ae3e5c-3354-4d58-8c35-afedeb35c15b ASDC 2021-06-09T11:50:56.471Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:909f03b9-d11b-42a0-a046-1afab95b809e ServiceName:basic_onboard_ffuDXr ServiceVersion:1.0 ServiceUUID:54ae3e5c-3354-4d58-8c35-afedeb35c15b ServiceInvariantUUID:07850464-29c9-4b94-9e90-8c283ff79621 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardFfudxr-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar ArtifactUUID:2d3cd35e-379e-4b73-8f00-e632173c63ea ArtifactChecksum:OGY3ZDVkOWRiNWIyZDczZTdjYzQxZDBiMjFmMDA4MWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ffuDXr 0 ResourceCustomizationUUID:366f5929-55fb-4f40-b1f5-ed087011f0c8 ResourceInvariantUUID:5f8f98f0-1c59-443d-a765-576c3c72ddfe ResourceName:basic_onboard_ffuDXr ResourceType:VF ResourceUUID:cd7dee14-9d66-452c-9771-fe35c34d46b5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ffudxr0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json ArtifactUUID:1eb02b0d-27a3-4ff8-b62c-f380437f7347 ArtifactChecksum:NjY0MDdiNWUyNzkwZGVlZmRlMTc2MTM5NDNlZmVlYzA= 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/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml ArtifactUUID:713432de-7c59-4532-847a-ef90bdbd7319 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/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env ArtifactUUID:1fa23c9a-77ad-4a38-a88f-34b1c4583c57 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/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env ArtifactUUID:1fa23c9a-77ad-4a38-a88f-34b1c4583c57 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-09T11:50:56.471Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54ae3e5c-3354-4d58-8c35-afedeb35c15b 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-06-09T11:50:56.503Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T11:50:56.504Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-06-09T11:50:56.504Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-06-09T11:50:56.504Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2d3cd35e-379e-4b73-8f00-e632173c63ea from URL: /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:56.504Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-06-09T11:50:56.504Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:57.240Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-06-09T11:50:57.244Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar 2d3cd35e-379e-4b73-8f00-e632173c63ea 71361 2021-06-09T11:50:57.245Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar ASDC sendASDCNotification 2021-06-09T11:50:57.245Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:57.245Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T11:50:57.246Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:50:57.247Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:50:57.248Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239457245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:50:57.348Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:50:57.348Z||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-06-09T11:50:57.348Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:50:57.364Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:50:57.364Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:50:58.248Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T11:50:58.250Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-06-09T11:50:58.250Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2d3cd35e-379e-4b73-8f00-e632173c63ea, URL: /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar to file: /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:58.250Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:58.251Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:58.251Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:58.377Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7005121618443568506/Definitions/service-BasicOnboardFfudxr-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-06-09T11:50:59.646Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:59.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ffuDXr 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-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria 2021-06-09T11:50:59.648Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria 2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.649Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is not matching search criteria 2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria 2021-06-09T11:50:59.650Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria 2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria 2021-06-09T11:50:59.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is not matching search criteria 2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=31382cbe-9537-4fd6-9f7c-f6ba18fdc906 2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.652Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:50:59.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ffuDXr Description:service Model UUID:54ae3e5c-3354-4d58-8c35-afedeb35c15b Model Version:NULL Model InvariantUuid:07850464-29c9-4b94-9e90-8c283ff79621 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ffuDXr Model UUID:e01f4759-c318-43c9-8b8a-6a56ba050fd5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5f8f98f0-1c59-443d-a765-576c3c72ddfe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:366f5929-55fb-4f40-b1f5-ed087011f0c8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4543add7-919a-4fc4-b452-6e590ac70a84 ModelName:BasicOnboardFfudxr..base_ubuntu18..module-0 ModelUuid:1b34d0e8-d512-4eb4-b312-e03d024f616d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:31382cbe-9537-4fd6-9f7c-f6ba18fdc906 ModelInvariantUuid:3da05288-b3f5-456e-80ac-140bad33ec59 ModelName:basic_onboard_ffuDXr-nodes.ubuntu18Cvfc ModelUuid:1a224669-ebd7-46f0-9e98-c4fd24fb8d00 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:6ac37252-7e8c-43da-b8cf-b3eadc1ab01a ModelInvariantUuid:e0b348e5-6d7b-46ac-aa3b-41c0a4f16fb1 ModelName:BasicOnboardFfudxr.compute.nodes.heat.ubuntu18 ModelUuid:e0702e43-4764-4dfd-aa4c-450c4a71927b 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-06-09T11:50:59.659Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: cd7dee14-9d66-452c-9771-fe35c34d46b5 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-06-09T11:50:59.662Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||basic_onboard_ffuDXr 0 2021-06-09T11:50:59.662Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd7dee14-9d66-452c-9771-fe35c34d46b5 2021-06-09T11:50:59.662Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1eb02b0d-27a3-4ff8-b62c-f380437f7347 from URL: /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json 2021-06-09T11:50:59.663Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-06-09T11:50:59.663Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json 2021-06-09T11:51:00.643Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-06-09T11:51:00.644Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json 1eb02b0d-27a3-4ff8-b62c-f380437f7347 798 2021-06-09T11:51:00.644Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json ASDC sendASDCNotification 2021-06-09T11:51:00.644Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json 2021-06-09T11:51:00.644Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T11:51:00.645Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:51:00.646Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:51:00.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239460644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T11:51:00.747Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:51:00.747Z||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-06-09T11:51:00.748Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:51:00.760Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:51:00.761Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:51:01.647Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardFfudxr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4543add7-919a-4fc4-b452-6e590ac70a84", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b34d0e8-d512-4eb4-b312-e03d024f616d", "vfModuleModelCustomizationUUID": "011bf059-0c31-4f38-a5ec-7aabee9cf970", "isBase": true, "artifacts": [ "713432de-7c59-4532-847a-ef90bdbd7319", "1fa23c9a-77ad-4a38-a88f-34b1c4583c57" ], "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-06-09T11:51:01.651Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardFfudxr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b34d0e8-d512-4eb4-b312-e03d024f616d VfModuleModelInvariantUUID:4543add7-919a-4fc4-b452-6e590ac70a84 VfModuleModelDescription:NULL Artifacts UUID List:{ 713432de-7c59-4532-847a-ef90bdbd7319 , 1fa23c9a-77ad-4a38-a88f-34b1c4583c57 } 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-06-09T11:51:01.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardFfudxr..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4543add7-919a-4fc4-b452-6e590ac70a84", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1b34d0e8-d512-4eb4-b312-e03d024f616d", "vfModuleModelCustomizationUUID": "011bf059-0c31-4f38-a5ec-7aabee9cf970", "isBase": true, "artifacts": [ "713432de-7c59-4532-847a-ef90bdbd7319", "1fa23c9a-77ad-4a38-a88f-34b1c4583c57" ], "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-06-09T11:51:01.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardFfudxr..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1b34d0e8-d512-4eb4-b312-e03d024f616d VfModuleModelInvariantUUID:4543add7-919a-4fc4-b452-6e590ac70a84 VfModuleModelDescription:NULL Artifacts UUID List:{ 713432de-7c59-4532-847a-ef90bdbd7319 , 1fa23c9a-77ad-4a38-a88f-34b1c4583c57 } 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-06-09T11:51:01.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 713432de-7c59-4532-847a-ef90bdbd7319 from URL: /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml 2021-06-09T11:51:01.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-06-09T11:51:01.653Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml 2021-06-09T11:51:02.149Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-06-09T11:51:02.149Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml 713432de-7c59-4532-847a-ef90bdbd7319 5033 2021-06-09T11:51:02.150Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-06-09T11:51:02.150Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml 2021-06-09T11:51:02.150Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T11:51:02.150Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:51:02.152Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:51:02.152Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239462150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T11:51:02.252Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:51:02.253Z||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-06-09T11:51:02.253Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:51:02.265Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:51:02.265Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-09T11:51:03.152Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1fa23c9a-77ad-4a38-a88f-34b1c4583c57 from URL: /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env 2021-06-09T11:51:03.153Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-06-09T11:51:03.153Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env 2021-06-09T11:51:03.435Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-06-09T11:51:03.435Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env 1fa23c9a-77ad-4a38-a88f-34b1c4583c57 909 2021-06-09T11:51:03.436Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-06-09T11:51:03.436Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env 2021-06-09T11:51:03.436Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T11:51:03.436Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:51:03.438Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:51:03.438Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239463436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-09T11:51:03.538Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:51:03.539Z||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-06-09T11:51:03.539Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:51:03.551Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:51:03.551Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:51:04.438Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 54ae3e5c-3354-4d58-8c35-afedeb35c15b 2021-06-09T11:51:04.439Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ffuDXr 0 cd7dee14-9d66-452c-9771-fe35c34d46b5 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-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 366f5929-55fb-4f40-b1f5-ed087011f0c8 2021-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 366f5929-55fb-4f40-b1f5-ed087011f0c8 matches Tosca VF Customization UUID: 366f5929-55fb-4f40-b1f5-ed087011f0c8 2021-06-09T11:51:04.452Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 366f5929-55fb-4f40-b1f5-ed087011f0c8 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-06-09T11:51:04.454Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.454Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:51:04.455Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 366f5929-55fb-4f40-b1f5-ed087011f0c8: {\"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-06-09T11:51:04.455Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24c37610 2021-06-09T11:51:04.455Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.455Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T11:51:04.455Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 011bf059-0c31-4f38-a5ec-7aabee9cf970 2021-06-09T11:51:04.456Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 011bf059-0c31-4f38-a5ec-7aabee9cf970 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-06-09T11:51:04.458Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.458Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria 2021-06-09T11:51:04.458Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:51:04.458Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.458Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria 2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is not matching search criteria 2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-09T11:51:04.459Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=31382cbe-9537-4fd6-9f7c-f6ba18fdc906 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-06-09T11:51:04.461Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.461Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria 2021-06-09T11:51:04.461Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T11:51:04.462Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.462Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_ffuDXr 0 is matching search criteria 2021-06-09T11:51:04.462Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_ffuDXr 0] matching following query criteria: sdcType=VF, customizationUUID=366f5929-55fb-4f40-b1f5-ed087011f0c8 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-06-09T11:51:04.463Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 54ae3e5c-3354-4d58-8c35-afedeb35c15b: basic_onboard_ffuDXr 2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:51:04.464Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_ffuDXr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:51:04.465Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_ffuDXr 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-06-09T11:51:04.526Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ffuDXr cd7dee14-9d66-452c-9771-fe35c34d46b5 1 ASDC deployResourceStructure 2021-06-09T11:51:04.526Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json ASDC sendASDCNotification 2021-06-09T11:51:04.526Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json 2021-06-09T11:51:04.526Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T11:51:04.527Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:51:04.529Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:51:04.529Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239464526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T11:51:04.629Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:51:04.630Z||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-06-09T11:51:04.630Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:51:04.643Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:51:04.643Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:51:05.530Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-06-09T11:51:05.530Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml 2021-06-09T11:51:05.531Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T11:51:05.531Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:51:05.533Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:51:05.533Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239465530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-09T11:51:05.633Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:51:05.634Z||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-06-09T11:51:05.634Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:51:05.646Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:51:05.647Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:51:06.534Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-06-09T11:51:06.534Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env 2021-06-09T11:51:06.534Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T11:51:06.535Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:51:06.536Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:51:06.536Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239466534, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-09T11:51:06.637Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:51:06.638Z||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-06-09T11:51:06.638Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:51:06.649Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:51:06.650Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-09T11:51:07.541Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar ASDC sendASDCNotification 2021-06-09T11:51:07.541Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar 2021-06-09T11:51:07.541Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T11:51:07.542Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:51:07.544Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:51:07.544Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239467541, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:51:07.644Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:51:07.645Z||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-06-09T11:51:07.645Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:51:07.657Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:51:07.657Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:51:08.553Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 909f03b9-d11b-42a0-a046-1afab95b809e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:51:08.561Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 909f03b9-d11b-42a0-a046-1afab95b809e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:51:08.564Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:51:08.564Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-09T11:51:08.564Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-09T11:51:08.564Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:51:08.565Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-09T11:51:08.569Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-09T11:51:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:51:37.079Z||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-06-09T11:51:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:51:37.706Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:51:37.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "70600393-aa0c-41b9-8fd7-d85da5adb18a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239444118, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T11:51:37.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:51:37.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "NOTIFIED" } 2021-06-09T11:51:37.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T11:51:37.708Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-09T11:51:37.708Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T11:51:37.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-09T11:51:37.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-09T11:51:37.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-09T11:51:37.709Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.709Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:51:37.709Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239445130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:51:37.710Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239457245, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:51:37.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239460644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T11:51:37.710Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.710Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239462150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T11:51:37.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239463436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-09T11:51:37.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239464526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/basic_onboard_ffudxr0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T11:51:37.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239465530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-09T11:51:37.711Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:51:37.711Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239466534, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/resourceInstances/basic_onboard_ffudxr0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-09T11:51:37.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:51:37.712Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:51:37.712Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239467541, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFfudxr/1.0/artifacts/service-BasicOnboardFfudxr-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:51:37.712Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:51:38.569Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 909f03b9-d11b-42a0-a046-1afab95b809e 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-06-09T11:51:38.573Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 909f03b9-d11b-42a0-a046-1afab95b809e and serviceModelVersionId: 54ae3e5c-3354-4d58-8c35-afedeb35c15b 2021-06-09T11:51:38.573Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07850464-29c9-4b94-9e90-8c283ff79621 2021-06-09T11:51:38.574Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?depth=0 2021-06-09T11:51:38.578Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-06-09T11:51:38.615Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?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-06-09T11:51:38.616Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?depth=0|INFO|500||Invoke 2021-06-09T11:51:38.637Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-09T11:51:39.054Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?depth=0|INFO|500||InvokeReturn 2021-06-09T11:51:39.054Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/07850464-29c9-4b94-9e90-8c283ff79621/model-vers/model-ver/54ae3e5c-3354-4d58-8c35-afedeb35c15b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210609-11:51:38:645-78860], vertex-id=[159984], Content-Length=[0], Date=[Wed, 09 Jun 2021 11:51:38 GMT], Content-Type=[application/json]} 2021-06-09T11:51:39.055Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2021-06-09T11:51:39.055Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-09T11:51:39.055Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-09T11:51:39.058Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-09T11:51:39.058Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 909f03b9-d11b-42a0-a046-1afab95b809e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-09T11:51:39.059Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-09T11:51:39.059Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:51:39.061Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:51:39.061Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239499058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T11:51:39.161Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:51:39.162Z||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-06-09T11:51:39.162Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:51:39.174Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:51:39.175Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-09T11:51:40.071Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:51:40.072Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:51:40.072Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:51:49.612Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:51:49.613Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:51:49.613Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-09T11:51:49.613Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:51:59.151Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:51:59.152Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:51:59.152Z||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-06-09T11:51:59.152Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:52:08.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:52:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:52:37.077Z||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-06-09T11:52:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:52:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:52:37.078Z||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-06-09T11:52:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:52:37.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:52:37.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-09T11:52:37.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "909f03b9-d11b-42a0-a046-1afab95b809e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239499058, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T11:52:37.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:52:46.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:53:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:53:37.077Z||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-06-09T11:53:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:53:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:53:37.078Z||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-06-09T11:53:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:53:46.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:53:46.626Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:54:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:54:37.077Z||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-06-09T11:54:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:54:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:54:37.078Z||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-06-09T11:54:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:54:46.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:54:46.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:55:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:55:37.077Z||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-06-09T11:55:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:55:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:55:37.078Z||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-06-09T11:55:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:55:46.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:55:46.627Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:56:37.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:56:37.077Z||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-06-09T11:56:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:56:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:56:37.078Z||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-06-09T11:56:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:56:44.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:56:44.184Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-09T11:56:44.184Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c937090-d68d-41c2-b81e-06b017b89cfe","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a4de2f63-0a52-40f7-b00c-edba689d9609","serviceDescription":"service","serviceInvariantUUID":"64351b86-cb5e-4e3e-9f20-91defa651c37","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9b382cb0-41ee-44cb-83c2-c9d97b481a46","resourceInvariantUUID":"10b2d5bf-d64a-4eb2-95a3-f5137b11145f","resourceCustomizationUUID":"11fa3743-250d-4188-94f1-fe2c6611c0c1","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":"NWIwYzdkN2QyNjRmZDY5MmYxNjljNjlkOGMxODA3ZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2f94b029-8c55-417a-9e00-87cf3838b5b3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGJlY2IwMTIzZmVkZDU4OTVlY2M1MmE3ZjI5ZmU1NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"210cd3f1-66c3-4fbe-910b-e7ed287648ba","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-09T11:56:44.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:56:44.186Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:56:44.188Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:56:44.188Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239797076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:56:44.288Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:56:44.289Z||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-06-09T11:56:44.289Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:56:44.301Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:56:44.302Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:56:44.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:56:44.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:56:44.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239797076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:56:44.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:56:44.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:56:44.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "ves-openapi-manager", "timestamp": 1623239800962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:56:44.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:56:44.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:56:44.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "multicloud-windriver-id", "timestamp": 1623239800884, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:56:44.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:56:44.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:56:44.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239802950, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:56:44.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:56:45.188Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T11:56:45.190Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:56:45.191Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:56:45.191Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239797076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:56:45.291Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:56:45.292Z||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-06-09T11:56:45.292Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:56:45.305Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:56:45.306Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-06-09T11:56:46.193Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "a4de2f63-0a52-40f7-b00c-edba689d9609", "serviceDescription": "service", "serviceInvariantUUID": "64351b86-cb5e-4e3e-9f20-91defa651c37", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "11fa3743-250d-4188-94f1-fe2c6611c0c1", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9b382cb0-41ee-44cb-83c2-c9d97b481a46", "resourceInvariantUUID": "10b2d5bf-d64a-4eb2-95a3-f5137b11145f", "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": "MGJlY2IwMTIzZmVkZDU4OTVlY2M1MmE3ZjI5ZmU1NWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "210cd3f1-66c3-4fbe-910b-e7ed287648ba" } ], "workloadContext": "Production" } 2021-06-09T11:56:46.193Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-09T11:56:46.193Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a4de2f63-0a52-40f7-b00c-edba689d9609 ASDC 2021-06-09T11:56:46.193Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:0c937090-d68d-41c2-b81e-06b017b89cfe ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:a4de2f63-0a52-40f7-b00c-edba689d9609 ServiceInvariantUUID:64351b86-cb5e-4e3e-9f20-91defa651c37 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:210cd3f1-66c3-4fbe-910b-e7ed287648ba ArtifactChecksum:MGJlY2IwMTIzZmVkZDU4OTVlY2M1MmE3ZjI5ZmU1NWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:11fa3743-250d-4188-94f1-fe2c6611c0c1 ResourceInvariantUUID:10b2d5bf-d64a-4eb2-95a3-f5137b11145f ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9b382cb0-41ee-44cb-83c2-c9d97b481a46 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-06-09T11:56:46.193Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4de2f63-0a52-40f7-b00c-edba689d9609 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-06-09T11:56:46.213Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T11:56:46.214Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T11:56:46.214Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T11:56:46.214Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 210cd3f1-66c3-4fbe-910b-e7ed287648ba from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-09T11:56:46.214Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T11:56:46.215Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-09T11:56:46.900Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T11:56:46.902Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 210cd3f1-66c3-4fbe-910b-e7ed287648ba 52181 2021-06-09T11:56:46.902Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-06-09T11:56:46.902Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-09T11:56:46.902Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T11:56:46.902Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:56:46.904Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:56:46.904Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239806902, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:56:47.004Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:56:47.005Z||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-06-09T11:56:47.005Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:56:47.017Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:56:47.017Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T11:56:47.904Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T11:56:47.906Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T11:56:47.906Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 210cd3f1-66c3-4fbe-910b-e7ed287648ba, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-09T11:56:47.906Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-06-09T11:56:47.906Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-09T11:56:47.906Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-09T11:56:47.986Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13523903181527095156/Definitions/service-BasicNetwork-template.yml 2021-06-09T11:56:48.319Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-09T11:56:48.320Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-09T11:56:48.320Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-09T11:56:48.320Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-06-09T11:56:48.320Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||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-06-09T11:56:48.320Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-BasicNetwork-csar.csar 2021-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||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-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-09T11:56:48.321Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.322Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.323Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.324Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.324Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.324Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.324Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.324Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.325Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.325Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.325Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:a4de2f63-0a52-40f7-b00c-edba689d9609 Model Version:NULL Model InvariantUuid:64351b86-cb5e-4e3e-9f20-91defa651c37 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:10b2d5bf-d64a-4eb2-95a3-f5137b11145f Model UUID:3efc9e56-db40-4715-9dee-acef80361df9 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:11fa3743-250d-4188-94f1-fe2c6611c0c1 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-06-09T11:56:48.331Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 9b382cb0-41ee-44cb-83c2-c9d97b481a46 2021-06-09T11:56:48.332Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||No resources found for Service: a4de2f63-0a52-40f7-b00c-edba689d9609 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-06-09T11:56:48.337Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500|| 2021-06-09T11:56:48.337Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-06-09T11:56:48.337Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||No resources found for Service: a4de2f63-0a52-40f7-b00c-edba689d9609 2021-06-09T11:56:48.337Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a4de2f63-0a52-40f7-b00c-edba689d9609 2021-06-09T11:56:48.337Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-06-09T11:56:48.338Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||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-06-09T11:56:48.342Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.342Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a4de2f63-0a52-40f7-b00c-edba689d9609: Generic NeutronNet 2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.343Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||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-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T11:56:48.372Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T11:56:48.373Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||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-06-09T11:56:48.427Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-06-09T11:56:48.427Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-06-09T11:56:48.427Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-09T11:56:48.427Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T11:56:48.428Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T11:56:48.429Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T11:56:48.429Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239808427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:56:48.529Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T11:56:48.530Z||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-06-09T11:56:48.530Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:56:48.540Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:56:48.541Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-09T11:56:49.430Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:56:49.439Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:56:49.441Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:56:49.441Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T11:56:49.441Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T11:57:19.441Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:57:19.448Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:57:19.450Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:57:19.450Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T11:57:19.450Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T11:57:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:57:37.078Z||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-06-09T11:57:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:57:37.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:57:37.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:57:37.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "clamp", "timestamp": 1623239802379, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:57:37.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:57:49.450Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:57:49.458Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:57:49.459Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:57:49.459Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T11:57:49.459Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T11:58:19.460Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:58:19.468Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:58:19.470Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:58:19.470Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T11:58:19.470Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T11:58:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:58:37.078Z||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-06-09T11:58:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:58:37.100Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:58:37.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:58:37.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "policy-id", "timestamp": 1623239799290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:58:37.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:58:37.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:58:37.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "cds", "timestamp": 1623239798205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:58:37.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:58:49.470Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:58:49.477Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:58:49.481Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:58:49.481Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T11:58:49.481Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T11:59:19.482Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:59:19.489Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:59:19.490Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:59:19.490Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T11:59:19.490Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T11:59:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T11:59:37.078Z||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-06-09T11:59:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T11:59:37.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T11:59:37.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "ves-openapi-manager", "timestamp": 1623239800962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T11:59:37.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239797076, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:59:37.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "multicloud-windriver-id", "timestamp": 1623239800884, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:59:37.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239802950, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:59:37.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "policy-id", "timestamp": 1623239799290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:59:37.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "clamp", "timestamp": 1623239802379, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:59:37.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "cds", "timestamp": 1623239798205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:59:37.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "policy-id", "timestamp": 1623239806716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:59:37.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:59:37.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "cds", "timestamp": 1623239806772, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:59:37.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:59:37.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239806902, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:59:37.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:59:37.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "policy-id", "timestamp": 1623239807719, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:59:37.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:59:37.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "cds", "timestamp": 1623239807775, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-09T11:59:37.112Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c937090-d68d-41c2-b81e-06b017b89cfe 2021-06-09T11:59:37.112Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "multicloud-k8s-id", "timestamp": 1623239807643, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:59:37.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623239808427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:59:37.119Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "policy-id", "timestamp": 1623239808721, "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-06-09T11:59:37.123Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c937090-d68d-41c2-b81e-06b017b89cfe 2021-06-09T11:59:37.123Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T11:59:37.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "dcae-sch", "timestamp": 1623239808200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "multicloud-k8s-id", "timestamp": 1623239807643, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "dcae-sch", "timestamp": 1623239808200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "aai-ml", "timestamp": 1623239815566, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "clamp", "timestamp": 1623239816788, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "aai-ml", "timestamp": 1623239815566, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:59:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "aai-ml", "timestamp": 1623239818854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:59:37.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "clamp", "timestamp": 1623239819790, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:59:37.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "clamp", "timestamp": 1623239820793, "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-06-09T11:59:37.133Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c937090-d68d-41c2-b81e-06b017b89cfe 2021-06-09T11:59:37.133Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T11:59:37.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "aai-ml", "timestamp": 1623239823042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:59:37.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:59:37.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "aai-ml", "timestamp": 1623239824045, "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-06-09T11:59:37.143Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c937090-d68d-41c2-b81e-06b017b89cfe 2021-06-09T11:59:37.143Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239823984, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T11:59:37.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239823984, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-09T11:59:37.150Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239828215, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T11:59:37.150Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:59:37.150Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239829638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T11:59:37.151Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T11:59:37.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T11:59:37.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239830642, "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-06-09T11:59:37.154Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c937090-d68d-41c2-b81e-06b017b89cfe 2021-06-09T11:59:37.154Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T11:59:49.490Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T11:59:49.499Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T11:59:49.501Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T11:59:49.501Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-09T11:59:49.501Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-09T11:59:49.501Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-09T11:59:49.501Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T11:59:49.502Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T11:59:49.505Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-09T12:00:19.505Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c937090-d68d-41c2-b81e-06b017b89cfe 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-06-09T12:00:19.509Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c937090-d68d-41c2-b81e-06b017b89cfe and serviceModelVersionId: a4de2f63-0a52-40f7-b00c-edba689d9609 2021-06-09T12:00:19.509Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64351b86-cb5e-4e3e-9f20-91defa651c37 2021-06-09T12:00:19.510Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0 2021-06-09T12:00:19.513Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-09T12:00:19.547Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0|INFO|500||Invoke 2021-06-09T12:00:19.547Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c937090-d68d-41c2-b81e-06b017b89cfe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[263d3318-b889-4de8-a035-10c373358129], X-ECOMP-RequestID=[0c937090-d68d-41c2-b81e-06b017b89cfe], X-TransactionId=[], X-ONAP-RequestID=[0c937090-d68d-41c2-b81e-06b017b89cfe], Content-Type=[application/merge-patch+json]} 2021-06-09T12:00:19.566Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-09T12:00:19.763Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?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/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210609-12:00:19:576-83274], vertex-id=[155704], Content-Length=[0], Date=[Wed, 09 Jun 2021 12:00:19 GMT], Content-Type=[application/json]} 2021-06-09T12:00:19.764Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-09T12:00:19.765Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/64351b86-cb5e-4e3e-9f20-91defa651c37/model-vers/model-ver/a4de2f63-0a52-40f7-b00c-edba689d9609?depth=0|INFO|500||InvokeReturn 2021-06-09T12:00:19.765Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-09T12:00:19.765Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T12:00:19.770Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T12:00:19.770Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c937090-d68d-41c2-b81e-06b017b89cfe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-09T12:00:19.770Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-09T12:00:19.771Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:00:19.773Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:00:19.773Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240019770, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:00:19.873Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:00:19.874Z||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-06-09T12:00:19.874Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:19.889Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:19.889Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-09T12:00:20.782Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:00:20.783Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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-06-09T12:00:20.783Z|0c937090-d68d-41c2-b81e-06b017b89cfe|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:25.075Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:25.076Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-09T12:00:25.076Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8f3f063-7468-45dd-9a59-3c50a6674b44","serviceName":"Demo_pNF_Uc3D6vrgKdh88NH9LniT","serviceVersion":"1.0","serviceUUID":"36882c8c-0942-4599-9116-9bf6e354d8f9","serviceDescription":"catalog service description","serviceInvariantUUID":"71481342-10fb-45a3-973a-f09884971ea2","resources":[{"resourceInstanceName":"pNF fc717f87-93fa 0","resourceName":"pNF fc717f87-93fa","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"baab1f50-54a1-483b-8872-57f1ed70c035","resourceInvariantUUID":"788182de-1c1a-4654-9059-6e78a14a172b","resourceCustomizationUUID":"6a5f1b0d-b78f-4db3-9033-4ab4648ad8d8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml","artifactChecksum":"NGQ0ZDU1YjdmNmMwMzYzMTU2M2FlMWE5M2M5MmRmNzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ba88a09-30b8-4e69-a1aa-2378e7c6f048","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar","artifactChecksum":"OWY5NWMwMTYxNmUzMDkxOGU1MDEwY2M3OGZjNWI5YjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a0840a11-aa6c-42b7-a1b2-85f2004c5c14","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c7340af7-729e-4194-a901-7f3928b5761f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml","artifactChecksum":"MGE4ODM2YWZiZDRkM2RlYjkwODU3ZmIyYWVhZmUzNDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d288db5f-3a00-4ae0-b9d4-e0de4a7680a8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4b2738e-8267-4cb9-851b-6dfbc857481a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5d2da09-d400-4a09-bd6f-9fce6dbb4e83","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml","artifactChecksum":"OWUxMTQ2YjVkNDE3NTY4MmY4ZjBjN2U5NzkxZDY3Mzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f40c525c-5eb7-4037-b0d3-2312139ab534","artifactVersion":"1"},{"artifactName":"service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar","artifactChecksum":"MTY5NDEyNDJiNDRlOWVkODEzYTYwNDMxYjgwYThkNjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6bcad6e0-aba9-43a7-a721-8f094d060bec","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-09T12:00:25.078Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:00:25.078Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:00:25.080Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:00:25.080Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:25.180Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:00:25.181Z||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-06-09T12:00:25.181Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:25.191Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:25.192Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:00:26.080Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:00:26.082Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:00:26.083Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:00:26.083Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:26.184Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:00:26.184Z||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-06-09T12:00:26.184Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:26.195Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:26.196Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:00:27.084Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:00:27.085Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:00:27.086Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:00:27.086Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:27.187Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:00:27.187Z||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-06-09T12:00:27.188Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:27.199Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:27.199Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:00:28.087Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:00:28.088Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:00:28.090Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:00:28.090Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:28.190Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-09T12:00:28.191Z||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-06-09T12:00:28.191Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:28.202Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:28.202Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:00:29.091Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:00:29.092Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:00:29.094Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:00:29.094Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:29.194Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:00:29.195Z||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-06-09T12:00:29.195Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:29.204Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:29.204Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-06-09T12:00:30.094Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:00:30.095Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:00:30.096Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:00:30.097Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:30.197Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:00:30.198Z||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-06-09T12:00:30.198Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:30.209Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:30.209Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:00:31.097Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:00:31.098Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:00:31.101Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:00:31.101Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:31.202Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-09T12:00:31.203Z||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-06-09T12:00:31.203Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:31.213Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:31.213Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:00:32.101Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:00:32.102Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:00:32.104Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:00:32.104Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:00:32.208Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2021-06-09T12:00:32.209Z||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-06-09T12:00:32.209Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:32.219Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:32.219Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:00:33.105Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "serviceName": "Demo_pNF_Uc3D6vrgKdh88NH9LniT", "serviceVersion": "1.0", "serviceUUID": "36882c8c-0942-4599-9116-9bf6e354d8f9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "71481342-10fb-45a3-973a-f09884971ea2", "resources": [ { "resourceInstanceName": "pNF fc717f87-93fa 0", "resourceCustomizationUUID": "6a5f1b0d-b78f-4db3-9033-4ab4648ad8d8", "resourceName": "pNF fc717f87-93fa", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "baab1f50-54a1-483b-8872-57f1ed70c035", "resourceInvariantUUID": "788182de-1c1a-4654-9059-6e78a14a172b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "artifactChecksum": "MTY5NDEyNDJiNDRlOWVkODEzYTYwNDMxYjgwYThkNjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6bcad6e0-aba9-43a7-a721-8f094d060bec" } ], "workloadContext": "Production" } 2021-06-09T12:00:33.106Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-09T12:00:33.106Z|0c937090-d68d-41c2-b81e-06b017b89cfe|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 36882c8c-0942-4599-9116-9bf6e354d8f9 ASDC 2021-06-09T12:00:33.106Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:e8f3f063-7468-45dd-9a59-3c50a6674b44 ServiceName:Demo_pNF_Uc3D6vrgKdh88NH9LniT ServiceVersion:1.0 ServiceUUID:36882c8c-0942-4599-9116-9bf6e354d8f9 ServiceInvariantUUID:71481342-10fb-45a3-973a-f09884971ea2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar ArtifactUUID:6bcad6e0-aba9-43a7-a721-8f094d060bec ArtifactChecksum:MTY5NDEyNDJiNDRlOWVkODEzYTYwNDMxYjgwYThkNjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF fc717f87-93fa 0 ResourceCustomizationUUID:6a5f1b0d-b78f-4db3-9033-4ab4648ad8d8 ResourceInvariantUUID:788182de-1c1a-4654-9059-6e78a14a172b ResourceName:pNF fc717f87-93fa ResourceType:PNF ResourceUUID:baab1f50-54a1-483b-8872-57f1ed70c035 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-06-09T12:00:33.106Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36882c8c-0942-4599-9116-9bf6e354d8f9 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-06-09T12:00:33.127Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T12:00:33.128Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:00:33.128Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:00:33.128Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6bcad6e0-aba9-43a7-a721-8f094d060bec from URL: /sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:33.128Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:00:33.128Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:34.440Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:00:34.443Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 6bcad6e0-aba9-43a7-a721-8f094d060bec 82537 2021-06-09T12:00:34.444Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar ASDC sendASDCNotification 2021-06-09T12:00:34.444Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:34.444Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:00:34.444Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:00:34.446Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:00:34.446Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240034444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:00:34.546Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:00:34.547Z||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-06-09T12:00:34.547Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:34.557Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:34.558Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:00:35.447Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T12:00:35.448Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:00:35.448Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6bcad6e0-aba9-43a7-a721-8f094d060bec, URL: /sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar to file: /app/ASDC/1/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:35.448Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:35.448Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:35.449Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:35.537Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1099525613705427300/Definitions/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml 2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:36.075Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fc717f87-93fa 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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Node template pNF fc717f87-93fa 0 is matching search criteria 2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-09T12:00:36.076Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF fc717f87-93fa 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Node template pNF fc717f87-93fa 0 is matching search criteria 2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF fc717f87-93fa 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:00:36.077Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:00:36.078Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:00:36.078Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:00:36.078Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:00:36.078Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:00:36.078Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Uc3D6vrgKdh88NH9LniT Description:catalog service description Model UUID:36882c8c-0942-4599-9116-9bf6e354d8f9 Model Version:NULL Model InvariantUuid:71481342-10fb-45a3-973a-f09884971ea2 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-06-09T12:00:36.084Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: baab1f50-54a1-483b-8872-57f1ed70c035 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-06-09T12:00:36.086Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||pNF fc717f87-93fa 0 2021-06-09T12:00:36.086Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: baab1f50-54a1-483b-8872-57f1ed70c035 2021-06-09T12:00:36.086Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 36882c8c-0942-4599-9116-9bf6e354d8f9 2021-06-09T12:00:36.086Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 36882c8c-0942-4599-9116-9bf6e354d8f9 2021-06-09T12:00:36.087Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fc717f87-93fa 0 baab1f50-54a1-483b-8872-57f1ed70c035 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-06-09T12:00:36.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:00:36.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:00:36.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 36882c8c-0942-4599-9116-9bf6e354d8f9: pNF fc717f87-93fa 2021-06-09T12:00:36.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Processing PNF resource: baab1f50-54a1-483b-8872-57f1ed70c035 2021-06-09T12:00:36.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:00:36.092Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_Uc3D6vrgKdh88NH9LniT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:00:36.092Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||Resource customization UUID: 6a5f1b0d-b78f-4db3-9033-4ab4648ad8d8 is the same as notified resource customizationUUID: 6a5f1b0d-b78f-4db3-9033-4ab4648ad8d8 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-06-09T12:00:36.147Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fc717f87-93fa baab1f50-54a1-483b-8872-57f1ed70c035 0 ASDC deployResourceStructure 2021-06-09T12:00:36.147Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar ASDC sendASDCNotification 2021-06-09T12:00:36.148Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar 2021-06-09T12:00:36.148Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:00:36.148Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:00:36.149Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:00:36.149Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240036147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:00:36.249Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:00:36.250Z||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-06-09T12:00:36.250Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:36.262Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:36.263Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:00:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:00:37.078Z||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-06-09T12:00:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:00:37.106Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:00:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "ves-openapi-manager", "timestamp": 1623239860962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-windriver-id", "timestamp": 1623239860883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239862950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "policy-id", "timestamp": 1623239859290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "clamp", "timestamp": 1623239862379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "cds", "timestamp": 1623239858205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "ves-openapi-manager", "timestamp": 1623239860962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-windriver-id", "timestamp": 1623239860883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239862950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "policy-id", "timestamp": 1623239859290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "clamp", "timestamp": 1623239862379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "cds", "timestamp": 1623239858205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-k8s-id", "timestamp": 1623239867643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-windriver-id", "timestamp": 1623239860883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "ves-openapi-manager", "timestamp": 1623239860962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239862950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "policy-id", "timestamp": 1623239859290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "clamp", "timestamp": 1623239862379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "cds", "timestamp": 1623239858205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "dcae-sch", "timestamp": 1623239868200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-k8s-id", "timestamp": 1623239867643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "ves-openapi-manager", "timestamp": 1623239860962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-windriver-id", "timestamp": 1623239860883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "policy-id", "timestamp": 1623239859290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239862950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "clamp", "timestamp": 1623239862379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "cds", "timestamp": 1623239858205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "dcae-sch", "timestamp": 1623239868200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-k8s-id", "timestamp": 1623239867643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "ves-openapi-manager", "timestamp": 1623239860962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-windriver-id", "timestamp": 1623239860883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "policy-id", "timestamp": 1623239859290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239862950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "clamp", "timestamp": 1623239862379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "cds", "timestamp": 1623239858205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "dcae-sch", "timestamp": 1623239868200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-k8s-id", "timestamp": 1623239867643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "ves-openapi-manager", "timestamp": 1623239860962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-06-09T12:00:37.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-windriver-id", "timestamp": 1623239860883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239862950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "policy-id", "timestamp": 1623239859290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "clamp", "timestamp": 1623239862379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "cds", "timestamp": 1623239858205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "dcae-sch", "timestamp": 1623239868200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-k8s-id", "timestamp": 1623239867643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "ves-openapi-manager", "timestamp": 1623239860962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-windriver-id", "timestamp": 1623239860883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239862950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "policy-id", "timestamp": 1623239859290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "clamp", "timestamp": 1623239862379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "cds", "timestamp": 1623239858205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "dcae-sch", "timestamp": 1623239868200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-k8s-id", "timestamp": 1623239867643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "ves-openapi-manager", "timestamp": 1623239860962, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-windriver-id", "timestamp": 1623239860883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:00:37.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "policy-id", "timestamp": 1623239859290, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:00:37.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-starlingx-id", "timestamp": 1623239862950, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:00:37.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "clamp", "timestamp": 1623239862379, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:00:37.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "cds", "timestamp": 1623239858205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:00:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "dcae-sch", "timestamp": 1623239868200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-k8s-id", "timestamp": 1623239867643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.129Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "dcae-sch", "timestamp": 1623239868200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "multicloud-k8s-id", "timestamp": 1623239867643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:00:37.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "dcae-sch", "timestamp": 1623239868200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "aai-ml", "timestamp": 1623239875566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "cds", "timestamp": 1623239876254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:00:37.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:00:37.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "ves-openapi-manager", "timestamp": 1623239876249, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:00:37.131Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:00:37.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "policy-id", "timestamp": 1623239876308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:00:37.132Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:00:37.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "aai-ml", "timestamp": 1623239875566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "cds", "timestamp": 1623239877259, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-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-06-09T12:00:37.139Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8f3f063-7468-45dd-9a59-3c50a6674b44 2021-06-09T12:00:37.139Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8f3f063-7468-45dd-9a59-3c50a6674b44 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-06-09T12:00:37.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "policy-id", "timestamp": 1623239877312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:00:37.146Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:00:37.146Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.146Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "ves-openapi-manager", "timestamp": 1623239877488, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-06-09T12:00:37.147Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:00:37.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "aai-ml", "timestamp": 1623239875566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.147Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "policy-id", "timestamp": 1623239878315, "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-06-09T12:00:37.150Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8f3f063-7468-45dd-9a59-3c50a6674b44 2021-06-09T12:00:37.152Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8f3f063-7468-45dd-9a59-3c50a6674b44 2021-06-09T12:00:37.152Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8f3f063-7468-45dd-9a59-3c50a6674b44 and 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:00:37.158Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8f3f063-7468-45dd-9a59-3c50a6674b44 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:00:37.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "ves-openapi-manager", "timestamp": 1623239878491, "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-06-09T12:00:37.160Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:00:37.160Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T12:00:37.160Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T12:00:37.162Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e8f3f063-7468-45dd-9a59-3c50a6674b44 2021-06-09T12:00:37.162Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8f3f063-7468-45dd-9a59-3c50a6674b44 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-06-09T12:00:37.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "aai-ml", "timestamp": 1623239875566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "clamp", "timestamp": 1623239879795, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "aai-ml", "timestamp": 1623239875566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "aai-ml", "timestamp": 1623239875566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "clamp", "timestamp": 1623239881804, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "aai-ml", "timestamp": 1623239875566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "clamp", "timestamp": 1623239882807, "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-06-09T12:00:37.173Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8f3f063-7468-45dd-9a59-3c50a6674b44 2021-06-09T12:00:37.173Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8f3f063-7468-45dd-9a59-3c50a6674b44 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-06-09T12:00:37.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "aai-ml", "timestamp": 1623239875566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239883984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "aai-ml", "timestamp": 1623239884625, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239883984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239883984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239883984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239883984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239883984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "aai-ml", "timestamp": 1623239890202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239883984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "aai-ml", "timestamp": 1623239891205, "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-06-09T12:00:37.185Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8f3f063-7468-45dd-9a59-3c50a6674b44 2021-06-09T12:00:37.185Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8f3f063-7468-45dd-9a59-3c50a6674b44 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-06-09T12:00:37.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239883984, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:00:37.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:00:37.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239893716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:00:37.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:00:37.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239895415, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:00:37.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:00:37.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:00:37.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623239896418, "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-06-09T12:00:37.195Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8f3f063-7468-45dd-9a59-3c50a6674b44 2021-06-09T12:00:37.195Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8f3f063-7468-45dd-9a59-3c50a6674b44 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-06-09T12:01:07.160Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8f3f063-7468-45dd-9a59-3c50a6674b44 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:01:07.168Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8f3f063-7468-45dd-9a59-3c50a6674b44 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:01:07.170Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:01:07.170Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-09T12:01:07.170Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-09T12:01:07.170Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-09T12:01:07.170Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:01:07.170Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:01:07.170Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:01:07.170Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:01:07.170Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:01:07.170Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:01:07.171Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:01:07.171Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-06-09T12:01:07.174Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-09T12:01:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:01:37.078Z||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-06-09T12:01:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:37.107Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:37.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:01:37.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c937090-d68d-41c2-b81e-06b017b89cfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240019770, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:01:37.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:01:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:01:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:01:37.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:01:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:01:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:01:37.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:01:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:01:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/resourceInstances/pnffc717f8793fa0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240020782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240034444, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:01:37.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:01:37.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:01:37.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240036147, "artifactURL": "/sdc/v1/catalog/services/DemoPnfUc3d6vrgkdh88nh9lnit/1.0/artifacts/service-DemoPnfUc3d6vrgkdh88nh9lnit-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:01:37.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:01:37.174Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8f3f063-7468-45dd-9a59-3c50a6674b44 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-06-09T12:01:37.178Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8f3f063-7468-45dd-9a59-3c50a6674b44 and serviceModelVersionId: 36882c8c-0942-4599-9116-9bf6e354d8f9 2021-06-09T12:01:37.178Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 71481342-10fb-45a3-973a-f09884971ea2 2021-06-09T12:01:37.179Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/71481342-10fb-45a3-973a-f09884971ea2/model-vers/model-ver/36882c8c-0942-4599-9116-9bf6e354d8f9?depth=0 2021-06-09T12:01:37.183Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-09T12:01:37.215Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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/71481342-10fb-45a3-973a-f09884971ea2/model-vers/model-ver/36882c8c-0942-4599-9116-9bf6e354d8f9?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-06-09T12:01:37.216Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71481342-10fb-45a3-973a-f09884971ea2/model-vers/model-ver/36882c8c-0942-4599-9116-9bf6e354d8f9?depth=0|INFO|500||Invoke 2021-06-09T12:01:37.233Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71481342-10fb-45a3-973a-f09884971ea2/model-vers/model-ver/36882c8c-0942-4599-9116-9bf6e354d8f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-09T12:01:37.453Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/71481342-10fb-45a3-973a-f09884971ea2/model-vers/model-ver/36882c8c-0942-4599-9116-9bf6e354d8f9?depth=0|INFO|500||InvokeReturn 2021-06-09T12:01:37.454Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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/71481342-10fb-45a3-973a-f09884971ea2/model-vers/model-ver/36882c8c-0942-4599-9116-9bf6e354d8f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210609-12:01:37:240-32597], vertex-id=[159800], Content-Length=[0], Date=[Wed, 09 Jun 2021 12:01:37 GMT], Content-Type=[application/json]} 2021-06-09T12:01:37.454Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-06-09T12:01:37.454Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-09T12:01:37.454Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-06-09T12:01:37.457Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-06-09T12:01:37.458Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8f3f063-7468-45dd-9a59-3c50a6674b44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-09T12:01:37.458Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-09T12:01:37.458Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:37.459Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:37.459Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240097458, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:01:37.560Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-09T12:01:37.560Z||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-06-09T12:01:37.560Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:37.571Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:37.572Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 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-06-09T12:01:38.467Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:01:38.468Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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-06-09T12:01:38.468Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:39.089Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:39.090Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-09T12:01:39.090Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"50390309-dae1-42cf-8f6c-c2b7663122b6","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"0e47fca4-fd4a-4157-a633-b8f1bdbe7821","serviceDescription":"service","serviceInvariantUUID":"0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f4fce5f9-5e7f-4417-a109-f8de0f25d4af","resourceInvariantUUID":"213cdd31-c2cd-42bd-b617-02ec0622c398","resourceCustomizationUUID":"fcd696dc-da43-4abf-ad39-da9f6864efc9","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":"cecbdb69-8f6c-4b11-a4b4-8ea4dad64298","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":"MjQzYzRjNmMzMjc2MDkxMjNhYmY0OTk1ODJmMGRkNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8555969a-7b9e-4eac-aeb6-c2bf259b2e72","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":"YTg3NzUyM2MxMTk3NjI0Yzk0MmRjZTIyY2MzM2UzMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"47c9d29d-d281-4444-ac41-0591fafc05a6","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":"e7311f54-5258-420e-9738-3e83aa154749","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":"5195416b-180d-4ebb-9f33-d3c4ca088162","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":"9e733be5-621c-4972-b55b-f2a992fd00d6","artifactVersion":"2","generatedFromUUID":"e7311f54-5258-420e-9738-3e83aa154749"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"OGE0ZWU4MTMwMWIwNDliZGVlZWFkZTk4ZTgyOGUxNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5124fdb-cfdc-4f2c-8f91-7f00a2336a6d","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MTE5ODY1YTczMDYyMzBhN2MyMjk0MzQ5YzBmZGFmYmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2eef576a-7075-45bc-999b-f60f168003b3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-09T12:01:39.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:01:39.091Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:39.092Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:39.092Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:01:39.193Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:39.193Z||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-06-09T12:01:39.193Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:39.204Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:39.205Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:40.093Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:01:40.094Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:40.096Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:40.096Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:01:40.196Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:40.197Z||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-06-09T12:01:40.197Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:40.213Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:40.213Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:41.097Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:01:41.097Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:41.100Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:41.100Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:01:41.200Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:41.201Z||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-06-09T12:01:41.201Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:41.211Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:41.211Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:42.101Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:01:42.102Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:42.103Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:42.103Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T12:01:42.203Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:42.204Z||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-06-09T12:01:42.204Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:42.213Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:42.213Z||pool-54-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:43.104Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:01:43.104Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:43.106Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:43.106Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:01:43.206Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:43.207Z||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-06-09T12:01:43.207Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:43.220Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:43.220Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:44.107Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:01:44.107Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:44.109Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:44.109Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-09T12:01:44.209Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:44.210Z||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-06-09T12:01:44.210Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:44.221Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:44.221Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:45.109Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:01:45.110Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:45.111Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:45.111Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:01:45.212Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:45.212Z||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-06-09T12:01:45.213Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:45.222Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:45.222Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-06-09T12:01:46.112Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:01:46.113Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:46.115Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:46.115Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:01:46.215Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:46.215Z||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-06-09T12:01:46.216Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:46.227Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:46.228Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:47.116Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "0e47fca4-fd4a-4157-a633-b8f1bdbe7821", "serviceDescription": "service", "serviceInvariantUUID": "0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "fcd696dc-da43-4abf-ad39-da9f6864efc9", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f4fce5f9-5e7f-4417-a109-f8de0f25d4af", "resourceInvariantUUID": "213cdd31-c2cd-42bd-b617-02ec0622c398", "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": "YTg3NzUyM2MxMTk3NjI0Yzk0MmRjZTIyY2MzM2UzMTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "47c9d29d-d281-4444-ac41-0591fafc05a6", "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": "e7311f54-5258-420e-9738-3e83aa154749", "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": "9e733be5-621c-4972-b55b-f2a992fd00d6", "generatedFromUUID": "e7311f54-5258-420e-9738-3e83aa154749" }, "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": "9e733be5-621c-4972-b55b-f2a992fd00d6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MTE5ODY1YTczMDYyMzBhN2MyMjk0MzQ5YzBmZGFmYmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2eef576a-7075-45bc-999b-f60f168003b3" } ], "workloadContext": "Production" } 2021-06-09T12:01:47.116Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-09T12:01:47.116Z|e8f3f063-7468-45dd-9a59-3c50a6674b44|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0e47fca4-fd4a-4157-a633-b8f1bdbe7821 ASDC 2021-06-09T12:01:47.117Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:50390309-dae1-42cf-8f6c-c2b7663122b6 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:0e47fca4-fd4a-4157-a633-b8f1bdbe7821 ServiceInvariantUUID:0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a 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:2eef576a-7075-45bc-999b-f60f168003b3 ArtifactChecksum:MTE5ODY1YTczMDYyMzBhN2MyMjk0MzQ5YzBmZGFmYmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:fcd696dc-da43-4abf-ad39-da9f6864efc9 ResourceInvariantUUID:213cdd31-c2cd-42bd-b617-02ec0622c398 ResourceName:basicclamp ResourceType:VF ResourceUUID:f4fce5f9-5e7f-4417-a109-f8de0f25d4af 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:47c9d29d-d281-4444-ac41-0591fafc05a6 ArtifactChecksum:YTg3NzUyM2MxMTk3NjI0Yzk0MmRjZTIyY2MzM2UzMTM= 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:e7311f54-5258-420e-9738-3e83aa154749 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:9e733be5-621c-4972-b55b-f2a992fd00d6 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:9e733be5-621c-4972-b55b-f2a992fd00d6 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-09T12:01:47.117Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0e47fca4-fd4a-4157-a633-b8f1bdbe7821 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-06-09T12:01:47.144Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T12:01:47.145Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:01:47.145Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:01:47.145Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2eef576a-7075-45bc-999b-f60f168003b3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-09T12:01:47.145Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:01:47.145Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-09T12:01:48.636Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:01:48.639Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2eef576a-7075-45bc-999b-f60f168003b3 73378 2021-06-09T12:01:48.639Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-06-09T12:01:48.639Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-09T12:01:48.639Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:01:48.639Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:48.641Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:48.641Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240108639, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:01:48.741Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:48.742Z||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-06-09T12:01:48.742Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:48.758Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:48.759Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:49.641Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T12:01:49.642Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:01:49.642Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 2eef576a-7075-45bc-999b-f60f168003b3, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-09T12:01:49.642Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-06-09T12:01:49.643Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-09T12:01:49.643Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-09T12:01:50.054Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15566144888259313944/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-06-09T12:01:50.906Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-09T12:01:50.906Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-09T12:01:50.906Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-09T12:01:50.907Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-06-09T12:01:50.907Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:50.907Z|50390309-dae1-42cf-8f6c-c2b7663122b6|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-Basicclamp-csar.csar 2021-06-09T12:01:50.907Z|50390309-dae1-42cf-8f6c-c2b7663122b6|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-Basicclamp-csar.csar 2021-06-09T12:01:50.907Z|50390309-dae1-42cf-8f6c-c2b7663122b6|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-Basicclamp-csar.csar 2021-06-09T12:01:50.907Z|50390309-dae1-42cf-8f6c-c2b7663122b6|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-Basicclamp-csar.csar 2021-06-09T12:01:50.907Z|50390309-dae1-42cf-8f6c-c2b7663122b6|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-Basicclamp-csar.csar 2021-06-09T12:01:50.907Z|50390309-dae1-42cf-8f6c-c2b7663122b6|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-Basicclamp-csar.csar 2021-06-09T12:01:50.907Z|50390309-dae1-42cf-8f6c-c2b7663122b6|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-Basicclamp-csar.csar 2021-06-09T12:01:50.907Z|50390309-dae1-42cf-8f6c-c2b7663122b6|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-Basicclamp-csar.csar 2021-06-09T12:01:50.908Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-09T12:01:50.908Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.908Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:50.908Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-09T12:01:50.908Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-09T12:01:50.908Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T12:01:50.909Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.909Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:50.909Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-09T12:01:50.909Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-09T12:01:50.909Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T12:01:50.909Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.909Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:50.910Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.910Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-09T12:01:50.910Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-06-09T12:01:50.910Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-06-09T12:01:50.910Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-06-09T12:01:50.910Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-09T12:01:50.910Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-09T12:01:50.911Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.911Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T12:01:50.911Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.911Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-09T12:01:50.911Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:01:50.911Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.912Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-09T12:01:50.912Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:01:50.912Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.912Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-09T12:01:50.912Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:01:50.912Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.912Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-09T12:01:50.913Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-09T12:01:50.913Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-09T12:01:50.913Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55380998-10ed-4c95-abbc-7489522ee4cd 2021-06-09T12:01:50.913Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.913Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:50.913Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.913Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:50.914Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.914Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:50.914Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:50.914Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:50.914Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:0e47fca4-fd4a-4157-a633-b8f1bdbe7821 Model Version:NULL Model InvariantUuid:0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:11b967a8-f9fa-486a-8a3a-d57e9a352d5a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:213cdd31-c2cd-42bd-b617-02ec0622c398 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fcd696dc-da43-4abf-ad39-da9f6864efc9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f4904ff9-a1ce-4845-8342-cc1de2c7ee3b ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:b39088c7-3118-4b7c-9aa1-558b46832af8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:55380998-10ed-4c95-abbc-7489522ee4cd ModelInvariantUuid:40092e41-4498-483c-ae52-da17c2517d08 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:c626454c-f465-4019-bdc3-9b6d312d749a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:9eee1abf-682e-46e7-9a21-30937ee57e0a ModelInvariantUuid:5edfb118-fcae-4994-bc91-203683b3ff54 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:97c6f77e-c2ad-4018-b2f8-8efd7370c32f 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-06-09T12:01:50.919Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f4fce5f9-5e7f-4417-a109-f8de0f25d4af 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-06-09T12:01:50.922Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||basicclamp 0 2021-06-09T12:01:50.922Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f4fce5f9-5e7f-4417-a109-f8de0f25d4af 2021-06-09T12:01:50.922Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 47c9d29d-d281-4444-ac41-0591fafc05a6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-09T12:01:50.922Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:01:50.922Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-09T12:01:52.402Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:01:52.402Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 47c9d29d-d281-4444-ac41-0591fafc05a6 790 2021-06-09T12:01:52.403Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:52.403Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:52.403Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:01:52.403Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:52.405Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:52.405Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240112403, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:01:52.505Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:52.505Z||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-06-09T12:01:52.505Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:52.517Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:52.517Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:53.405Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f4904ff9-a1ce-4845-8342-cc1de2c7ee3b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b39088c7-3118-4b7c-9aa1-558b46832af8", "vfModuleModelCustomizationUUID": "62d97aba-15c1-413c-ae36-adf78dd2db77", "isBase": true, "artifacts": [ "e7311f54-5258-420e-9738-3e83aa154749", "9e733be5-621c-4972-b55b-f2a992fd00d6" ], "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-06-09T12:01:53.408Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b39088c7-3118-4b7c-9aa1-558b46832af8 VfModuleModelInvariantUUID:f4904ff9-a1ce-4845-8342-cc1de2c7ee3b VfModuleModelDescription:NULL Artifacts UUID List:{ e7311f54-5258-420e-9738-3e83aa154749 , 9e733be5-621c-4972-b55b-f2a992fd00d6 } 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-06-09T12:01:53.409Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f4904ff9-a1ce-4845-8342-cc1de2c7ee3b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b39088c7-3118-4b7c-9aa1-558b46832af8", "vfModuleModelCustomizationUUID": "62d97aba-15c1-413c-ae36-adf78dd2db77", "isBase": true, "artifacts": [ "e7311f54-5258-420e-9738-3e83aa154749", "9e733be5-621c-4972-b55b-f2a992fd00d6" ], "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-06-09T12:01:53.410Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b39088c7-3118-4b7c-9aa1-558b46832af8 VfModuleModelInvariantUUID:f4904ff9-a1ce-4845-8342-cc1de2c7ee3b VfModuleModelDescription:NULL Artifacts UUID List:{ e7311f54-5258-420e-9738-3e83aa154749 , 9e733be5-621c-4972-b55b-f2a992fd00d6 } 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-06-09T12:01:53.410Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e7311f54-5258-420e-9738-3e83aa154749 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-09T12:01:53.410Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:01:53.410Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-09T12:01:54.798Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:01:54.799Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e7311f54-5258-420e-9738-3e83aa154749 5033 2021-06-09T12:01:54.799Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:54.799Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:54.799Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:01:54.799Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:54.801Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:54.801Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240114799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:01:54.901Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:54.902Z||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-06-09T12:01:54.902Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:54.914Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:54.915Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:55.801Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9e733be5-621c-4972-b55b-f2a992fd00d6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-09T12:01:55.802Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:01:55.802Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-09T12:01:57.599Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:01:57.599Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 9e733be5-621c-4972-b55b-f2a992fd00d6 909 2021-06-09T12:01:57.600Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:57.600Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:57.600Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:01:57.600Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:57.601Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:57.601Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240117600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:01:57.702Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:57.703Z||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-06-09T12:01:57.703Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:57.712Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:57.713Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:58.602Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0e47fca4-fd4a-4157-a633-b8f1bdbe7821 2021-06-09T12:01:58.603Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 f4fce5f9-5e7f-4417-a109-f8de0f25d4af 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-06-09T12:01:58.613Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.614Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:58.614Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-06-09T12:01:58.614Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fcd696dc-da43-4abf-ad39-da9f6864efc9 2021-06-09T12:01:58.614Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fcd696dc-da43-4abf-ad39-da9f6864efc9 matches Tosca VF Customization UUID: fcd696dc-da43-4abf-ad39-da9f6864efc9 2021-06-09T12:01:58.614Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fcd696dc-da43-4abf-ad39-da9f6864efc9 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-06-09T12:01:58.616Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.616Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:58.617Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fcd696dc-da43-4abf-ad39-da9f6864efc9: {\"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-06-09T12:01:58.617Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b192e75 2021-06-09T12:01:58.617Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.617Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T12:01:58.618Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 62d97aba-15c1-413c-ae36-adf78dd2db77 2021-06-09T12:01:58.618Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 62d97aba-15c1-413c-ae36-adf78dd2db77 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-06-09T12:01:58.620Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.620Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-09T12:01:58.620Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:01:58.621Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.621Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-09T12:01:58.621Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:01:58.621Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.621Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-09T12:01:58.621Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-09T12:01:58.622Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-09T12:01:58.622Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=55380998-10ed-4c95-abbc-7489522ee4cd 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-06-09T12:01:58.624Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.624Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-09T12:01:58.624Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:01:58.624Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.624Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-09T12:01:58.625Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=fcd696dc-da43-4abf-ad39-da9f6864efc9 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-06-09T12:01:58.626Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.626Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:58.626Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0e47fca4-fd4a-4157-a633-b8f1bdbe7821: basicclamp 2021-06-09T12:01:58.626Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.627Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:58.627Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.627Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:58.627Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.627Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:58.627Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.627Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:58.628Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:01:58.628Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:01:58.628Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:58.693Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp f4fce5f9-5e7f-4417-a109-f8de0f25d4af 1 ASDC deployResourceStructure 2021-06-09T12:01:58.693Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:58.693Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:58.693Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:01:58.693Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:58.695Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:58.695Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240118693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:01:58.795Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:58.796Z||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-06-09T12:01:58.796Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:58.806Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:58.807Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:01:59.696Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:59.696Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:01:59.696Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:01:59.697Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:01:59.698Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:01:59.698Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240119696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-09T12:01:59.799Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:01:59.800Z||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-06-09T12:01:59.800Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:01:59.810Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:01:59.810Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:02:00.699Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:02:00.700Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||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-06-09T12:02:00.700Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:02:00.700Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:02:00.702Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:02:00.702Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240120699, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-09T12:02:00.802Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:02:00.803Z||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-06-09T12:02:00.803Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:02:00.813Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:02:00.813Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:02:01.703Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-06-09T12:02:01.703Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-09T12:02:01.703Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:02:01.703Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:02:01.705Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:02:01.705Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240121702, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:02:01.805Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:02:01.806Z||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-06-09T12:02:01.806Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:02:01.817Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:02:01.817Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:02:02.706Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50390309-dae1-42cf-8f6c-c2b7663122b6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:02:02.713Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50390309-dae1-42cf-8f6c-c2b7663122b6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:02:02.714Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:02:02.715Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T12:02:02.715Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T12:02:32.715Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50390309-dae1-42cf-8f6c-c2b7663122b6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:02:32.724Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50390309-dae1-42cf-8f6c-c2b7663122b6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:02:32.725Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:02:32.726Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T12:02:32.726Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T12:02:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:02:37.078Z||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-06-09T12:02:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:02:37.099Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:02:37.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "aai-ml", "timestamp": 1623240055566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240047643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "dcae-sch", "timestamp": 1623240048200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "cds", "timestamp": 1623240053205, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "aai-ml", "timestamp": 1623240055566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240047643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "dcae-sch", "timestamp": 1623240048200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "cds", "timestamp": 1623240053205, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "aai-ml", "timestamp": 1623240055566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "dcae-sch", "timestamp": 1623240048200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240047643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "cds", "timestamp": 1623240053205, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "dcae-sch", "timestamp": 1623240048200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240047643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "cds", "timestamp": 1623240053205, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "aai-ml", "timestamp": 1623240055566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "cds", "timestamp": 1623240053205, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240047643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "aai-ml", "timestamp": 1623240055566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "dcae-sch", "timestamp": 1623240048200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "cds", "timestamp": 1623240053205, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "dcae-sch", "timestamp": 1623240048200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "aai-ml", "timestamp": 1623240055566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240047643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "dcae-sch", "timestamp": 1623240048200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "cds", "timestamp": 1623240053205, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "aai-ml", "timestamp": 1623240055566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240047643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:02:37.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "cds", "timestamp": 1623240053205, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "aai-ml", "timestamp": 1623240055566, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "dcae-sch", "timestamp": 1623240048200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240047643, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.122Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240065603, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "aai-ml", "timestamp": 1623240065656, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "cds", "timestamp": 1623240065681, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "dcae-sch", "timestamp": 1623240066500, "artifactURL": "/sdc/v1/catalog/services/0e47fca4-fd4a-4157-a633-b8f1bdbe7821/resourceInstances/basicclamp0/artifacts/cecbdb69-8f6c-4b11-a4b4-8ea4dad64298", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "cds", "timestamp": 1623240066685, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-09T12:02:37.131Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50390309-dae1-42cf-8f6c-c2b7663122b6 2021-06-09T12:02:37.131Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50390309-dae1-42cf-8f6c-c2b7663122b6 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-06-09T12:02:37.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "dcae-sch", "timestamp": 1623240067776, "artifactURL": "/sdc/v1/catalog/services/0e47fca4-fd4a-4157-a633-b8f1bdbe7821/resourceInstances/basicclamp0/artifacts/cecbdb69-8f6c-4b11-a4b4-8ea4dad64298", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240067942, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "cds", "timestamp": 1623240068205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "dcae-sch", "timestamp": 1623240068780, "artifactURL": "/sdc/v1/catalog/services/0e47fca4-fd4a-4157-a633-b8f1bdbe7821/resourceInstances/basicclamp0/artifacts/cecbdb69-8f6c-4b11-a4b4-8ea4dad64298", "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-06-09T12:02:37.147Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 50390309-dae1-42cf-8f6c-c2b7663122b6 2021-06-09T12:02:37.147Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50390309-dae1-42cf-8f6c-c2b7663122b6 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-06-09T12:02:37.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "cds", "timestamp": 1623240068205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240069946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "policy-id", "timestamp": 1623240070011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "dcae-sch", "timestamp": 1623240069783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240070548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.160Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "cds", "timestamp": 1623240068205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240070963, "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-06-09T12:02:37.167Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50390309-dae1-42cf-8f6c-c2b7663122b6 2021-06-09T12:02:37.167Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50390309-dae1-42cf-8f6c-c2b7663122b6 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-06-09T12:02:37.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "policy-id", "timestamp": 1623240071016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "dcae-sch", "timestamp": 1623240069783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.176Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.176Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.176Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "cds", "timestamp": 1623240068205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.177Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.177Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.177Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-k8s-id", "timestamp": 1623240071966, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.177Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.178Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.178Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "policy-id", "timestamp": 1623240072021, "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-06-09T12:02:37.183Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50390309-dae1-42cf-8f6c-c2b7663122b6 2021-06-09T12:02:37.183Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50390309-dae1-42cf-8f6c-c2b7663122b6 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-06-09T12:02:37.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "dcae-sch", "timestamp": 1623240069783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240072605, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.190Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "cds", "timestamp": 1623240068205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240073008, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "dcae-sch", "timestamp": 1623240069783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "aai-ml", "timestamp": 1623240073404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240072971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240073632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "cds", "timestamp": 1623240068205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "dcae-sch", "timestamp": 1623240069783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "aai-ml", "timestamp": 1623240074407, "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-06-09T12:02:37.203Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50390309-dae1-42cf-8f6c-c2b7663122b6 2021-06-09T12:02:37.204Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50390309-dae1-42cf-8f6c-c2b7663122b6 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-06-09T12:02:37.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240072971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:02:37.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "cds", "timestamp": 1623240068205, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.213Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240075007, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:02:37.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "dcae-sch", "timestamp": 1623240069783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.214Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240072971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.215Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240075555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240075553, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "ves-openapi-manager", "timestamp": 1623240060962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240076016, "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-06-09T12:02:37.221Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50390309-dae1-42cf-8f6c-c2b7663122b6 2021-06-09T12:02:37.222Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50390309-dae1-42cf-8f6c-c2b7663122b6 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-06-09T12:02:37.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "dcae-sch", "timestamp": 1623240069783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240072971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240076557, "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-06-09T12:02:37.234Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50390309-dae1-42cf-8f6c-c2b7663122b6 2021-06-09T12:02:37.234Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50390309-dae1-42cf-8f6c-c2b7663122b6 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-06-09T12:02:37.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "cds", "timestamp": 1623240077015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-windriver-id", "timestamp": 1623240077020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240072971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-09T12:02:37.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "cds", "timestamp": 1623240078019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-09T12:02:37.256Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 2021-06-09T12:02:37.257Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 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-06-09T12:02:37.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240072971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:02:37.267Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240079054, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.268Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.268Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "policy-id", "timestamp": 1623240059292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240072971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240080059, "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-06-09T12:02:37.276Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50390309-dae1-42cf-8f6c-c2b7663122b6 2021-06-09T12:02:37.276Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50390309-dae1-42cf-8f6c-c2b7663122b6 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-06-09T12:02:37.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "policy-id", "timestamp": 1623240080855, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.284Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240081062, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240081367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "policy-id", "timestamp": 1623240081858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.286Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-09T12:02:37.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "policy-id", "timestamp": 1623240082861, "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-06-09T12:02:37.292Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 2021-06-09T12:02:37.293Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 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-06-09T12:02:37.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240082947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.301Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:02:37.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240063984, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240060884, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.303Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.303Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240084852, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.304Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240085115, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240085283, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240085870, "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-06-09T12:02:37.310Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 2021-06-09T12:02:37.310Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 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-06-09T12:02:37.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-09T12:02:37.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "aai-ml", "timestamp": 1623240085566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240086468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240086873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.318Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "aai-ml", "timestamp": 1623240085566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240087275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.318Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240062950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "aai-ml", "timestamp": 1623240085566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240088277, "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-06-09T12:02:37.323Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 2021-06-09T12:02:37.323Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 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-06-09T12:02:37.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "aai-ml", "timestamp": 1623240085566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240089244, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.330Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "aai-ml", "timestamp": 1623240085566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240090250, "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-06-09T12:02:37.334Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 2021-06-09T12:02:37.334Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 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-06-09T12:02:37.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240090736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "aai-ml", "timestamp": 1623240085566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240091254, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240091823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "aai-ml", "timestamp": 1623240085566, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240087880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "dcae-sch", "timestamp": 1623240088200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "policy-id", "timestamp": 1623240083864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "cds", "timestamp": 1623240083205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240092721, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240092826, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240092258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "dcae-sch", "timestamp": 1623240088200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240087880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "policy-id", "timestamp": 1623240083864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "cds", "timestamp": 1623240083205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240092258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "dcae-sch", "timestamp": 1623240088200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240087880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "policy-id", "timestamp": 1623240083864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "aai-ml", "timestamp": 1623240094203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "cds", "timestamp": 1623240083205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240093984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240092258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240087880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "dcae-sch", "timestamp": 1623240088200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "policy-id", "timestamp": 1623240083864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "cds", "timestamp": 1623240083205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240093984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240095640, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240092258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240087880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-09T12:02:37.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "dcae-sch", "timestamp": 1623240088200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "policy-id", "timestamp": 1623240083864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "cds", "timestamp": 1623240083205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240093984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:02:37.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240096644, "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-06-09T12:02:37.352Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 2021-06-09T12:02:37.352Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 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-06-09T12:02:37.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240092258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-09T12:02:37.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:02:37.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:02:37.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240096948, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:02:37.357Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:03:02.726Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50390309-dae1-42cf-8f6c-c2b7663122b6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:03:02.736Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50390309-dae1-42cf-8f6c-c2b7663122b6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:03:02.738Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:03:02.738Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-09T12:03:02.738Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-09T12:03:02.739Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-09T12:03:02.739Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:03:02.739Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:03:02.739Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:03:02.739Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:03:02.739Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:03:02.739Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:03:02.739Z|50390309-dae1-42cf-8f6c-c2b7663122b6|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-06-09T12:03:02.744Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-09T12:03:32.744Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50390309-dae1-42cf-8f6c-c2b7663122b6 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-06-09T12:03:32.748Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50390309-dae1-42cf-8f6c-c2b7663122b6 and serviceModelVersionId: 0e47fca4-fd4a-4157-a633-b8f1bdbe7821 2021-06-09T12:03:32.748Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a 2021-06-09T12:03:32.749Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a/model-vers/model-ver/0e47fca4-fd4a-4157-a633-b8f1bdbe7821?depth=0 2021-06-09T12:03:32.752Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-09T12:03:32.780Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a/model-vers/model-ver/0e47fca4-fd4a-4157-a633-b8f1bdbe7821?depth=0|INFO|500||Invoke 2021-06-09T12:03:32.781Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a/model-vers/model-ver/0e47fca4-fd4a-4157-a633-b8f1bdbe7821?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a/model-vers/model-ver/0e47fca4-fd4a-4157-a633-b8f1bdbe7821?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50390309-dae1-42cf-8f6c-c2b7663122b6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[941ce625-cea4-4deb-80f4-e9d0e6023026], X-ECOMP-RequestID=[50390309-dae1-42cf-8f6c-c2b7663122b6], X-TransactionId=[], X-ONAP-RequestID=[50390309-dae1-42cf-8f6c-c2b7663122b6], Content-Type=[application/merge-patch+json]} 2021-06-09T12:03:32.799Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a/model-vers/model-ver/0e47fca4-fd4a-4157-a633-b8f1bdbe7821?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-09T12:03:33.002Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a/model-vers/model-ver/0e47fca4-fd4a-4157-a633-b8f1bdbe7821?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/0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a/model-vers/model-ver/0e47fca4-fd4a-4157-a633-b8f1bdbe7821?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210609-12:03:32:808-90879], vertex-id=[204968], Content-Length=[0], Date=[Wed, 09 Jun 2021 12:03:32 GMT], Content-Type=[application/json]} 2021-06-09T12:03:33.003Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a/model-vers/model-ver/0e47fca4-fd4a-4157-a633-b8f1bdbe7821?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-09T12:03:33.003Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/0b2fd2a8-a4ee-4347-a2e8-6a2f7013623a/model-vers/model-ver/0e47fca4-fd4a-4157-a633-b8f1bdbe7821?depth=0|INFO|500||InvokeReturn 2021-06-09T12:03:33.003Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-09T12:03:33.004Z|50390309-dae1-42cf-8f6c-c2b7663122b6|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-06-09T12:03:33.008Z|50390309-dae1-42cf-8f6c-c2b7663122b6|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-06-09T12:03:33.008Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50390309-dae1-42cf-8f6c-c2b7663122b6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-09T12:03:33.008Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-09T12:03:33.008Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:33.010Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:33.010Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240213008, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:03:33.110Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:33.111Z||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-06-09T12:03:33.111Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:33.127Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:33.127Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-09T12:03:34.021Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-09T12:03:34.022Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a1553bfa-eebd-45de-b120-c83d4013a878","serviceDescription":"service","serviceInvariantUUID":"abc814bb-274f-428b-bdf7-1b40c15b49e5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"303a9772-802e-4ebc-bf76-b689fb434604","resourceInvariantUUID":"bc4c932c-f20c-4dfd-bf33-d21c8d150e74","resourceCustomizationUUID":"2896415b-da51-4739-be43-6c8c06fa17a3","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":"Y2YzNTJhYTQ3NDQ1NDVmZDY3YjE1NGQ5OWNkMDMyZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca4e07ce-f237-49f5-937f-4bb42999e6be","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":"Y2MzZjJmNzU3ZWNmZDkyNDU2MzAyYjYxMWJlOGZkNWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a73ff9b6-c6fc-41e9-a654-587d4fb409e4","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":"aff250f4-109a-4a9f-9659-1d02df0ba3ec","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":"69546af5-bd62-4299-b4be-dce234aa26ff","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":"3d410ed5-b918-4068-9f41-75cbca4cd055","artifactVersion":"2","generatedFromUUID":"aff250f4-109a-4a9f-9659-1d02df0ba3ec"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTY0NzY0Y2U0OGU1OWNkMmNiZTA3NGUyNjhhNWUyNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cb4227b4-c9d8-4656-9ce9-8831c7c73fb4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmY1MjJkY2FlODBlMjlmMWRhNmVjOGI5MGU4YTc0ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35bf42a7-d43e-403b-841b-cfad357eb159","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-09T12:03:34.022Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:03:34.022Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:34.024Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:34.024Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:03:34.124Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:34.125Z||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-06-09T12:03:34.125Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:34.150Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:34.150Z||pool-68-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:35.024Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:03:35.025Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:35.026Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:35.027Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:03:35.127Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:35.128Z||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-06-09T12:03:35.128Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:35.139Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:35.140Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:36.027Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:03:36.028Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:36.029Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:36.029Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:03:36.129Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:36.130Z||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-06-09T12:03:36.130Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:36.141Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:36.141Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:37.030Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:03:37.030Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:37.032Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:37.032Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:03:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:03:37.078Z||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-06-09T12:03:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:37.097Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:37.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:03:37.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240087880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:03:37.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:03:37.132Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:37.133Z||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-06-09T12:03:37.133Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:37.145Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:37.145Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:38.032Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:03:38.034Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:38.036Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:38.036Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-09T12:03:38.136Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:38.137Z||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-06-09T12:03:38.137Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:38.148Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:38.148Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-09T12:03:39.037Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:03:39.038Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:39.039Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:39.039Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:03:39.140Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:39.140Z||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-06-09T12:03:39.140Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:39.153Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:39.153Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:40.040Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:03:40.040Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:40.042Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:40.042Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:03:40.142Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:40.143Z||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-06-09T12:03:40.143Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:40.155Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:40.156Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:41.043Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "a1553bfa-eebd-45de-b120-c83d4013a878", "serviceDescription": "service", "serviceInvariantUUID": "abc814bb-274f-428b-bdf7-1b40c15b49e5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "2896415b-da51-4739-be43-6c8c06fa17a3", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "303a9772-802e-4ebc-bf76-b689fb434604", "resourceInvariantUUID": "bc4c932c-f20c-4dfd-bf33-d21c8d150e74", "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": "Y2MzZjJmNzU3ZWNmZDkyNDU2MzAyYjYxMWJlOGZkNWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a73ff9b6-c6fc-41e9-a654-587d4fb409e4", "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": "aff250f4-109a-4a9f-9659-1d02df0ba3ec", "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": "3d410ed5-b918-4068-9f41-75cbca4cd055", "generatedFromUUID": "aff250f4-109a-4a9f-9659-1d02df0ba3ec" }, "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": "3d410ed5-b918-4068-9f41-75cbca4cd055", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NmY1MjJkY2FlODBlMjlmMWRhNmVjOGI5MGU4YTc0ZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "35bf42a7-d43e-403b-841b-cfad357eb159" } ], "workloadContext": "Production" } 2021-06-09T12:03:41.043Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-09T12:03:41.043Z|50390309-dae1-42cf-8f6c-c2b7663122b6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1553bfa-eebd-45de-b120-c83d4013a878 ASDC 2021-06-09T12:03:41.043Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:a1553bfa-eebd-45de-b120-c83d4013a878 ServiceInvariantUUID:abc814bb-274f-428b-bdf7-1b40c15b49e5 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:35bf42a7-d43e-403b-841b-cfad357eb159 ArtifactChecksum:NmY1MjJkY2FlODBlMjlmMWRhNmVjOGI5MGU4YTc0ZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:2896415b-da51-4739-be43-6c8c06fa17a3 ResourceInvariantUUID:bc4c932c-f20c-4dfd-bf33-d21c8d150e74 ResourceName:basic_vm ResourceType:VF ResourceUUID:303a9772-802e-4ebc-bf76-b689fb434604 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:a73ff9b6-c6fc-41e9-a654-587d4fb409e4 ArtifactChecksum:Y2MzZjJmNzU3ZWNmZDkyNDU2MzAyYjYxMWJlOGZkNWI= 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:aff250f4-109a-4a9f-9659-1d02df0ba3ec 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:3d410ed5-b918-4068-9f41-75cbca4cd055 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:3d410ed5-b918-4068-9f41-75cbca4cd055 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-09T12:03:41.043Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1553bfa-eebd-45de-b120-c83d4013a878 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-06-09T12:03:41.069Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T12:03:41.069Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:03:41.070Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:03:41.070Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 35bf42a7-d43e-403b-841b-cfad357eb159 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-09T12:03:41.070Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:03:41.070Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-09T12:03:41.854Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:03:41.857Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35bf42a7-d43e-403b-841b-cfad357eb159 70854 2021-06-09T12:03:41.857Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-06-09T12:03:41.857Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-09T12:03:41.857Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:03:41.857Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:41.859Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:41.859Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240221857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:03:41.959Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:41.960Z||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-06-09T12:03:41.960Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:41.976Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:41.977Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:42.859Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T12:03:42.860Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:03:42.860Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 35bf42a7-d43e-403b-841b-cfad357eb159, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-06-09T12:03:42.861Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-06-09T12:03:42.861Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-06-09T12:03:42.861Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-06-09T12:03:43.093Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16012767681424092558/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-06-09T12:03:43.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-09T12:03:43.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-09T12:03:43.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-09T12:03:43.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-06-09T12:03:43.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:43.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:43.891Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:43.891Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|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-BasicVm-csar.csar 2021-06-09T12:03:43.891Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|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-BasicVm-csar.csar 2021-06-09T12:03:43.891Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|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-BasicVm-csar.csar 2021-06-09T12:03:43.891Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:43.891Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|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-BasicVm-csar.csar 2021-06-09T12:03:43.892Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|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-BasicVm-csar.csar 2021-06-09T12:03:43.892Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-09T12:03:43.892Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.892Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:43.892Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-09T12:03:43.892Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-09T12:03:43.893Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T12:03:43.893Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.893Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:43.893Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-09T12:03:43.893Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-09T12:03:43.893Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T12:03:43.894Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.894Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:43.894Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.894Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-09T12:03:43.894Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-09T12:03:43.894Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-06-09T12:03:43.895Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-06-09T12:03:43.895Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-06-09T12:03:43.895Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-09T12:03:43.895Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.895Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T12:03:43.896Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.896Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-09T12:03:43.896Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:03:43.896Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.897Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-09T12:03:43.897Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:03:43.897Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.897Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-09T12:03:43.897Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:03:43.897Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.898Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-09T12:03:43.898Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-09T12:03:43.898Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-09T12:03:43.898Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5895cb95-a239-47aa-94e5-807045145e53 2021-06-09T12:03:43.898Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.899Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:43.899Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.899Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:43.899Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.899Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:43.899Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:43.900Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:43.900Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:a1553bfa-eebd-45de-b120-c83d4013a878 Model Version:NULL Model InvariantUuid:abc814bb-274f-428b-bdf7-1b40c15b49e5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:6576f779-8d3b-4257-80c2-0fdf1f805f97 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bc4c932c-f20c-4dfd-bf33-d21c8d150e74 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2896415b-da51-4739-be43-6c8c06fa17a3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:13183044-48c2-4b80-91f0-9ba6b35addeb ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d84ef9a7-b20e-4512-a90a-c3a5a0f561f5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5895cb95-a239-47aa-94e5-807045145e53 ModelInvariantUuid:9cdf2129-468a-4f9c-9c86-e7b33a622cd7 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:94126a57-5903-4c3f-bcf9-2b22c0b4b8cf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:b9c14088-9670-4a5e-898a-60958d243928 ModelInvariantUuid:6f6dcc28-a4f2-4b01-b963-50a60aa86580 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:db8c9c8c-8040-461a-869b-7f1689a3be82 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-06-09T12:03:43.905Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 303a9772-802e-4ebc-bf76-b689fb434604 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-06-09T12:03:43.907Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||basic_vm 0 2021-06-09T12:03:43.908Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 303a9772-802e-4ebc-bf76-b689fb434604 2021-06-09T12:03:43.908Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a73ff9b6-c6fc-41e9-a654-587d4fb409e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-06-09T12:03:43.908Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:03:43.908Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:44.556Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:03:44.557Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a73ff9b6-c6fc-41e9-a654-587d4fb409e4 787 2021-06-09T12:03:44.557Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:44.557Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:44.557Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:03:44.557Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:44.559Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:44.559Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240224557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:03:44.659Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:44.660Z||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-06-09T12:03:44.660Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:44.669Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:44.670Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:45.560Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "13183044-48c2-4b80-91f0-9ba6b35addeb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d84ef9a7-b20e-4512-a90a-c3a5a0f561f5", "vfModuleModelCustomizationUUID": "bfd6972a-5121-44b6-a0eb-9752c262a2be", "isBase": true, "artifacts": [ "aff250f4-109a-4a9f-9659-1d02df0ba3ec", "3d410ed5-b918-4068-9f41-75cbca4cd055" ], "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-06-09T12:03:45.563Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d84ef9a7-b20e-4512-a90a-c3a5a0f561f5 VfModuleModelInvariantUUID:13183044-48c2-4b80-91f0-9ba6b35addeb VfModuleModelDescription:NULL Artifacts UUID List:{ aff250f4-109a-4a9f-9659-1d02df0ba3ec , 3d410ed5-b918-4068-9f41-75cbca4cd055 } 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-06-09T12:03:45.565Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "13183044-48c2-4b80-91f0-9ba6b35addeb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d84ef9a7-b20e-4512-a90a-c3a5a0f561f5", "vfModuleModelCustomizationUUID": "bfd6972a-5121-44b6-a0eb-9752c262a2be", "isBase": true, "artifacts": [ "aff250f4-109a-4a9f-9659-1d02df0ba3ec", "3d410ed5-b918-4068-9f41-75cbca4cd055" ], "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-06-09T12:03:45.565Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d84ef9a7-b20e-4512-a90a-c3a5a0f561f5 VfModuleModelInvariantUUID:13183044-48c2-4b80-91f0-9ba6b35addeb VfModuleModelDescription:NULL Artifacts UUID List:{ aff250f4-109a-4a9f-9659-1d02df0ba3ec , 3d410ed5-b918-4068-9f41-75cbca4cd055 } 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-06-09T12:03:45.565Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aff250f4-109a-4a9f-9659-1d02df0ba3ec from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-06-09T12:03:45.566Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:03:45.566Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:45.723Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:03:45.724Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml aff250f4-109a-4a9f-9659-1d02df0ba3ec 5033 2021-06-09T12:03:45.724Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:45.724Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:45.724Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:03:45.725Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:45.726Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:45.727Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240225724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:03:45.827Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:45.827Z||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-06-09T12:03:45.827Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:45.839Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:45.839Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-09T12:03:46.727Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3d410ed5-b918-4068-9f41-75cbca4cd055 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-06-09T12:03:46.728Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:03:46.728Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:47.745Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:03:47.746Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3d410ed5-b918-4068-9f41-75cbca4cd055 903 2021-06-09T12:03:47.746Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:47.746Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:47.746Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:03:47.747Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:47.748Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:47.748Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240227746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:03:47.848Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:47.849Z||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-06-09T12:03:47.849Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:47.859Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:47.859Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:48.748Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a1553bfa-eebd-45de-b120-c83d4013a878 2021-06-09T12:03:48.749Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 303a9772-802e-4ebc-bf76-b689fb434604 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-06-09T12:03:48.759Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.759Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:48.759Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-06-09T12:03:48.759Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2896415b-da51-4739-be43-6c8c06fa17a3 2021-06-09T12:03:48.760Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2896415b-da51-4739-be43-6c8c06fa17a3 matches Tosca VF Customization UUID: 2896415b-da51-4739-be43-6c8c06fa17a3 2021-06-09T12:03:48.760Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2896415b-da51-4739-be43-6c8c06fa17a3 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-06-09T12:03:48.761Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.761Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:48.762Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2896415b-da51-4739-be43-6c8c06fa17a3: {\"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-06-09T12:03:48.762Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3accef4d 2021-06-09T12:03:48.762Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.762Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T12:03:48.762Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bfd6972a-5121-44b6-a0eb-9752c262a2be 2021-06-09T12:03:48.762Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bfd6972a-5121-44b6-a0eb-9752c262a2be 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-06-09T12:03:48.764Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.764Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-09T12:03:48.764Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:03:48.764Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.765Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-09T12:03:48.765Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:03:48.765Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.765Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-09T12:03:48.765Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-09T12:03:48.766Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-09T12:03:48.766Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5895cb95-a239-47aa-94e5-807045145e53 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-06-09T12:03:48.767Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.767Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-09T12:03:48.767Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:03:48.768Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.768Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-09T12:03:48.768Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2896415b-da51-4739-be43-6c8c06fa17a3 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-06-09T12:03:48.769Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.769Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:48.770Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a1553bfa-eebd-45de-b120-c83d4013a878: basic_vm 2021-06-09T12:03:48.770Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.770Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:48.770Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.770Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:48.770Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.771Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:48.771Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.771Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:48.771Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:03:48.771Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:03:48.772Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:48.837Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 303a9772-802e-4ebc-bf76-b689fb434604 1 ASDC deployResourceStructure 2021-06-09T12:03:48.837Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:48.837Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:48.838Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:03:48.838Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:48.839Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:48.839Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240228837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:03:48.939Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:48.940Z||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-06-09T12:03:48.940Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:48.951Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:48.951Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-09T12:03:49.840Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:49.841Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:49.841Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:03:49.841Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:49.843Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:49.844Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240229840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-09T12:03:49.944Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-09T12:03:49.944Z||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-06-09T12:03:49.944Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:49.955Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:49.955Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:50.845Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:50.845Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||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-06-09T12:03:50.845Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:03:50.845Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:50.847Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:50.847Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240230844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-09T12:03:50.947Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:50.948Z||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-06-09T12:03:50.948Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:50.960Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:50.960Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:51.848Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-06-09T12:03:51.848Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-09T12:03:51.848Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:03:51.849Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:03:51.850Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:03:51.850Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240231848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:03:51.950Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:03:51.951Z||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-06-09T12:03:51.951Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:03:51.961Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:03:51.961Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:03:52.851Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:03:52.860Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:03:52.863Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:03:52.863Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T12:03:52.863Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T12:04:22.864Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:04:22.874Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:04:22.876Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:04:22.876Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T12:04:22.876Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T12:04:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:04:37.078Z||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-06-09T12:04:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:04:37.106Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:04:37.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "dcae-sch", "timestamp": 1623240088200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "policy-id", "timestamp": 1623240083864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "cds", "timestamp": 1623240083205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8f3f063-7468-45dd-9a59-3c50a6674b44", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240097458, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:04:37.108Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240093984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240097647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240092258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240097951, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "dcae-sch", "timestamp": 1623240088200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240087880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "policy-id", "timestamp": 1623240083864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "cds", "timestamp": 1623240083205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240093984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240092258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "clamp", "timestamp": 1623240098954, "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-06-09T12:04:37.116Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50390309-dae1-42cf-8f6c-c2b7663122b6 2021-06-09T12:04:37.116Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50390309-dae1-42cf-8f6c-c2b7663122b6 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-06-09T12:04:37.123Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.123Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "dcae-sch", "timestamp": 1623240088200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240087880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "policy-id", "timestamp": 1623240083864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "cds", "timestamp": 1623240083205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240098651, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.124Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240093984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240092258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240098651, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240093984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240100954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "cds", "timestamp": 1623240101064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "policy-id", "timestamp": 1623240101052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240098651, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "aai-ml", "timestamp": 1623240101441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240101558, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "ves-openapi-manager", "timestamp": 1623240100962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240093984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "policy-id", "timestamp": 1623240102056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.127Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240098651, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "aai-ml", "timestamp": 1623240102444, "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-06-09T12:04:37.131Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 2021-06-09T12:04:37.132Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 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-06-09T12:04:37.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "ves-openapi-manager", "timestamp": 1623240100962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240102747, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "policy-id", "timestamp": 1623240103058, "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-06-09T12:04:37.152Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 363bd364-dc15-4792-9a6d-87792fbdede9 2021-06-09T12:04:37.152Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 363bd364-dc15-4792-9a6d-87792fbdede9 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-06-09T12:04:37.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.159Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240103166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.160Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240103153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.160Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240098651, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-09T12:04:37.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "cds", "timestamp": 1623240103305, "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-06-09T12:04:37.164Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 363bd364-dc15-4792-9a6d-87792fbdede9 2021-06-09T12:04:37.164Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 363bd364-dc15-4792-9a6d-87792fbdede9 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-06-09T12:04:37.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "ves-openapi-manager", "timestamp": 1623240100962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240104243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240098651, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "ves-openapi-manager", "timestamp": 1623240100962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240104655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.174Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240098651, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.175Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240105337, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.175Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.175Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.175Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240105354, "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-06-09T12:04:37.180Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 363bd364-dc15-4792-9a6d-87792fbdede9 2021-06-09T12:04:37.180Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 363bd364-dc15-4792-9a6d-87792fbdede9 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-06-09T12:04:37.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "ves-openapi-manager", "timestamp": 1623240100962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240105660, "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-06-09T12:04:37.190Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 363bd364-dc15-4792-9a6d-87792fbdede9 2021-06-09T12:04:37.190Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 363bd364-dc15-4792-9a6d-87792fbdede9 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-06-09T12:04:37.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "clamp", "timestamp": 1623240072379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:04:37.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:04:37.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240098651, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:04:37.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240106340, "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-06-09T12:04:37.200Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 363bd364-dc15-4792-9a6d-87792fbdede9 2021-06-09T12:04:37.200Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 363bd364-dc15-4792-9a6d-87792fbdede9 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-06-09T12:04:37.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-k8s-id", "timestamp": 1623240106356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "ves-openapi-manager", "timestamp": 1623240100962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-windriver-id", "timestamp": 1623240106663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.208Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "ves-openapi-manager", "timestamp": 1623240100962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "ves-openapi-manager", "timestamp": 1623240100962, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240108639, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.209Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240108701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.209Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240111105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.209Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240112403, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240113205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240114209, "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-06-09T12:04:37.214Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 363bd364-dc15-4792-9a6d-87792fbdede9 2021-06-09T12:04:37.214Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 363bd364-dc15-4792-9a6d-87792fbdede9 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-06-09T12:04:37.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240114799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "clamp", "timestamp": 1623240114826, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240115211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "aai-ml", "timestamp": 1623240115566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "clamp", "timestamp": 1623240116834, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "aai-ml", "timestamp": 1623240115566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240117600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "clamp", "timestamp": 1623240117837, "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-06-09T12:04:37.226Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 2021-06-09T12:04:37.226Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 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-06-09T12:04:37.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "aai-ml", "timestamp": 1623240115566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240118693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "aai-ml", "timestamp": 1623240115566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "clamp", "timestamp": 1623240118840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240119696, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "aai-ml", "timestamp": 1623240115566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "clamp", "timestamp": 1623240118840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:04:37.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240120699, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "aai-ml", "timestamp": 1623240115566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "clamp", "timestamp": 1623240118840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240121702, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "aai-ml", "timestamp": 1623240115566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "clamp", "timestamp": 1623240118840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "aai-ml", "timestamp": 1623240115566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:04:37.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "clamp", "timestamp": 1623240118840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "clamp", "timestamp": 1623240118840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "aai-ml", "timestamp": 1623240124491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "clamp", "timestamp": 1623240118840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:04:37.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "clamp", "timestamp": 1623240118840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:04:37.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-09T12:04:37.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "clamp", "timestamp": 1623240132827, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:04:37.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "aai-ml", "timestamp": 1623240133404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "aai-ml", "timestamp": 1623240134408, "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-06-09T12:04:37.244Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 363bd364-dc15-4792-9a6d-87792fbdede9 2021-06-09T12:04:37.245Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 363bd364-dc15-4792-9a6d-87792fbdede9 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-06-09T12:04:37.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "clamp", "timestamp": 1623240135831, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:04:37.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:04:37.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-09T12:04:37.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "clamp", "timestamp": 1623240136835, "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-06-09T12:04:37.259Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 363bd364-dc15-4792-9a6d-87792fbdede9 2021-06-09T12:04:37.259Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 363bd364-dc15-4792-9a6d-87792fbdede9 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-06-09T12:04:52.877Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:04:52.888Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:04:52.889Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:04:52.889Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-09T12:04:52.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-09T12:04:52.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-09T12:04:52.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:04:52.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:04:52.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:04:52.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:04:52.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:04:52.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:04:52.890Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|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-06-09T12:04:52.895Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-09T12:05:22.895Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 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-06-09T12:05:22.899Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 and serviceModelVersionId: a1553bfa-eebd-45de-b120-c83d4013a878 2021-06-09T12:05:22.899Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abc814bb-274f-428b-bdf7-1b40c15b49e5 2021-06-09T12:05:22.900Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abc814bb-274f-428b-bdf7-1b40c15b49e5/model-vers/model-ver/a1553bfa-eebd-45de-b120-c83d4013a878?depth=0 2021-06-09T12:05:22.903Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-09T12:05:22.942Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abc814bb-274f-428b-bdf7-1b40c15b49e5/model-vers/model-ver/a1553bfa-eebd-45de-b120-c83d4013a878?depth=0|INFO|500||Invoke 2021-06-09T12:05:22.943Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abc814bb-274f-428b-bdf7-1b40c15b49e5/model-vers/model-ver/a1553bfa-eebd-45de-b120-c83d4013a878?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abc814bb-274f-428b-bdf7-1b40c15b49e5/model-vers/model-ver/a1553bfa-eebd-45de-b120-c83d4013a878?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[265b4ca7-16de-446e-886b-f065e2ea5cb8], X-ECOMP-RequestID=[a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9], X-TransactionId=[], X-ONAP-RequestID=[a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9], Content-Type=[application/merge-patch+json]} 2021-06-09T12:05:22.961Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abc814bb-274f-428b-bdf7-1b40c15b49e5/model-vers/model-ver/a1553bfa-eebd-45de-b120-c83d4013a878?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-09T12:05:23.061Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abc814bb-274f-428b-bdf7-1b40c15b49e5/model-vers/model-ver/a1553bfa-eebd-45de-b120-c83d4013a878?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/abc814bb-274f-428b-bdf7-1b40c15b49e5/model-vers/model-ver/a1553bfa-eebd-45de-b120-c83d4013a878?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210609-12:05:22:969-81369], vertex-id=[172088], Content-Length=[0], Date=[Wed, 09 Jun 2021 12:05:22 GMT], Content-Type=[application/json]} 2021-06-09T12:05:23.062Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abc814bb-274f-428b-bdf7-1b40c15b49e5/model-vers/model-ver/a1553bfa-eebd-45de-b120-c83d4013a878?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-09T12:05:23.062Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abc814bb-274f-428b-bdf7-1b40c15b49e5/model-vers/model-ver/a1553bfa-eebd-45de-b120-c83d4013a878?depth=0|INFO|500||InvokeReturn 2021-06-09T12:05:23.062Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-09T12:05:23.062Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|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-06-09T12:05:23.066Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|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-06-09T12:05:23.066Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-09T12:05:23.066Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-09T12:05:23.066Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:23.068Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:23.068Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240323066, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:05:23.168Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:23.169Z||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-06-09T12:05:23.169Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:23.184Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:23.184Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-09T12:05:24.078Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-09T12:05:24.079Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"363bd364-dc15-4792-9a6d-87792fbdede9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d1b4142e-5caf-4d3d-b2da-b4f80802202d","serviceDescription":"service","serviceInvariantUUID":"89397a4d-b38f-4a14-9e08-fef5ea37b962","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"28d303ee-6c28-4662-a0e4-823a8e910cba","resourceInvariantUUID":"8b7f74cd-55f6-4cf2-97de-ae869095f8a8","resourceCustomizationUUID":"a4e1ba21-80bd-40f9-94a3-e7cb639326ca","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":"NDlmZTQyZWUwZjNmODk0OGQyMThhMDM3NmI4MTZjNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dd59655c-0b17-404b-9138-735133736e1d","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":"ZWMzOTJlODlkN2E0NGY4Njg0ZjVkM2I5ZjFjMmFkZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aa84a8f2-8dec-45a3-ab37-b418eab7440d","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":"ff108491-845f-4684-8a79-291ab0527b08","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":"f5136fb8-50c2-435f-916c-d85b07c42059","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":"3345492f-d04a-4844-9daf-1183cca6b294","artifactVersion":"2","generatedFromUUID":"ff108491-845f-4684-8a79-291ab0527b08"},{"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":"NjVlNWIwMmZjYmFhZTE3YWMxM2VkNzMyYmY5ZDAyMzk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"165c3815-0838-42bb-a9db-bd1ecf262411","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":"MWI4ZGRlZWE0MzEzYzAzZWUwNDQzYmY0NTEzYzgzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76a73498-fdca-495c-970a-409007d87a25","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzliMmE5OTQ4MmUwYTc4YmMyNzY5OWI5Mjk2MzFhYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61e8001e-d1bc-4654-bc5c-8bcddd8b6a4f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-09T12:05:24.079Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:05:24.079Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:24.081Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:24.081Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:05:24.181Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:24.182Z||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-06-09T12:05:24.182Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:24.193Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:24.194Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-09T12:05:25.081Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:05:25.082Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:25.083Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:25.083Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:05:25.183Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:25.184Z||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-06-09T12:05:25.184Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:25.194Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:25.195Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:26.084Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:05:26.084Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:26.086Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:26.086Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:05:26.187Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-09T12:05:26.187Z||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-06-09T12:05:26.188Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:26.198Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:26.198Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:27.087Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:05:27.088Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:27.089Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:27.089Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:05:27.189Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:27.190Z||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-06-09T12:05:27.190Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:27.202Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:27.202Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:28.090Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:05:28.091Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:28.092Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:28.093Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-09T12:05:28.193Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:28.194Z||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-06-09T12:05:28.194Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:28.206Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:28.206Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:29.093Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:05:29.094Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:29.096Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:29.096Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:05:29.196Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:29.197Z||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-06-09T12:05:29.197Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:29.208Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:29.209Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:30.096Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:05:30.097Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:30.098Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:30.098Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:05:30.199Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-09T12:05:30.200Z||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-06-09T12:05:30.200Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:30.211Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:30.212Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:31.099Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:05:31.100Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:31.101Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:31.101Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:05:31.201Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:31.202Z||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-06-09T12:05:31.202Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:31.213Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:31.213Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:32.102Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d1b4142e-5caf-4d3d-b2da-b4f80802202d", "serviceDescription": "service", "serviceInvariantUUID": "89397a4d-b38f-4a14-9e08-fef5ea37b962", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "a4e1ba21-80bd-40f9-94a3-e7cb639326ca", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "28d303ee-6c28-4662-a0e4-823a8e910cba", "resourceInvariantUUID": "8b7f74cd-55f6-4cf2-97de-ae869095f8a8", "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": "ZWMzOTJlODlkN2E0NGY4Njg0ZjVkM2I5ZjFjMmFkZGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aa84a8f2-8dec-45a3-ab37-b418eab7440d", "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": "ff108491-845f-4684-8a79-291ab0527b08", "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": "3345492f-d04a-4844-9daf-1183cca6b294", "generatedFromUUID": "ff108491-845f-4684-8a79-291ab0527b08" }, "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": "3345492f-d04a-4844-9daf-1183cca6b294", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzliMmE5OTQ4MmUwYTc4YmMyNzY5OWI5Mjk2MzFhYTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61e8001e-d1bc-4654-bc5c-8bcddd8b6a4f" } ], "workloadContext": "Production" } 2021-06-09T12:05:32.102Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-09T12:05:32.103Z|a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d1b4142e-5caf-4d3d-b2da-b4f80802202d ASDC 2021-06-09T12:05:32.103Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:363bd364-dc15-4792-9a6d-87792fbdede9 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d1b4142e-5caf-4d3d-b2da-b4f80802202d ServiceInvariantUUID:89397a4d-b38f-4a14-9e08-fef5ea37b962 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:61e8001e-d1bc-4654-bc5c-8bcddd8b6a4f ArtifactChecksum:YzliMmE5OTQ4MmUwYTc4YmMyNzY5OWI5Mjk2MzFhYTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:a4e1ba21-80bd-40f9-94a3-e7cb639326ca ResourceInvariantUUID:8b7f74cd-55f6-4cf2-97de-ae869095f8a8 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:28d303ee-6c28-4662-a0e4-823a8e910cba 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:aa84a8f2-8dec-45a3-ab37-b418eab7440d ArtifactChecksum:ZWMzOTJlODlkN2E0NGY4Njg0ZjVkM2I5ZjFjMmFkZGE= 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:ff108491-845f-4684-8a79-291ab0527b08 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:3345492f-d04a-4844-9daf-1183cca6b294 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:3345492f-d04a-4844-9daf-1183cca6b294 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-09T12:05:32.103Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1b4142e-5caf-4d3d-b2da-b4f80802202d 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-06-09T12:05:32.127Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T12:05:32.128Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:05:32.128Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:05:32.128Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 61e8001e-d1bc-4654-bc5c-8bcddd8b6a4f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-09T12:05:32.128Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:05:32.128Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-09T12:05:32.908Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:05:32.912Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 61e8001e-d1bc-4654-bc5c-8bcddd8b6a4f 78591 2021-06-09T12:05:32.912Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-06-09T12:05:32.912Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-09T12:05:32.913Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:05:32.913Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:32.915Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:32.915Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240332912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:05:33.015Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:33.016Z||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-06-09T12:05:33.016Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:33.027Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:33.027Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:33.915Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T12:05:33.916Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-09T12:05:33.916Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 61e8001e-d1bc-4654-bc5c-8bcddd8b6a4f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-09T12:05:33.917Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-06-09T12:05:33.917Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-09T12:05:33.917Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-09T12:05:33.997Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8134592150843104394/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-06-09T12:05:34.781Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-09T12:05:34.781Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-09T12:05:34.781Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-BasicVmMacro-csar.csar 2021-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-BasicVmMacro-csar.csar 2021-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-BasicVmMacro-csar.csar 2021-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-BasicVmMacro-csar.csar 2021-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-BasicVmMacro-csar.csar 2021-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-09T12:05:34.782Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.783Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:34.783Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-09T12:05:34.783Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-09T12:05:34.783Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T12:05:34.783Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.783Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:34.784Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-09T12:05:34.784Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-09T12:05:34.784Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T12:05:34.784Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.784Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:34.784Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.785Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-09T12:05:34.785Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-09T12:05:34.785Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-06-09T12:05:34.785Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-06-09T12:05:34.785Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-06-09T12:05:34.786Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-09T12:05:34.786Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.786Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T12:05:34.786Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.786Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-09T12:05:34.786Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:05:34.787Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.787Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-09T12:05:34.787Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:05:34.787Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.787Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-09T12:05:34.787Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:05:34.787Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.788Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-09T12:05:34.788Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-09T12:05:34.788Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-09T12:05:34.788Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=867296e0-c4fb-4fc9-92c1-97686cbdd2bc 2021-06-09T12:05:34.788Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.788Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:34.789Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.789Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:34.789Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.789Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:34.789Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:34.789Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:34.789Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d1b4142e-5caf-4d3d-b2da-b4f80802202d Model Version:NULL Model InvariantUuid:89397a4d-b38f-4a14-9e08-fef5ea37b962 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:63f34389-482e-4bbb-bcc6-fd01ca1e59a5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8b7f74cd-55f6-4cf2-97de-ae869095f8a8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a4e1ba21-80bd-40f9-94a3-e7cb639326ca NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:77d6730c-8e14-4162-970a-0ac83f854cc8 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:bdbf6a33-1588-4947-a8c2-8f0820f2cf5c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:867296e0-c4fb-4fc9-92c1-97686cbdd2bc ModelInvariantUuid:40c61014-b873-4ec8-977d-c1df85200ec9 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:d91997d2-5b27-41c7-ba9e-f68140c3e499 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:ddc49dd6-6089-4bac-bfad-1cab6b4e0562 ModelInvariantUuid:53584366-a0e6-4c49-adb1-4100cb353d88 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:5434faeb-0f5f-43c8-a7f4-9c6123d2f3d4 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-06-09T12:05:34.795Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 28d303ee-6c28-4662-a0e4-823a8e910cba 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-06-09T12:05:34.797Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2021-06-09T12:05:34.797Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 28d303ee-6c28-4662-a0e4-823a8e910cba 2021-06-09T12:05:34.798Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aa84a8f2-8dec-45a3-ab37-b418eab7440d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-06-09T12:05:34.798Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:05:34.798Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:35.655Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:05:35.655Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json aa84a8f2-8dec-45a3-ab37-b418eab7440d 792 2021-06-09T12:05:35.656Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:35.656Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:35.656Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:05:35.656Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:35.657Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:35.658Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240335656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:05:35.758Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:35.758Z||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-06-09T12:05:35.759Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:35.769Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:35.769Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:36.658Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "77d6730c-8e14-4162-970a-0ac83f854cc8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bdbf6a33-1588-4947-a8c2-8f0820f2cf5c", "vfModuleModelCustomizationUUID": "75a8600f-f936-4e18-8cd2-22450963b1af", "isBase": true, "artifacts": [ "ff108491-845f-4684-8a79-291ab0527b08", "3345492f-d04a-4844-9daf-1183cca6b294" ], "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-06-09T12:05:36.661Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bdbf6a33-1588-4947-a8c2-8f0820f2cf5c VfModuleModelInvariantUUID:77d6730c-8e14-4162-970a-0ac83f854cc8 VfModuleModelDescription:NULL Artifacts UUID List:{ ff108491-845f-4684-8a79-291ab0527b08 , 3345492f-d04a-4844-9daf-1183cca6b294 } 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-06-09T12:05:36.662Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "77d6730c-8e14-4162-970a-0ac83f854cc8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bdbf6a33-1588-4947-a8c2-8f0820f2cf5c", "vfModuleModelCustomizationUUID": "75a8600f-f936-4e18-8cd2-22450963b1af", "isBase": true, "artifacts": [ "ff108491-845f-4684-8a79-291ab0527b08", "3345492f-d04a-4844-9daf-1183cca6b294" ], "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-06-09T12:05:36.662Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bdbf6a33-1588-4947-a8c2-8f0820f2cf5c VfModuleModelInvariantUUID:77d6730c-8e14-4162-970a-0ac83f854cc8 VfModuleModelDescription:NULL Artifacts UUID List:{ ff108491-845f-4684-8a79-291ab0527b08 , 3345492f-d04a-4844-9daf-1183cca6b294 } 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-06-09T12:05:36.662Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ff108491-845f-4684-8a79-291ab0527b08 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-06-09T12:05:36.662Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:05:36.662Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:05:37.078Z||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-06-09T12:05:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:37.097Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:37.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:05:37.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "50390309-dae1-42cf-8f6c-c2b7663122b6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240213008, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:05:37.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:05:37.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:05:37.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:05:37.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:05:37.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:05:37.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:05:37.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:05:37.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:05:37.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:05:37.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:05:37.257Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:05:37.257Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ff108491-845f-4684-8a79-291ab0527b08 5033 2021-06-09T12:05:37.257Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:37.257Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:37.257Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:05:37.258Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:37.259Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:37.259Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240337257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:05:37.359Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:37.360Z||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-06-09T12:05:37.360Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:37.372Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:37.372Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:38.260Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3345492f-d04a-4844-9daf-1183cca6b294 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-06-09T12:05:38.260Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-09T12:05:38.261Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:38.848Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-09T12:05:38.848Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3345492f-d04a-4844-9daf-1183cca6b294 903 2021-06-09T12:05:38.848Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:38.849Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:38.849Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:05:38.849Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:38.850Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:38.851Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240338848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:05:38.951Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:38.952Z||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-06-09T12:05:38.952Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:38.962Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:38.963Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:39.851Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d1b4142e-5caf-4d3d-b2da-b4f80802202d 2021-06-09T12:05:39.852Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 28d303ee-6c28-4662-a0e4-823a8e910cba 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-06-09T12:05:39.864Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.865Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:39.865Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-06-09T12:05:39.865Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= a4e1ba21-80bd-40f9-94a3-e7cb639326ca 2021-06-09T12:05:39.865Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4e1ba21-80bd-40f9-94a3-e7cb639326ca matches Tosca VF Customization UUID: a4e1ba21-80bd-40f9-94a3-e7cb639326ca 2021-06-09T12:05:39.865Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: a4e1ba21-80bd-40f9-94a3-e7cb639326ca 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-06-09T12:05:39.867Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.867Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:39.868Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id a4e1ba21-80bd-40f9-94a3-e7cb639326ca: {\"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-06-09T12:05:39.868Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7954233e 2021-06-09T12:05:39.868Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.868Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T12:05:39.868Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75a8600f-f936-4e18-8cd2-22450963b1af 2021-06-09T12:05:39.868Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75a8600f-f936-4e18-8cd2-22450963b1af 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-06-09T12:05:39.870Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.871Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-09T12:05:39.871Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:05:39.871Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.871Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-09T12:05:39.871Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:05:39.872Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.872Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-09T12:05:39.872Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-09T12:05:39.872Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-09T12:05:39.872Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=867296e0-c4fb-4fc9-92c1-97686cbdd2bc 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-06-09T12:05:39.874Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.874Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-09T12:05:39.874Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:05:39.875Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.875Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-09T12:05:39.875Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a4e1ba21-80bd-40f9-94a3-e7cb639326ca 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-06-09T12:05:39.876Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.876Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:39.877Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d1b4142e-5caf-4d3d-b2da-b4f80802202d: basic_vm_macro 2021-06-09T12:05:39.877Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.877Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:39.877Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.877Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:39.877Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.877Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:39.878Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.878Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:39.878Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:05:39.878Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:05:39.878Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:39.939Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 28d303ee-6c28-4662-a0e4-823a8e910cba 1 ASDC deployResourceStructure 2021-06-09T12:05:39.940Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:39.940Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:39.940Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:05:39.940Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:39.942Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:39.942Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240339940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:05:40.042Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:40.043Z||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-06-09T12:05:40.043Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:40.053Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:40.054Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:40.943Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:40.943Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:40.943Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:05:40.943Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:40.945Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:40.945Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240340942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-09T12:05:41.045Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:41.046Z||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-06-09T12:05:41.046Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:41.055Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:41.056Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:41.946Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:41.946Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||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-06-09T12:05:41.946Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:05:41.947Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:41.949Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:41.949Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240341946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-09T12:05:42.049Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:05:42.050Z||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-06-09T12:05:42.050Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:42.061Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:42.061Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:42.950Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-06-09T12:05:42.950Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-09T12:05:42.950Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:05:42.951Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:05:42.952Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:05:42.952Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240342950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:05:43.053Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-09T12:05:43.053Z||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-06-09T12:05:43.053Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:05:43.064Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:05:43.064Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:05:43.953Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 363bd364-dc15-4792-9a6d-87792fbdede9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:05:43.962Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 363bd364-dc15-4792-9a6d-87792fbdede9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:05:43.965Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:05:43.965Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-09T12:05:43.965Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-09T12:05:43.965Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-09T12:05:43.965Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:05:43.965Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:05:43.965Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:05:43.965Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:05:43.966Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:05:43.966Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:05:43.966Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-06-09T12:05:43.970Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-09T12:06:13.970Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 363bd364-dc15-4792-9a6d-87792fbdede9 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-06-09T12:06:13.974Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 363bd364-dc15-4792-9a6d-87792fbdede9 and serviceModelVersionId: d1b4142e-5caf-4d3d-b2da-b4f80802202d 2021-06-09T12:06:13.974Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89397a4d-b38f-4a14-9e08-fef5ea37b962 2021-06-09T12:06:13.975Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89397a4d-b38f-4a14-9e08-fef5ea37b962/model-vers/model-ver/d1b4142e-5caf-4d3d-b2da-b4f80802202d?depth=0 2021-06-09T12:06:13.978Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-09T12:06:14.005Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89397a4d-b38f-4a14-9e08-fef5ea37b962/model-vers/model-ver/d1b4142e-5caf-4d3d-b2da-b4f80802202d?depth=0|INFO|500||Invoke 2021-06-09T12:06:14.005Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89397a4d-b38f-4a14-9e08-fef5ea37b962/model-vers/model-ver/d1b4142e-5caf-4d3d-b2da-b4f80802202d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89397a4d-b38f-4a14-9e08-fef5ea37b962/model-vers/model-ver/d1b4142e-5caf-4d3d-b2da-b4f80802202d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[363bd364-dc15-4792-9a6d-87792fbdede9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[12b2cece-7026-492a-b516-8b654de753ed], X-ECOMP-RequestID=[363bd364-dc15-4792-9a6d-87792fbdede9], X-TransactionId=[], X-ONAP-RequestID=[363bd364-dc15-4792-9a6d-87792fbdede9], Content-Type=[application/merge-patch+json]} 2021-06-09T12:06:14.019Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89397a4d-b38f-4a14-9e08-fef5ea37b962/model-vers/model-ver/d1b4142e-5caf-4d3d-b2da-b4f80802202d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-09T12:06:14.340Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89397a4d-b38f-4a14-9e08-fef5ea37b962/model-vers/model-ver/d1b4142e-5caf-4d3d-b2da-b4f80802202d?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/89397a4d-b38f-4a14-9e08-fef5ea37b962/model-vers/model-ver/d1b4142e-5caf-4d3d-b2da-b4f80802202d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210609-12:06:14:027-87582], vertex-id=[208952], Content-Length=[0], Date=[Wed, 09 Jun 2021 12:06:14 GMT], Content-Type=[application/json]} 2021-06-09T12:06:14.340Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89397a4d-b38f-4a14-9e08-fef5ea37b962/model-vers/model-ver/d1b4142e-5caf-4d3d-b2da-b4f80802202d?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-09T12:06:14.341Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/89397a4d-b38f-4a14-9e08-fef5ea37b962/model-vers/model-ver/d1b4142e-5caf-4d3d-b2da-b4f80802202d?depth=0|INFO|500||InvokeReturn 2021-06-09T12:06:14.341Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-09T12:06:14.341Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-06-09T12:06:14.347Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-06-09T12:06:14.347Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 363bd364-dc15-4792-9a6d-87792fbdede9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-09T12:06:14.348Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-09T12:06:14.348Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:14.349Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:14.349Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240374347, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:06:14.449Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:14.450Z||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-06-09T12:06:14.450Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:14.464Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:14.464Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-09T12:06:15.360Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:06:15.360Z||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-06-09T12:06:15.360Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:19.652Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:19.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-09T12:06:19.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"38e7420c-fdfd-42f6-9e1f-64395f0823c7","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b1ce42b8-897c-4b62-9a47-a9ed6c099fc5","serviceDescription":"service","serviceInvariantUUID":"9284af10-3544-4091-b273-acea51e4f5b7","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e2b534e-5c7c-4e58-9760-88bd349aab43","resourceInvariantUUID":"381e122e-1c75-4ac6-82e4-3e7c9070b6a7","resourceCustomizationUUID":"d8a0c053-9510-4048-bb2c-45a9c9f16ca3","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":"ZWQ4MTU2OGNiZmM2NGEyYTJkOTQ2ZjA5ZWI0MDNmOTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6ef910a-43c8-4be5-a77c-8ecf7c7a2a72","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":"87c1375f-ceac-4f62-b9d5-7a9d9ae710e7","artifactVersion":"2","generatedFromUUID":"dad7a4fc-5e85-4da5-96b7-1c260954d3a4"},{"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":"dad7a4fc-5e85-4da5-96b7-1c260954d3a4","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":"NTA3OWYxYjA2OGUyNTM5NWIwZWVmZDU3MGQ2NDMwZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba3f70fa-7e3e-49ce-ac26-fc0ec592a62f","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":"6e459498-4ca5-41fe-8f91-ea9b55a0cfd7","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":"b9a42568-ae7d-4883-a949-ae57733d9758","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":"23e05e09-899b-40f4-b0a3-d5ac476b3567","artifactVersion":"2","generatedFromUUID":"6e459498-4ca5-41fe-8f91-ea9b55a0cfd7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTNjMGZlZjM2YTk2ZGMxNWIyNGI2MDE1MjlkYjQxNGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf3dc5b4-0b5c-4429-bbb7-60389c6d9eed","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWUzYzljYTRmZTEwYjU2MjdiNTMyZmI0Mzk0ZDE1YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e832b472-f7ff-4864-bf1f-6459648482f9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-09T12:06:19.654Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:06:19.654Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:19.655Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:19.655Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:06:19.755Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:19.756Z||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-06-09T12:06:19.756Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:19.766Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:19.767Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:20.656Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:06:20.656Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:20.658Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:20.658Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-09T12:06:20.758Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:20.759Z||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-06-09T12:06:20.759Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:20.770Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:20.770Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:21.658Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:06:21.659Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:21.661Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:21.661Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-09T12:06:21.761Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:21.762Z||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-06-09T12:06:21.762Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:21.774Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:21.774Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:22.661Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:06:22.662Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:22.663Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:22.663Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:06:22.764Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:22.764Z||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-06-09T12:06:22.765Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:22.775Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:22.776Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:23.664Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:06:23.664Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:23.666Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:23.666Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-09T12:06:23.766Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:23.767Z||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-06-09T12:06:23.767Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:23.778Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:23.778Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:24.666Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:06:24.667Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:24.668Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:24.668Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:06:24.769Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-09T12:06:24.769Z||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-06-09T12:06:24.769Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:24.779Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:24.779Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:25.669Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:06:25.670Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:25.671Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:25.671Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-09T12:06:25.772Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:25.772Z||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-06-09T12:06:25.772Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:25.784Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:25.785Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:26.672Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:06:26.672Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:26.674Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:26.675Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:06:26.775Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:26.776Z||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-06-09T12:06:26.776Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:26.787Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:26.788Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-09T12:06:27.675Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-09T12:06:27.676Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:27.677Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:27.677Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:06:27.778Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-09T12:06:27.778Z||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-06-09T12:06:27.779Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:27.790Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:27.791Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:28.678Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "b1ce42b8-897c-4b62-9a47-a9ed6c099fc5", "serviceDescription": "service", "serviceInvariantUUID": "9284af10-3544-4091-b273-acea51e4f5b7", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "d8a0c053-9510-4048-bb2c-45a9c9f16ca3", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7e2b534e-5c7c-4e58-9760-88bd349aab43", "resourceInvariantUUID": "381e122e-1c75-4ac6-82e4-3e7c9070b6a7", "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": "87c1375f-ceac-4f62-b9d5-7a9d9ae710e7", "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": "dad7a4fc-5e85-4da5-96b7-1c260954d3a4", "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": "NTA3OWYxYjA2OGUyNTM5NWIwZWVmZDU3MGQ2NDMwZGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ba3f70fa-7e3e-49ce-ac26-fc0ec592a62f", "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": "6e459498-4ca5-41fe-8f91-ea9b55a0cfd7", "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": "23e05e09-899b-40f4-b0a3-d5ac476b3567", "generatedFromUUID": "6e459498-4ca5-41fe-8f91-ea9b55a0cfd7" }, "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": "23e05e09-899b-40f4-b0a3-d5ac476b3567", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZWUzYzljYTRmZTEwYjU2MjdiNTMyZmI0Mzk0ZDE1YmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e832b472-f7ff-4864-bf1f-6459648482f9" } ], "workloadContext": "Production" } 2021-06-09T12:06:28.679Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-09T12:06:28.679Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b1ce42b8-897c-4b62-9a47-a9ed6c099fc5 ASDC 2021-06-09T12:06:28.679Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:38e7420c-fdfd-42f6-9e1f-64395f0823c7 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:b1ce42b8-897c-4b62-9a47-a9ed6c099fc5 ServiceInvariantUUID:9284af10-3544-4091-b273-acea51e4f5b7 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:e832b472-f7ff-4864-bf1f-6459648482f9 ArtifactChecksum:ZWUzYzljYTRmZTEwYjU2MjdiNTMyZmI0Mzk0ZDE1YmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:d8a0c053-9510-4048-bb2c-45a9c9f16ca3 ResourceInvariantUUID:381e122e-1c75-4ac6-82e4-3e7c9070b6a7 ResourceName:basic_cnf ResourceType:VF ResourceUUID:7e2b534e-5c7c-4e58-9760-88bd349aab43 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:87c1375f-ceac-4f62-b9d5-7a9d9ae710e7 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:dad7a4fc-5e85-4da5-96b7-1c260954d3a4 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:ba3f70fa-7e3e-49ce-ac26-fc0ec592a62f ArtifactChecksum:NTA3OWYxYjA2OGUyNTM5NWIwZWVmZDU3MGQ2NDMwZGE= 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:6e459498-4ca5-41fe-8f91-ea9b55a0cfd7 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:23e05e09-899b-40f4-b0a3-d5ac476b3567 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:23e05e09-899b-40f4-b0a3-d5ac476b3567 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-09T12:06:28.679Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1ce42b8-897c-4b62-9a47-a9ed6c099fc5 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-06-09T12:06:28.706Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T12:06:28.706Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-06-09T12:06:28.706Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-06-09T12:06:28.706Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e832b472-f7ff-4864-bf1f-6459648482f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-09T12:06:28.706Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-06-09T12:06:28.706Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-09T12:06:30.913Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-06-09T12:06:30.916Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e832b472-f7ff-4864-bf1f-6459648482f9 68769 2021-06-09T12:06:30.916Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-06-09T12:06:30.916Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-09T12:06:30.916Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:06:30.916Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:30.918Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:30.918Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240390916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:06:31.018Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:31.019Z||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-06-09T12:06:31.019Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:31.029Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:31.029Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:31.919Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-09T12:06:31.920Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-06-09T12:06:31.920Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e832b472-f7ff-4864-bf1f-6459648482f9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-09T12:06:31.920Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-06-09T12:06:31.920Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-09T12:06:31.920Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-09T12:06:31.998Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9199241325457464139/Definitions/service-BasicCnf-template.yml 2021-06-09T12:06:32.815Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-09T12:06:32.815Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-06-09T12:06:32.815Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-09T12:06:32.815Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-06-09T12:06:32.815Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:32.815Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:32.815Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-BasicCnf-csar.csar 2021-06-09T12:06:32.815Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:32.815Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-06-09T12:06:32.816Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.816Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:32.816Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-09T12:06:32.816Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-06-09T12:06:32.816Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T12:06:32.816Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.816Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:32.816Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-09T12:06:32.816Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-06-09T12:06:32.816Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-09T12:06:32.817Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.817Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:32.817Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.817Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-09T12:06:32.817Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-06-09T12:06:32.817Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2021-06-09T12:06:32.817Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-09T12:06:32.817Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.817Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T12:06:32.817Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.817Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-09T12:06:32.818Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:06:32.818Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.818Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-09T12:06:32.818Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:06:32.818Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.818Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-09T12:06:32.818Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:06:32.818Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.818Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-09T12:06:32.818Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-06-09T12:06:32.819Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=859f11e4-e10e-495c-9995-d04035a9537c 2021-06-09T12:06:32.819Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.819Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:32.819Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.819Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:32.819Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.819Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:32.819Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:32.819Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:32.819Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:b1ce42b8-897c-4b62-9a47-a9ed6c099fc5 Model Version:NULL Model InvariantUuid:9284af10-3544-4091-b273-acea51e4f5b7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:36bd498a-5c64-4dde-acb3-85504a8e54c8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:381e122e-1c75-4ac6-82e4-3e7c9070b6a7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d8a0c053-9510-4048-bb2c-45a9c9f16ca3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8e3feb29-63d9-4afc-b968-42a970fa01b0 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:9be8b3f2-0e06-4d3e-99a6-db7b0eea43ff ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:859f11e4-e10e-495c-9995-d04035a9537c ModelInvariantUuid:a948a597-3c32-40ed-b202-5521cf14116a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:eb220eeb-a65b-4dd9-b080-23b03823c686 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:d4f4327f-13d7-4215-a3b2-fc586b62f63c ModelInvariantUuid:175055a3-d980-44b5-b246-8b46852eb418 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c3a02531-6b94-4a49-8734-9c3b457393ff 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-06-09T12:06:32.825Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e2b534e-5c7c-4e58-9760-88bd349aab43 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-06-09T12:06:32.827Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||basic_cnf 0 2021-06-09T12:06:32.827Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e2b534e-5c7c-4e58-9760-88bd349aab43 2021-06-09T12:06:32.827Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 87c1375f-ceac-4f62-b9d5-7a9d9ae710e7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-06-09T12:06:32.827Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-06-09T12:06:32.827Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:33.709Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-06-09T12:06:33.709Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 87c1375f-ceac-4f62-b9d5-7a9d9ae710e7 12 2021-06-09T12:06:33.709Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:33.710Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:33.710Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:06:33.710Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:33.712Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:33.712Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240393709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:06:33.812Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:33.813Z||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-06-09T12:06:33.813Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:33.829Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:33.829Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:34.712Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dad7a4fc-5e85-4da5-96b7-1c260954d3a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-06-09T12:06:34.713Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-06-09T12:06:34.713Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:36.107Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-06-09T12:06:36.107Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz dad7a4fc-5e85-4da5-96b7-1c260954d3a4 2688 2021-06-09T12:06:36.107Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:36.108Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:36.108Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:06:36.108Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:36.110Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:36.110Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240396107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-09T12:06:36.210Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:36.210Z||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-06-09T12:06:36.210Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:36.222Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:36.222Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:06:37.078Z||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-06-09T12:06:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:37.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:37.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:06:37.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:06:37.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-09T12:06:37.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:06:37.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:06:37.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240221857, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240224557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240225724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240227746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240228837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:06:37.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240229840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-09T12:06:37.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:06:37.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240230844, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-09T12:06:37.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:06:37.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:06:37.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240231848, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:06:37.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:06:37.111Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ba3f70fa-7e3e-49ce-ac26-fc0ec592a62f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-06-09T12:06:37.111Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-06-09T12:06:37.111Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:37.659Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-06-09T12:06:37.660Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ba3f70fa-7e3e-49ce-ac26-fc0ec592a62f 828 2021-06-09T12:06:37.660Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:37.660Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:37.660Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:06:37.660Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:37.662Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:37.662Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240397660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:06:37.762Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:37.763Z||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-06-09T12:06:37.763Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:37.774Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:37.774Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:38.663Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8e3feb29-63d9-4afc-b968-42a970fa01b0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9be8b3f2-0e06-4d3e-99a6-db7b0eea43ff", "vfModuleModelCustomizationUUID": "42144215-0d37-4dcc-b685-380424544c73", "isBase": true, "artifacts": [ "6e459498-4ca5-41fe-8f91-ea9b55a0cfd7", "dad7a4fc-5e85-4da5-96b7-1c260954d3a4", "23e05e09-899b-40f4-b0a3-d5ac476b3567" ], "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-06-09T12:06:38.665Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9be8b3f2-0e06-4d3e-99a6-db7b0eea43ff VfModuleModelInvariantUUID:8e3feb29-63d9-4afc-b968-42a970fa01b0 VfModuleModelDescription:NULL Artifacts UUID List:{ 6e459498-4ca5-41fe-8f91-ea9b55a0cfd7 , dad7a4fc-5e85-4da5-96b7-1c260954d3a4 , 23e05e09-899b-40f4-b0a3-d5ac476b3567 } 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-06-09T12:06:38.668Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "8e3feb29-63d9-4afc-b968-42a970fa01b0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9be8b3f2-0e06-4d3e-99a6-db7b0eea43ff", "vfModuleModelCustomizationUUID": "42144215-0d37-4dcc-b685-380424544c73", "isBase": true, "artifacts": [ "6e459498-4ca5-41fe-8f91-ea9b55a0cfd7", "dad7a4fc-5e85-4da5-96b7-1c260954d3a4", "23e05e09-899b-40f4-b0a3-d5ac476b3567" ], "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-06-09T12:06:38.668Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9be8b3f2-0e06-4d3e-99a6-db7b0eea43ff VfModuleModelInvariantUUID:8e3feb29-63d9-4afc-b968-42a970fa01b0 VfModuleModelDescription:NULL Artifacts UUID List:{ 6e459498-4ca5-41fe-8f91-ea9b55a0cfd7 , dad7a4fc-5e85-4da5-96b7-1c260954d3a4 , 23e05e09-899b-40f4-b0a3-d5ac476b3567 } 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-06-09T12:06:38.668Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6e459498-4ca5-41fe-8f91-ea9b55a0cfd7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-06-09T12:06:38.668Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-06-09T12:06:38.668Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:39.440Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-06-09T12:06:39.440Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6e459498-4ca5-41fe-8f91-ea9b55a0cfd7 1164 2021-06-09T12:06:39.440Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:39.440Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:39.441Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:06:39.441Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:39.442Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:39.442Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240399440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:06:39.542Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:39.543Z||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-06-09T12:06:39.543Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:39.553Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:39.554Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:40.443Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 23e05e09-899b-40f4-b0a3-d5ac476b3567 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-06-09T12:06:40.443Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-06-09T12:06:40.444Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:41.159Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-06-09T12:06:41.159Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 23e05e09-899b-40f4-b0a3-d5ac476b3567 200 2021-06-09T12:06:41.160Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:41.160Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:41.160Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-09T12:06:41.160Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:41.161Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:41.161Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240401160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:06:41.262Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:41.262Z||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-06-09T12:06:41.263Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:41.276Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:41.276Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:42.162Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b1ce42b8-897c-4b62-9a47-a9ed6c099fc5 2021-06-09T12:06:42.162Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7e2b534e-5c7c-4e58-9760-88bd349aab43 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 heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-06-09T12:06:42.174Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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 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-06-09T12:06:42.178Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.178Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:42.178Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-06-09T12:06:42.179Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d8a0c053-9510-4048-bb2c-45a9c9f16ca3 2021-06-09T12:06:42.179Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d8a0c053-9510-4048-bb2c-45a9c9f16ca3 matches Tosca VF Customization UUID: d8a0c053-9510-4048-bb2c-45a9c9f16ca3 2021-06-09T12:06:42.179Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d8a0c053-9510-4048-bb2c-45a9c9f16ca3 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-06-09T12:06:42.180Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.180Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:42.181Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d8a0c053-9510-4048-bb2c-45a9c9f16ca3: {\"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-06-09T12:06:42.181Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6cc9edd0 2021-06-09T12:06:42.181Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.181Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-09T12:06:42.181Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 42144215-0d37-4dcc-b685-380424544c73 2021-06-09T12:06:42.181Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 42144215-0d37-4dcc-b685-380424544c73 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-06-09T12:06:42.183Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.183Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-09T12:06:42.183Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:06:42.184Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.184Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-09T12:06:42.184Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:06:42.184Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.184Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-09T12:06:42.184Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-06-09T12:06:42.184Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=859f11e4-e10e-495c-9995-d04035a9537c 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-06-09T12:06:42.186Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.186Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-09T12:06:42.186Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-09T12:06:42.186Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.186Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-09T12:06:42.186Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d8a0c053-9510-4048-bb2c-45a9c9f16ca3 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-06-09T12:06:42.188Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.188Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:42.188Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b1ce42b8-897c-4b62-9a47-a9ed6c099fc5: basic_cnf 2021-06-09T12:06:42.188Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.188Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:42.188Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.188Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:42.188Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.189Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:42.189Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.189Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:42.189Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-09T12:06:42.189Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-09T12:06:42.189Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:42.236Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7e2b534e-5c7c-4e58-9760-88bd349aab43 1 ASDC deployResourceStructure 2021-06-09T12:06:42.237Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:42.237Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:42.237Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-06-09T12:06:42.237Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:42.239Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:42.239Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240402237, "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-06-09T12:06:42.339Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:42.340Z||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-06-09T12:06:42.340Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:42.351Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:42.351Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:43.239Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:43.240Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:43.240Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-06-09T12:06:43.240Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:43.241Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:43.241Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240403239, "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-06-09T12:06:43.342Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:43.342Z||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-06-09T12:06:43.342Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:43.354Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:43.354Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:44.242Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:44.242Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:44.243Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:06:44.243Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:44.244Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:44.244Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240404242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:06:44.345Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:44.345Z||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-06-09T12:06:44.345Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:44.356Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:44.357Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:45.245Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:45.245Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:45.246Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:06:45.246Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:45.247Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:45.247Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240405245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-06-09T12:06:45.348Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-09T12:06:45.349Z||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-06-09T12:06:45.349Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:45.363Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:45.364Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:46.248Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:46.249Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||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-06-09T12:06:46.249Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:06:46.249Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:46.250Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:46.250Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240406248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-06-09T12:06:46.350Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:46.351Z||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-06-09T12:06:46.351Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:46.361Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:46.362Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-09T12:06:47.251Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-06-09T12:06:47.252Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-09T12:06:47.252Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-09T12:06:47.252Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:06:47.254Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:06:47.254Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240407251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:06:47.354Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:06:47.355Z||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-06-09T12:06:47.355Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:06:47.365Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:06:47.365Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-09T12:06:48.254Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38e7420c-fdfd-42f6-9e1f-64395f0823c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:06:48.264Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38e7420c-fdfd-42f6-9e1f-64395f0823c7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:06:48.265Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:06:48.265Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T12:06:48.265Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T12:07:18.266Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38e7420c-fdfd-42f6-9e1f-64395f0823c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:07:18.275Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38e7420c-fdfd-42f6-9e1f-64395f0823c7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:07:18.277Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:07:18.277Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-09T12:07:18.277Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-09T12:07:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:07:37.078Z||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-06-09T12:07:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:07:37.098Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:07:37.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "dcae-sch", "timestamp": 1623240288200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240287643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240295566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "cds", "timestamp": 1623240293205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "dcae-sch", "timestamp": 1623240288200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240287643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240295566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "cds", "timestamp": 1623240293205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "dcae-sch", "timestamp": 1623240288200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240287643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240295566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "cds", "timestamp": 1623240293205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "dcae-sch", "timestamp": 1623240288200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240287643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240295566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.111Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "cds", "timestamp": 1623240293205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240299290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "dcae-sch", "timestamp": 1623240288200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240287643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240295566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "cds", "timestamp": 1623240293205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240299290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "dcae-sch", "timestamp": 1623240288200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240287643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240295566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "cds", "timestamp": 1623240293205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240300883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "ves-openapi-manager", "timestamp": 1623240300962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240299290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "dcae-sch", "timestamp": 1623240288200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240287643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240295566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "cds", "timestamp": 1623240293205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240300883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "ves-openapi-manager", "timestamp": 1623240300962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240299290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "dcae-sch", "timestamp": 1623240288200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240287643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240295566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "cds", "timestamp": 1623240293205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240300883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240302950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "ves-openapi-manager", "timestamp": 1623240300962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240299290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-09T12:07:37.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "dcae-sch", "timestamp": 1623240288200, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240287643, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240295566, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "cds", "timestamp": 1623240293205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240300883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240302950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "ves-openapi-manager", "timestamp": 1623240300962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240303984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240299290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240305377, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240305408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "cds", "timestamp": 1623240305457, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240300883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240302950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "ves-openapi-manager", "timestamp": 1623240300962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240303984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240299290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "cds", "timestamp": 1623240306463, "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-06-09T12:07:37.125Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 38e7420c-fdfd-42f6-9e1f-64395f0823c7 2021-06-09T12:07:37.125Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e7420c-fdfd-42f6-9e1f-64395f0823c7 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-06-09T12:07:37.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240300883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240306559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240302950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "ves-openapi-manager", "timestamp": 1623240300962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240303984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240299290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240300883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240302950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "ves-openapi-manager", "timestamp": 1623240300962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240303984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240299290, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240300883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240302950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "ves-openapi-manager", "timestamp": 1623240300962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240303984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240309105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240300883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240302950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "ves-openapi-manager", "timestamp": 1623240300962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240303984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240310013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240302950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240303984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240311016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240311212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240311507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240302950, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240303984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "policy-id", "timestamp": 1623240312020, "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-06-09T12:07:37.140Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38e7420c-fdfd-42f6-9e1f-64395f0823c7 2021-06-09T12:07:37.140Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e7420c-fdfd-42f6-9e1f-64395f0823c7 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-06-09T12:07:37.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240312257, "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-06-09T12:07:37.151Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38e7420c-fdfd-42f6-9e1f-64395f0823c7 2021-06-09T12:07:37.152Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e7420c-fdfd-42f6-9e1f-64395f0823c7 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-06-09T12:07:37.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240303984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240312380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-k8s-id", "timestamp": 1623240313259, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240313403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240313509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.157Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240313703, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:07:37.158Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240312380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.158Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240314524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.158Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.158Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.158Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "aai-ml", "timestamp": 1623240314706, "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-06-09T12:07:37.161Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 38e7420c-fdfd-42f6-9e1f-64395f0823c7 2021-06-09T12:07:37.161Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e7420c-fdfd-42f6-9e1f-64395f0823c7 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-06-09T12:07:37.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240312380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240315747, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240315844, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240312380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.169Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240316404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:07:37.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240312380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1623240317406, "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-06-09T12:07:37.175Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 38e7420c-fdfd-42f6-9e1f-64395f0823c7 2021-06-09T12:07:37.175Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e7420c-fdfd-42f6-9e1f-64395f0823c7 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-06-09T12:07:37.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240312380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240318642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240318649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240312380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240319653, "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-06-09T12:07:37.188Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38e7420c-fdfd-42f6-9e1f-64395f0823c7 2021-06-09T12:07:37.188Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e7420c-fdfd-42f6-9e1f-64395f0823c7 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-06-09T12:07:37.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240312380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240320252, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-windriver-id", "timestamp": 1623240320656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:07:37.194Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240312380, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:07:37.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240321256, "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-06-09T12:07:37.198Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38e7420c-fdfd-42f6-9e1f-64395f0823c7 2021-06-09T12:07:37.198Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e7420c-fdfd-42f6-9e1f-64395f0823c7 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-06-09T12:07:37.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "multicloud-starlingx-id", "timestamp": 1623240322260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a8913ddb-5ca7-4dd0-9776-1d7fd1887aa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240323066, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240326848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240329850, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "clamp", "timestamp": 1623240330853, "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-06-09T12:07:37.209Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 38e7420c-fdfd-42f6-9e1f-64395f0823c7 2021-06-09T12:07:37.209Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38e7420c-fdfd-42f6-9e1f-64395f0823c7 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-06-09T12:07:37.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240098467, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:07:37.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-06-09T12:07:37.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240332912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:37.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-06-09T12:07:37.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240335656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:07:37.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:07:48.277Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38e7420c-fdfd-42f6-9e1f-64395f0823c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T12:07:48.288Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38e7420c-fdfd-42f6-9e1f-64395f0823c7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-09T12:07:48.290Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-09T12:07:48.291Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-09T12:07:48.291Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-09T12:07:48.291Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-09T12:07:48.291Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:07:48.291Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:07:48.291Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:07:48.291Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:07:48.291Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:07:48.292Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-09T12:07:48.292Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-06-09T12:07:48.296Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-09T12:08:18.297Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 38e7420c-fdfd-42f6-9e1f-64395f0823c7 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-06-09T12:08:18.302Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 38e7420c-fdfd-42f6-9e1f-64395f0823c7 and serviceModelVersionId: b1ce42b8-897c-4b62-9a47-a9ed6c099fc5 2021-06-09T12:08:18.303Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9284af10-3544-4091-b273-acea51e4f5b7 2021-06-09T12:08:18.303Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9284af10-3544-4091-b273-acea51e4f5b7/model-vers/model-ver/b1ce42b8-897c-4b62-9a47-a9ed6c099fc5?depth=0 2021-06-09T12:08:18.307Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-06-09T12:08:18.334Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9284af10-3544-4091-b273-acea51e4f5b7/model-vers/model-ver/b1ce42b8-897c-4b62-9a47-a9ed6c099fc5?depth=0|INFO|500||Invoke 2021-06-09T12:08:18.334Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9284af10-3544-4091-b273-acea51e4f5b7/model-vers/model-ver/b1ce42b8-897c-4b62-9a47-a9ed6c099fc5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9284af10-3544-4091-b273-acea51e4f5b7/model-vers/model-ver/b1ce42b8-897c-4b62-9a47-a9ed6c099fc5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[38e7420c-fdfd-42f6-9e1f-64395f0823c7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1fc3cd5f-7b4c-47d1-aa07-6aa4da7309c9], X-ECOMP-RequestID=[38e7420c-fdfd-42f6-9e1f-64395f0823c7], X-TransactionId=[], X-ONAP-RequestID=[38e7420c-fdfd-42f6-9e1f-64395f0823c7], Content-Type=[application/merge-patch+json]} 2021-06-09T12:08:18.350Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9284af10-3544-4091-b273-acea51e4f5b7/model-vers/model-ver/b1ce42b8-897c-4b62-9a47-a9ed6c099fc5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-09T12:08:18.740Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9284af10-3544-4091-b273-acea51e4f5b7/model-vers/model-ver/b1ce42b8-897c-4b62-9a47-a9ed6c099fc5?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/9284af10-3544-4091-b273-acea51e4f5b7/model-vers/model-ver/b1ce42b8-897c-4b62-9a47-a9ed6c099fc5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210609-12:08:18:359-21790], vertex-id=[217144], Content-Length=[0], Date=[Wed, 09 Jun 2021 12:08:18 GMT], Content-Type=[application/json]} 2021-06-09T12:08:18.740Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9284af10-3544-4091-b273-acea51e4f5b7/model-vers/model-ver/b1ce42b8-897c-4b62-9a47-a9ed6c099fc5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-09T12:08:18.741Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9284af10-3544-4091-b273-acea51e4f5b7/model-vers/model-ver/b1ce42b8-897c-4b62-9a47-a9ed6c099fc5?depth=0|INFO|500||InvokeReturn 2021-06-09T12:08:18.741Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-09T12:08:18.741Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-06-09T12:08:18.747Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-06-09T12:08:18.747Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 38e7420c-fdfd-42f6-9e1f-64395f0823c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-09T12:08:18.747Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-09T12:08:18.747Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-06-09T12:08:18.749Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-09T12:08:18.749Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240498747, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:08:18.849Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-09T12:08:18.850Z||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-06-09T12:08:18.850Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:08:18.864Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:08:18.865Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-09T12:08:19.759Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:08:19.759Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-06-09T12:08:19.759Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:08:29.301Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:08:29.302Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:08:29.302Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-06-09T12:08:29.302Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:08:37.078Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:08:37.078Z||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-06-09T12:08:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:08:37.100Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:08:37.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240337257, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:08:37.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:08:37.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240338848, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:08:37.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:08:37.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240339940, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:08:37.101Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240340942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240341946, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240342950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "363bd364-dc15-4792-9a6d-87792fbdede9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240374347, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240375360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240390916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-09T12:08:37.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:08:37.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240393709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:08:37.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:08:37.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-06-09T12:08:37.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240396107, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-09T12:08:37.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:08:38.851Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:08:38.852Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:08:38.852Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-06-09T12:08:38.852Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:08:48.390Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:08:48.390Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:08:48.391Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-06-09T12:08:48.391Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:08:57.929Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:08:57.929Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:08:57.930Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-06-09T12:08:57.930Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:09:07.467Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:09:07.468Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:09:07.468Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-06-09T12:09:07.468Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:09:17.009Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:09:17.009Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:09:17.010Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-06-09T12:09:17.010Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:09:26.551Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:09:26.552Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:09:26.552Z||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-06-09T12:09:26.552Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:09:36.090Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:09:36.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:09:36.090Z||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-06-09T12:09:36.090Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:09:37.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:09:37.078Z||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-06-09T12:09:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:09:37.100Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:09:37.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-09T12:09:37.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240397660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-09T12:09:37.101Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:09:37.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-09T12:09:37.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240399440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-09T12:09:37.101Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:09:37.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-09T12:09:37.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240401160, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-09T12:09:37.101Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:09:37.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240402237, "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-06-09T12:09:37.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240403239, "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-06-09T12:09:37.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240404242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240405245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240406248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240407251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-09T12:09:37.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:09:45.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:09:45.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:09:45.633Z||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-06-09T12:09:45.633Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:09:55.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:10:37.076Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:10:37.077Z||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-06-09T12:10:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:10:37.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:10:37.078Z||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-06-09T12:10:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:10:37.604Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:10:37.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-09T12:10:37.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "38e7420c-fdfd-42f6-9e1f-64395f0823c7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1623240498747, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-09T12:10:37.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-09T12:10:46.623Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:11:37.076Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:11:37.077Z||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-06-09T12:11:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:11:37.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:11:37.078Z||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-06-09T12:11:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:11:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:11:46.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:12:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:12:37.077Z||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-06-09T12:12:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:12:37.078Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:12:37.078Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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-06-09T12:12:37.078Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:12:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:12:46.624Z|38e7420c-fdfd-42f6-9e1f-64395f0823c7|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:13:37.078Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:13:37.078Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:13:37.079Z||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-06-09T12:13:37.079Z||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-06-09T12:13:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:13:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:13:46.625Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:13:46.629Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:14:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:14:37.077Z||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-06-09T12:14:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:14:37.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:14:37.078Z||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-06-09T12:14:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:14:46.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:14:46.626Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:15:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:15:37.077Z||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-06-09T12:15:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:15:37.078Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:15:37.078Z||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-06-09T12:15:37.078Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:15:46.635Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:15:46.637Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:16:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:16:37.077Z||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-06-09T12:16:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:16:37.078Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:16:37.078Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-06-09T12:16:37.078Z|363bd364-dc15-4792-9a6d-87792fbdede9|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:16:46.621Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:16:46.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:17:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:17:37.077Z||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-06-09T12:17:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:17:37.078Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:17:37.078Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-06-09T12:17:37.078Z|363bd364-dc15-4792-9a6d-87792fbdede9|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:17:46.618Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:17:46.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:18:37.076Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:18:37.077Z||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-06-09T12:18:37.077Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:18:37.078Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:18:37.078Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-06-09T12:18:37.078Z|363bd364-dc15-4792-9a6d-87792fbdede9|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:18:46.624Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:18:46.624Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:19:37.076Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:19:37.077Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-06-09T12:19:37.077Z|363bd364-dc15-4792-9a6d-87792fbdede9|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:19:37.078Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:19:37.079Z||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-06-09T12:19:37.079Z||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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:19:46.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:19:46.628Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:20:37.076Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:20:37.077Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-06-09T12:20:37.077Z|363bd364-dc15-4792-9a6d-87792fbdede9|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:20:37.078Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:20:37.078Z|909f03b9-d11b-42a0-a046-1afab95b809e|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-06-09T12:20:37.078Z|909f03b9-d11b-42a0-a046-1afab95b809e|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:20:46.622Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:20:46.624Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:21:37.076Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:21:37.077Z|363bd364-dc15-4792-9a6d-87792fbdede9|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-06-09T12:21:37.077Z|363bd364-dc15-4792-9a6d-87792fbdede9|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:21:37.078Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-09T12:21:37.078Z|909f03b9-d11b-42a0-a046-1afab95b809e|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-06-09T12:21:37.078Z|909f03b9-d11b-42a0-a046-1afab95b809e|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 0iWi9ItmA2qKH5sa) ... 2021-06-09T12:21:46.621Z|363bd364-dc15-4792-9a6d-87792fbdede9|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-09T12:21:46.621Z|909f03b9-d11b-42a0-a046-1afab95b809e|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK