JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-04-06T12:37:14.922Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-lg9ds with PID 14 (/app/app.jar started by so in /app) 2021-04-06T12:37:14.928Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-04-06T12:37:14.929Z||main|||||INFO|500||The following profiles are active: basic 2021-04-06T12:37:21.165Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-06T12:37:21.165Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-04-06T12:37:21.247Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-06T12:37:22.656Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-06T12:37:22.812Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-06T12:37:23.164Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-06T12:37:23.171Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-06T12:37:23.245Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-04-06T12:37:23.356Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-04-06T12:37:23.739Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-04-06T12:37:24.398Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-06T12:37:26.527Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-06T12:37:26.570Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-04-06T12:37:26.874Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-06T12:37:27.115Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-04-06T12:37:28.193Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-06T12:37:29.088Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-06T12:37:29.104Z||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$$6fa2c0f0.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-04-06T12:37:29.105Z||main|||||WARN|500||The sdc end point is not alive 2021-04-06T12:37:31.254Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-04-06T12:37:33.237Z||main|||||WARN|500||--- 2021-04-06T12:37:33.238Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-04-06T12:37:33.238Z||main|||||WARN|500||--- 2021-04-06T12:37:33.597Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-06T12:37:36.103Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-06T12:37:36.105Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-06T12:37:36.106Z||main|||||INFO|500||Started Application in 23.018 seconds (JVM running for 24.065) 2021-04-06T12:37:36.113Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-06T12:37:36.136Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-06T12:37:36.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c0f113e-c05e-4d58-9ba9-c1128161a1e2 url= /sdc/v1/artifactTypes 2021-04-06T12:37:36.206Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-06T12:37:37.315Z||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.21.244] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-06T12:37:37.319Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d06bab9 2021-04-06T12:37:37.320Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-06T12:37:37.328Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-06T12:37:37.329Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-06T12:37:37.331Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-06T12:38:26.100Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-06T12:38:26.100Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-06T12:38:26.101Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-06T12:38:26.104Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-06T12:38:26.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d805b055-50b8-436b-a862-c7a1eab5112c url= /sdc/v1/artifactTypes 2021-04-06T12:38:26.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-06T12:38:27.142Z||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.21.244] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-06T12:38:27.142Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b76abf7 2021-04-06T12:38:27.142Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-06T12:38:27.143Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-06T12:38:27.143Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-06T12:38:27.143Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-06T12:39:16.100Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-06T12:39:16.100Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-06T12:39:16.100Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-06T12:39:16.103Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-06T12:39:16.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9d112dee-7dc8-4932-b1f1-f7af201efc53 url= /sdc/v1/artifactTypes 2021-04-06T12:39:16.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-06T12:39:17.122Z||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.21.244] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-06T12:39:17.122Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@717766ed 2021-04-06T12:39:17.122Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-06T12:39:17.123Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-06T12:39:17.123Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-06T12:39:17.123Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-06T12:40:06.100Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-06T12:40:06.100Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-06T12:40:06.100Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-06T12:40:06.103Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-06T12:40:06.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b2d76995-dd14-4f0a-b0ae-b8fb859abaef url= /sdc/v1/artifactTypes 2021-04-06T12:40:06.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-06T12:40:07.138Z||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.21.244] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-06T12:40:07.139Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c472309 2021-04-06T12:40:07.139Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-06T12:40:07.139Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-06T12:40:07.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-06T12:40:07.140Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-06T12:40:56.101Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-06T12:40:56.101Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-06T12:40:56.101Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-06T12:40:56.105Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-06T12:40:56.111Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d22b4f8c-0ea1-4292-b920-5d80e7b12597 url= /sdc/v1/artifactTypes 2021-04-06T12:40:56.111Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-06T12:40:57.154Z||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.21.244] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-06T12:40:57.155Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@695578d2 2021-04-06T12:40:57.155Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-06T12:40:57.156Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-06T12:40:57.156Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-06T12:40:57.156Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-06T12:41:46.100Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-06T12:41:46.100Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-06T12:41:46.100Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-06T12:41:46.104Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-06T12:41:46.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= eeb6a05e-0bb8-4b0e-9361-93da72ea7d81 url= /sdc/v1/artifactTypes 2021-04-06T12:41:46.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-06T12:41:47.138Z||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.21.244] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-06T12:41:47.138Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4768e4c0 2021-04-06T12:41:47.139Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-06T12:41:47.139Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-06T12:41:47.139Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-06T12:41:47.139Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-06T12:42:36.100Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-06T12:42:36.100Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-06T12:42:36.100Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-06T12:42:36.103Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-06T12:42:36.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fdce06e8-5d5d-4919-b283-d512ff472f68 url= /sdc/v1/artifactTypes 2021-04-06T12:42:36.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-06T12:42:36.677Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-06T12:42:36.685Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-06T12:42:36.707Z||scheduling-1|||||DEBUG|500||create keys 2021-04-06T12:42:36.714Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-06T12:42:36.759Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:42:36.779Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 635bf01d-a7f4-41eb-94a7-e040543e2a88 url= /sdc/v1/registerForDistribution 2021-04-06T12:42:37.012Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 635bf01d-a7f4-41eb-94a7-e040543e2a88 url= /sdc/v1/registerForDistribution 2021-04-06T12:42:37.013Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-06T12:42:37.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:42:37.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:42:37.025Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:42:37.025Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:42:37.025Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:42:37.025Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-06T12:42:37.025Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:42:47.299Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:42:47.305Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:43:37.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:43:37.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:43:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:43:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:43:37.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:43:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:43:46.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:43:46.575Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:44:37.018Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:44:37.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:44:37.020Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:44:37.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:44:37.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:44:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:44:46.575Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:44:46.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:45:37.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:45:37.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:45:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:45:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:45:37.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:45:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:45:46.573Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:45:46.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:46:37.019Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:46:37.020Z||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-04-06T12:46:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:46:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:46:37.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:46:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:46:46.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:46:46.569Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:47:37.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:47:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:47:37.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:47:37.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:47:37.021Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:47:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:47:46.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:47:46.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:47:55.607Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-06T12:47:55.743Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@38e97ed9 ((conn=437) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-06T12:47:55.746Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@12e00b18 ((conn=660) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-06T12:47:55.757Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@69bd709d ((conn=431) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-06T12:47:55.759Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@28ac4b2d ((conn=432) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-06T12:47:55.761Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@65d4575 ((conn=433) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-06T12:48:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:48:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:48:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:48:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:48:37.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:48:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:48:46.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:48:46.571Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:49:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:49:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:49:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:49:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:49:37.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:49:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:49:46.566Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:49:46.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:50:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:50:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:50:37.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:50:37.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:50:37.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:50:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:50:46.570Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:50:46.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:51:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:51:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:51:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:51:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:51:37.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:51:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:51:46.567Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:51:46.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:52:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:52:37.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:52:37.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:52:37.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:52:37.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:52:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:52:46.568Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:52:46.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:53:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:53:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:53:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:53:37.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:53:37.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:53:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:53:46.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:53:46.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:54:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:54:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:54:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:54:37.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:54:37.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:54:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:54:46.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:54:46.563Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:55:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:55:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:55:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:55:37.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:55:37.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:55:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:55:46.568Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:55:46.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:56:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:56:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:56:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:56:37.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:56:37.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:56:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:56:46.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:56:46.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:57:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:57:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:57:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:57:37.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:57:37.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:57:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:57:46.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:57:46.564Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:58:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:58:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:58:37.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:58:37.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:58:37.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:58:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:58:46.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:58:46.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:59:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:59:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:59:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T12:59:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T12:59:37.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T12:59:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T12:59:46.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T12:59:46.562Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:00:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:00:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:00:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:00:37.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:00:37.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:00:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:00:46.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:00:46.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:01:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:01:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:01:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:01:37.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:01:37.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:01:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:01:46.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:01:46.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:02:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:02:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:02:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:02:37.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:02:37.021Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:02:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:02:46.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:02:46.570Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:03:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:03:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:03:37.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:03:37.022Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:03:37.023Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:03:37.023Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:03:46.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:03:46.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:04:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:04:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:04:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:04:37.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:04:37.020Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:04:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:04:46.566Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:04:46.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:05:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:05:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:05:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:05:37.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:05:37.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:05:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:05:46.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:05:46.569Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:06:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:06:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:06:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:06:37.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:06:37.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:06:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:06:46.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:06:46.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:07:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:07:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:07:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:07:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:07:37.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:07:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:07:46.568Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:07:46.569Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:08:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:08:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:08:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:08:37.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:08:37.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:08:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:08:46.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:08:46.565Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:09:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:09:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:09:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:09:37.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:09:37.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:09:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:09:46.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:09:46.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:10:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:10:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:10:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:10:37.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:10:37.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:10:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:10:46.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:10:46.561Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:11:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:11:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:11:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:11:37.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:11:37.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:11:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:11:46.559Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:11:46.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:12:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:12:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:12:37.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:12:37.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:12:37.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:12:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:12:46.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:12:46.564Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:13:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:13:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:13:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:13:37.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:13:37.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:13:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:13:46.565Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:13:46.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:14:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:14:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:14:37.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:14:37.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:14:37.020Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:14:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:14:46.560Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:14:46.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:15:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:15:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:15:37.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:15:37.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:15:37.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:15:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:15:46.566Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:15:46.567Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:16:37.019Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:16:37.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:16:37.020Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:16:37.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:16:37.021Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:16:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:16:46.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:16:46.567Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:17:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:17:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:17:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:17:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:17:37.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:17:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:17:46.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:17:46.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:18:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:18:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:18:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:18:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:18:37.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:18:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:18:46.570Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:18:46.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:19:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:19:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:19:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:19:37.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:19:37.021Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:19:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:19:46.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:19:46.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:20:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:20:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:20:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:20:37.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:20:37.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:20:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:20:46.563Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:20:46.563Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:21:37.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:21:37.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:21:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:21:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:21:37.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:21:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:21:46.562Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:21:46.563Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:22:37.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:22:37.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:22:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:22:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:22:37.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:22:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:22:46.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:22:46.559Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:23:37.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:23:37.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:23:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:23:37.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:23:37.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:23:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:23:46.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:23:46.563Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:24:37.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:24:37.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:24:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:24:37.020Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:24:37.020Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:24:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:24:46.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:24:46.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:25:37.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:25:37.019Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:25:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:25:37.020Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:25:37.021Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:25:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:25:46.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:25:46.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:26:37.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:26:37.019Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:26:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:26:37.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:26:37.021Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:26:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:26:46.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:26:46.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:27:37.019Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:27:37.020Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:27:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:27:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:27:37.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:27:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:27:46.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:27:46.561Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:28:37.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:28:37.019Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:28:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:28:37.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:28:37.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:28:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:28:46.559Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:28:46.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:29:37.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:29:37.019Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:29:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:29:37.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:29:37.020Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:29:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:29:46.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:29:46.558Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:30:37.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:30:37.019Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:30:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:30:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:30:37.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:30:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:30:46.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:30:46.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:31:37.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:31:37.020Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:31:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:31:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:31:37.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:31:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:31:46.562Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:31:46.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:32:37.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:32:37.019Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:32:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:32:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:32:37.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:32:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:32:46.563Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:32:46.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:33:37.018Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:33:37.019Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:33:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:33:37.020Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:33:37.021Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:33:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:33:46.569Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:33:46.569Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:34:37.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:34:37.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:34:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:34:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:34:37.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:34:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:34:46.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:34:46.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:35:37.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:35:37.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:35:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:35:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:35:37.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:35:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:35:46.561Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:35:46.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:36:37.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:36:37.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:36:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:36:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:36:37.020Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:36:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:36:46.560Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:36:46.564Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:37:37.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:37:37.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:37:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:37:37.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:37:37.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:37:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:37:46.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:37:46.563Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:38:37.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:38:37.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:38:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:38:37.020Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:38:37.021Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:38:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:38:46.561Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:38:46.563Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:37.018Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:39:37.019Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:39:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:39:37.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:39:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:37.497Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:37.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:39:37.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "ves-openapi-manager", "timestamp": 1617716367348, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:39:37.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:39:37.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:39:37.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "ves-openapi-manager", "timestamp": 1617716367348, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:39:37.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:39:37.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:39:37.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "ves-openapi-manager", "timestamp": 1617716367348, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:39:37.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:39:37.639Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:37.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:39:37.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4c530e1-8f1e-4168-ade0-38ace9d336a4","serviceName":"vFW 2021-04-06 13-37-01","serviceVersion":"1.0","serviceUUID":"6b56bce2-a5a5-4913-bbc1-f73ed9c7deab","serviceDescription":"catalog service description","serviceInvariantUUID":"cf3deec5-bca1-4bdb-9c27-41e11f64afc9","resources":[{"resourceInstanceName":"vFW a2a4360d-a479 0","resourceName":"vFW a2a4360d-a479","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"274b9df9-87ee-4f87-8488-cae7937529a9","resourceInvariantUUID":"57fbf27a-eeb5-4f0c-b08a-587d7f453498","resourceCustomizationUUID":"8f0a1735-c22b-49f5-b696-20fdc9f5b2db","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml","artifactChecksum":"ZGNhYjA5YmQ5MTRmMTdlYzgwYTMyNmI2NGYzNDk4YWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90481df1-0146-49e8-bbd4-8ce893de6cfd","artifactVersion":"1"},{"artifactName":"vfwa2a4360da4790_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json","artifactChecksum":"NjBmMTNjMTk2NzVhNTE4ODIyNmJjZmVkNmM1ZjAxZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b830e322-d41d-4c7f-bfff-90fdb2e71c87","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c4a022d4-fe1f-4902-9070-28605961fd1b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml","artifactChecksum":"ZjRmZGMyMDQxNWRmMjM1OWJhYzVlYmE0NWMzMGZiZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7fa2e3f0-217d-4341-8ed2-30ee5323fb46","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c9e1ea2a-16e9-446a-8ee4-d00e79233273","artifactVersion":"2","generatedFromUUID":"c4a022d4-fe1f-4902-9070-28605961fd1b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210406133701-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml","artifactChecksum":"ZDExMDc3OWE5ZWFiYTdjZDQyOTE4YmM4ODMwNzExN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6061b0ce-2f22-4dd5-9929-d9dc877d4280","artifactVersion":"1"},{"artifactName":"service-Vfw20210406133701-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar","artifactChecksum":"NWU2ZTQzYzJkYzgwZjA2YjZmNmVkODU0NGQ2OTgxNTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f37c01fb-b11c-4411-9898-f95c12a7ca9a","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-06T13:39:37.645Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:39:37.649Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:37.656Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:37.656Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:39:37.756Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-04-06T13:39:37.759Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:37.759Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:37.769Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:37.769Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:38.660Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:39:38.660Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:38.662Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:38.663Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOTIFIED" } 2021-04-06T13:39:38.762Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-06T13:39:38.763Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:38.763Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:38.773Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:38.773Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:39.663Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:39:39.663Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:39.665Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:39.665Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-06T13:39:39.765Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:39.766Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:39.766Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:39.775Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:39.776Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:40.666Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:39:40.666Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:40.668Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:40.668Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:39:40.768Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:40.769Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:40.769Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:40.779Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:40.780Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:39:41.668Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:39:41.669Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:41.671Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:41.672Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-06T13:39:41.772Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:41.772Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:41.773Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:41.782Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:41.782Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:42.672Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:39:42.673Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:42.674Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:42.674Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:39:42.774Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:42.775Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:42.775Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:42.785Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:42.785Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:43.675Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:39:43.675Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:43.677Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:43.677Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:39:43.777Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:43.778Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:43.778Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:43.788Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:43.788Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:44.679Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "serviceName": "vFW 2021-04-06 13-37-01", "serviceVersion": "1.0", "serviceUUID": "6b56bce2-a5a5-4913-bbc1-f73ed9c7deab", "serviceDescription": "catalog service description", "serviceInvariantUUID": "cf3deec5-bca1-4bdb-9c27-41e11f64afc9", "resources": [ { "resourceInstanceName": "vFW a2a4360d-a479 0", "resourceCustomizationUUID": "8f0a1735-c22b-49f5-b696-20fdc9f5b2db", "resourceName": "vFW a2a4360d-a479", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "274b9df9-87ee-4f87-8488-cae7937529a9", "resourceInvariantUUID": "57fbf27a-eeb5-4f0c-b08a-587d7f453498", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwa2a4360da4790_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "artifactChecksum": "NjBmMTNjMTk2NzVhNTE4ODIyNmJjZmVkNmM1ZjAxZWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b830e322-d41d-4c7f-bfff-90fdb2e71c87", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c4a022d4-fe1f-4902-9070-28605961fd1b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c9e1ea2a-16e9-446a-8ee4-d00e79233273", "generatedFromUUID": "c4a022d4-fe1f-4902-9070-28605961fd1b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c9e1ea2a-16e9-446a-8ee4-d00e79233273", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210406133701-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "artifactChecksum": "NWU2ZTQzYzJkYzgwZjA2YjZmNmVkODU0NGQ2OTgxNTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f37c01fb-b11c-4411-9898-f95c12a7ca9a" } ], "workloadContext": "Production" } 2021-04-06T13:39:44.679Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-06T13:39:44.679Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b56bce2-a5a5-4913-bbc1-f73ed9c7deab ASDC 2021-04-06T13:39:44.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a4c530e1-8f1e-4168-ade0-38ace9d336a4 ServiceName:vFW 2021-04-06 13-37-01 ServiceVersion:1.0 ServiceUUID:6b56bce2-a5a5-4913-bbc1-f73ed9c7deab ServiceInvariantUUID:cf3deec5-bca1-4bdb-9c27-41e11f64afc9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210406133701-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar ArtifactUUID:f37c01fb-b11c-4411-9898-f95c12a7ca9a ArtifactChecksum:NWU2ZTQzYzJkYzgwZjA2YjZmNmVkODU0NGQ2OTgxNTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW a2a4360d-a479 0 ResourceCustomizationUUID:8f0a1735-c22b-49f5-b696-20fdc9f5b2db ResourceInvariantUUID:57fbf27a-eeb5-4f0c-b08a-587d7f453498 ResourceName:vFW a2a4360d-a479 ResourceType:VF ResourceUUID:274b9df9-87ee-4f87-8488-cae7937529a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwa2a4360da4790_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json ArtifactUUID:b830e322-d41d-4c7f-bfff-90fdb2e71c87 ArtifactChecksum:NjBmMTNjMTk2NzVhNTE4ODIyNmJjZmVkNmM1ZjAxZWQ= 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/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml ArtifactUUID:c4a022d4-fe1f-4902-9070-28605961fd1b 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/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env ArtifactUUID:c9e1ea2a-16e9-446a-8ee4-d00e79233273 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/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env ArtifactUUID:c9e1ea2a-16e9-446a-8ee4-d00e79233273 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-06T13:39:44.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b56bce2-a5a5-4913-bbc1-f73ed9c7deab ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:39:45.004Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:39:45.005Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-06T13:39:45.006Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-06T13:39:45.006Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f37c01fb-b11c-4411-9898-f95c12a7ca9a from URL: /sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:45.006Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-06T13:39:45.007Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:45.799Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-06T13:39:45.813Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar f37c01fb-b11c-4411-9898-f95c12a7ca9a 110127 2021-04-06T13:39:45.814Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar ASDC sendASDCNotification 2021-04-06T13:39:45.814Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:45.815Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:39:45.816Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:45.818Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:45.818Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716385814, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:39:45.918Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:45.919Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:45.919Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:45.928Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:45.928Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:46.818Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:39:46.820Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-06T13:39:46.820Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f37c01fb-b11c-4411-9898-f95c12a7ca9a, URL: /sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar to file: /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:46.820Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210406133701-csar.csar 2021-04-06T13:39:46.928Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:46.928Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:47.429Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11218250727024418299/Definitions/service-Vfw20210406133701-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-04-06T13:39:49.917Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-06T13:39:49.921Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-06T13:39:49.921Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.922Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-06T13:39:49.922Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||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-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.922Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||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-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.922Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.922Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.923Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.923Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||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-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.923Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2a4360d-a479 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-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.923Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.923Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.924Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.924Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.924Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.924Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2a4360d-a479 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.925Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:49.925Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-06T13:39:49.930Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.932Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:49.934Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is matching search criteria 2021-04-06T13:39:49.935Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-06T13:39:49.936Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW a2a4360d-a479 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:39:49.937Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.938Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:49.938Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is matching search criteria 2021-04-06T13:39:49.938Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-06T13:39:49.938Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW a2a4360d-a479 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:39:49.939Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.939Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:49.942Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.942Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is not matching search criteria 2021-04-06T13:39:49.942Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-06T13:39:49.943Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-06T13:39:49.943Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.943Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:49.943Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.943Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-06T13:39:49.944Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-06T13:39:49.944Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-06T13:39:49.944Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-06T13:39:49.944Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.944Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:49.945Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-06T13:39:49.945Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:49.945Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-06T13:39:49.945Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.946Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-06T13:39:49.946Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.946Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-06T13:39:49.947Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.947Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is matching search criteria 2021-04-06T13:39:49.948Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW a2a4360d-a479 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:39:49.948Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.948Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is matching search criteria 2021-04-06T13:39:49.948Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW a2a4360d-a479 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:39:49.949Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.949Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is matching search criteria 2021-04-06T13:39:49.949Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW a2a4360d-a479 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:39:49.949Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.950Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is not matching search criteria 2021-04-06T13:39:49.950Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-06T13:39:49.950Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-06T13:39:49.950Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-06T13:39:49.950Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-06T13:39:49.951Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-06T13:39:49.951Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.951Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:49.952Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-06T13:39:49.952Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:49.952Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-06T13:39:49.952Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.953Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9cd3bc4a-1eaf-4a96-a4ab-5fd4a45a0783 2021-04-06T13:39:49.953Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.953Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is not matching search criteria 2021-04-06T13:39:49.953Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-06T13:39:49.953Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-06T13:39:49.954Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.954Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:49.954Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.954Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-06T13:39:49.955Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-06T13:39:49.955Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-06T13:39:49.955Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-06T13:39:49.955Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:49.955Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-06T13:39:49.956Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.956Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5c5d4afb-9dec-4fd1-86ba-cd011fb319e9 2021-04-06T13:39:49.956Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.956Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is not matching search criteria 2021-04-06T13:39:49.957Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-06T13:39:49.957Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-06T13:39:49.957Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.957Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:49.957Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.958Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-06T13:39:49.958Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-06T13:39:49.958Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-06T13:39:49.958Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-06T13:39:49.958Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-06T13:39:49.959Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:49.959Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-06T13:39:49.959Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=069de7d8-6f2a-4e8f-b620-4526e756a7c7 2021-04-06T13:39:49.959Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.959Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:49.960Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.960Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:49.960Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.960Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:49.961Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:49.961Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:49.961Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-06 13-37-01 Description:catalog service description Model UUID:6b56bce2-a5a5-4913-bbc1-f73ed9c7deab Model Version:NULL Model InvariantUuid:cf3deec5-bca1-4bdb-9c27-41e11f64afc9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW a2a4360d-a479 Model UUID:3094ad4e-234a-41db-b99a-35c21f4b2187 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:57fbf27a-eeb5-4f0c-b08a-587d7f453498 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8f0a1735-c22b-49f5-b696-20fdc9f5b2db NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:11873457-657a-42c3-afd4-b87b7f51f84d ModelName:VfwA2a4360dA479..base_vfw..module-0 ModelUuid:e8573af8-1c85-4555-9497-ba1fe32250d6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9cd3bc4a-1eaf-4a96-a4ab-5fd4a45a0783 ModelInvariantUuid:8c3c9724-c9ee-4e1c-9d89-8a4b415a07dc ModelName:vFW a2a4360d-a479-nodes.vfwCvfc ModelUuid:a143c995-f062-4231-bfa7-26369366c430 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:64c76cf5-8e8b-4ebd-84a4-6753efd6cf8d ModelInvariantUuid:7c26b4cf-77e7-453b-8545-524792e0f7ac ModelName:VfwA2a4360dA479.compute.nodes.heat.vfw ModelUuid:214c752a-8ccc-44ca-a372-89fb85808fc8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:5c5d4afb-9dec-4fd1-86ba-cd011fb319e9 ModelInvariantUuid:1d8e4817-3cde-4b99-a46a-157e9e9b4063 ModelName:vFW a2a4360d-a479-nodes.vsnCvfc ModelUuid:95c5ef56-1482-46a5-91de-1c03493a5ced ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:f80cd3fe-f7c9-4b35-91ab-a7dc744ea14e ModelInvariantUuid:5d8ce52c-91a7-4fec-933a-dfde5300d799 ModelName:VfwA2a4360dA479.compute.nodes.heat.vsn ModelUuid:f507dd54-3b08-47f3-aa3c-82f98e538774 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:069de7d8-6f2a-4e8f-b620-4526e756a7c7 ModelInvariantUuid:485253e5-ce75-47ca-a83f-88f9142c07c1 ModelName:vFW a2a4360d-a479-nodes.vpgCvfc ModelUuid:0477ff83-817d-49d7-943b-43e505472362 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:397b7e61-ff0b-40a2-af4d-f2f164a80f49 ModelInvariantUuid:ad01346e-f8c1-44af-83bc-b644083b5d25 ModelName:VfwA2a4360dA479.compute.nodes.heat.vpg ModelUuid:59fd0ac3-e40a-4177-870a-18850265d557 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-06T13:39:49.984Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 274b9df9-87ee-4f87-8488-cae7937529a9 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:39:50.053Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||vFW a2a4360d-a479 0 2021-04-06T13:39:50.060Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 274b9df9-87ee-4f87-8488-cae7937529a9 2021-04-06T13:39:50.060Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b830e322-d41d-4c7f-bfff-90fdb2e71c87 from URL: /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json 2021-04-06T13:39:50.060Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-06T13:39:50.060Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json 2021-04-06T13:39:50.281Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-06T13:39:50.281Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json b830e322-d41d-4c7f-bfff-90fdb2e71c87 785 2021-04-06T13:39:50.282Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json ASDC sendASDCNotification 2021-04-06T13:39:50.282Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json 2021-04-06T13:39:50.282Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:39:50.282Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:50.284Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:50.284Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716390282, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:39:50.384Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:50.385Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:50.385Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:50.395Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:50.395Z||pool-11-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:39:51.285Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA2a4360dA479..base_vfw..module-0", "vfModuleModelInvariantUUID": "11873457-657a-42c3-afd4-b87b7f51f84d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8573af8-1c85-4555-9497-ba1fe32250d6", "vfModuleModelCustomizationUUID": "221cd4de-0cf9-47fb-afef-a9b60fda6781", "isBase": true, "artifacts": [ "c4a022d4-fe1f-4902-9070-28605961fd1b", "c9e1ea2a-16e9-446a-8ee4-d00e79233273" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-06T13:39:51.304Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA2a4360dA479..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8573af8-1c85-4555-9497-ba1fe32250d6 VfModuleModelInvariantUUID:11873457-657a-42c3-afd4-b87b7f51f84d VfModuleModelDescription:NULL Artifacts UUID List:{ c4a022d4-fe1f-4902-9070-28605961fd1b , c9e1ea2a-16e9-446a-8ee4-d00e79233273 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-06T13:39:51.307Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwA2a4360dA479..base_vfw..module-0", "vfModuleModelInvariantUUID": "11873457-657a-42c3-afd4-b87b7f51f84d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8573af8-1c85-4555-9497-ba1fe32250d6", "vfModuleModelCustomizationUUID": "221cd4de-0cf9-47fb-afef-a9b60fda6781", "isBase": true, "artifacts": [ "c4a022d4-fe1f-4902-9070-28605961fd1b", "c9e1ea2a-16e9-446a-8ee4-d00e79233273" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-06T13:39:51.308Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwA2a4360dA479..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8573af8-1c85-4555-9497-ba1fe32250d6 VfModuleModelInvariantUUID:11873457-657a-42c3-afd4-b87b7f51f84d VfModuleModelDescription:NULL Artifacts UUID List:{ c4a022d4-fe1f-4902-9070-28605961fd1b , c9e1ea2a-16e9-446a-8ee4-d00e79233273 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-06T13:39:51.308Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c4a022d4-fe1f-4902-9070-28605961fd1b from URL: /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml 2021-04-06T13:39:51.308Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-06T13:39:51.308Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml 2021-04-06T13:39:51.496Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-06T13:39:51.497Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml c4a022d4-fe1f-4902-9070-28605961fd1b 20368 2021-04-06T13:39:51.497Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-06T13:39:51.497Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml 2021-04-06T13:39:51.498Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:39:51.498Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:51.500Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:51.500Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716391497, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:39:51.600Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:51.601Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:51.601Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:51.610Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:51.610Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:52.501Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c9e1ea2a-16e9-446a-8ee4-d00e79233273 from URL: /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env 2021-04-06T13:39:52.501Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-06T13:39:52.501Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env 2021-04-06T13:39:52.689Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-06T13:39:52.689Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env c9e1ea2a-16e9-446a-8ee4-d00e79233273 2098 2021-04-06T13:39:52.689Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-06T13:39:52.690Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env 2021-04-06T13:39:52.690Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:39:52.690Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:52.691Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:52.691Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716392689, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:39:52.792Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-06T13:39:52.793Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:52.793Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:52.802Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:52.802Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:53.692Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 6b56bce2-a5a5-4913-bbc1-f73ed9c7deab 2021-04-06T13:39:53.692Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a2a4360d-a479 0 274b9df9-87ee-4f87-8488-cae7937529a9 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:39:53.725Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.726Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:53.726Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-06T13:39:53.726Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8f0a1735-c22b-49f5-b696-20fdc9f5b2db 2021-04-06T13:39:53.726Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f0a1735-c22b-49f5-b696-20fdc9f5b2db matches Tosca VF Customization UUID: 8f0a1735-c22b-49f5-b696-20fdc9f5b2db 2021-04-06T13:39:53.726Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8f0a1735-c22b-49f5-b696-20fdc9f5b2db matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-06T13:39:53.735Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.735Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:53.737Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8f0a1735-c22b-49f5-b696-20fdc9f5b2db: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-04-06T13:39:53.737Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37298afe 2021-04-06T13:39:53.737Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.737Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-06T13:39:53.737Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 221cd4de-0cf9-47fb-afef-a9b60fda6781 2021-04-06T13:39:53.738Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 221cd4de-0cf9-47fb-afef-a9b60fda6781 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-06T13:39:53.745Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.745Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is matching search criteria 2021-04-06T13:39:53.745Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW a2a4360d-a479 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:39:53.746Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.746Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is matching search criteria 2021-04-06T13:39:53.746Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW a2a4360d-a479 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:39:53.746Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.747Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is not matching search criteria 2021-04-06T13:39:53.747Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-06T13:39:53.747Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-06T13:39:53.747Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-06T13:39:53.747Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-06T13:39:53.747Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-06T13:39:53.747Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-06T13:39:53.747Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:53.747Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-06T13:39:53.747Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:53.748Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-06T13:39:53.748Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-06T13:39:53.748Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9cd3bc4a-1eaf-4a96-a4ab-5fd4a45a0783 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-06T13:39:53.756Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.756Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is matching search criteria 2021-04-06T13:39:53.756Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW a2a4360d-a479 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:39:53.756Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.756Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is not matching search criteria 2021-04-06T13:39:53.756Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-06T13:39:53.756Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-06T13:39:53.757Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-06T13:39:53.757Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:53.757Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-06T13:39:53.757Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-06T13:39:53.757Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-06T13:39:53.757Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-06T13:39:53.757Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-06T13:39:53.757Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:53.758Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-06T13:39:53.758Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-06T13:39:53.758Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5c5d4afb-9dec-4fd1-86ba-cd011fb319e9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-06T13:39:53.759Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.759Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is matching search criteria 2021-04-06T13:39:53.759Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW a2a4360d-a479 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:39:53.761Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.761Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is not matching search criteria 2021-04-06T13:39:53.761Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-06T13:39:53.761Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-06T13:39:53.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-06T13:39:53.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:53.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-06T13:39:53.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-06T13:39:53.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-06T13:39:53.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-06T13:39:53.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-06T13:39:53.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-06T13:39:53.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-06T13:39:53.763Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-06T13:39:53.763Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=069de7d8-6f2a-4e8f-b620-4526e756a7c7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-06T13:39:53.764Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.764Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is matching search criteria 2021-04-06T13:39:53.764Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW a2a4360d-a479 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:39:53.765Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.765Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Node template vFW a2a4360d-a479 0 is matching search criteria 2021-04-06T13:39:53.765Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW a2a4360d-a479 0] matching following query criteria: sdcType=VF, customizationUUID=8f0a1735-c22b-49f5-b696-20fdc9f5b2db Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:39:53.766Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.766Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:53.766Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 6b56bce2-a5a5-4913-bbc1-f73ed9c7deab: vFW a2a4360d-a479 2021-04-06T13:39:53.767Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.767Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:53.767Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.767Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:53.767Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.767Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:53.767Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.767Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:53.768Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:39:53.768Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-04-06 13-37-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:39:53.768Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-04-06 13-37-01 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:39:54.003Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a2a4360d-a479 274b9df9-87ee-4f87-8488-cae7937529a9 1 ASDC deployResourceStructure 2021-04-06T13:39:54.005Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json ASDC sendASDCNotification 2021-04-06T13:39:54.005Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json 2021-04-06T13:39:54.005Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:39:54.005Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:54.007Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:54.007Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716394005, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:39:54.107Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:54.108Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:54.108Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:54.116Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:54.116Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:55.008Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-06T13:39:55.008Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml 2021-04-06T13:39:55.008Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:39:55.008Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:55.010Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:55.010Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716395008, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-06T13:39:55.110Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:55.111Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:55.111Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:55.120Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:55.121Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:39:56.011Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-06T13:39:56.012Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env 2021-04-06T13:39:56.012Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:39:56.012Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:56.015Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:56.015Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716396011, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-06T13:39:56.115Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:56.116Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:56.116Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:56.125Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:56.125Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:57.016Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar ASDC sendASDCNotification 2021-04-06T13:39:57.016Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar 2021-04-06T13:39:57.016Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:39:57.017Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:39:57.018Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:39:57.018Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716397016, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:39:57.118Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:39:57.119Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:39:57.119Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:39:57.128Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:39:57.128Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:39:58.018Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:39:58.037Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:39:58.038Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:39:58.039Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:39:58.039Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:40:28.039Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:40:28.047Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:40:28.049Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:40:28.049Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:40:28.049Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:40:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:40:37.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:40:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:40:37.039Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:40:37.040Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:40:37.040Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "ves-openapi-manager", "timestamp": 1617716367348, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:40:37.041Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:40:58.049Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:40:58.056Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:40:58.058Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:40:58.059Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:40:58.059Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:41:28.059Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:41:28.066Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:41:28.068Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:41:28.068Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:41:28.068Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:41:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:41:37.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:41:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:41:37.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:41:37.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:41:37.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:41:37.043Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:41:58.068Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:41:58.076Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:41:58.077Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:41:58.077Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:41:58.077Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:42:28.077Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:42:28.085Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:42:28.087Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:42:28.087Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:42:28.087Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:42:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:42:37.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:42:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:42:37.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:42:37.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716377651, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "ves-openapi-manager", "timestamp": 1617716367348, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "cds", "timestamp": 1617716377849, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOTIFIED" } 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716377651, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOTIFIED" } 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "ves-openapi-manager", "timestamp": 1617716367348, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "cds", "timestamp": 1617716377849, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716377651, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "ves-openapi-manager", "timestamp": 1617716367348, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "cds", "timestamp": 1617716377849, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716380441, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716377651, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "cds", "timestamp": 1617716377849, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "dcae-sch", "timestamp": 1617716381350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716380441, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOTIFIED" } 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716377651, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "cds", "timestamp": 1617716377849, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716382150, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "dcae-sch", "timestamp": 1617716381350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716380441, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716377651, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "policy-id", "timestamp": 1617716382748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "cds", "timestamp": 1617716377849, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716377018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716383064, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716382150, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "dcae-sch", "timestamp": 1617716381350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716380441, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716377651, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "policy-id", "timestamp": 1617716382748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "cds", "timestamp": 1617716377849, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716383064, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOTIFIED" } 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716382150, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "dcae-sch", "timestamp": 1617716381350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716380441, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "policy-id", "timestamp": 1617716382748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716383064, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716385814, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716382150, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "dcae-sch", "timestamp": 1617716381350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716380441, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "policy-id", "timestamp": 1617716382748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716386539, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716383064, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "cds", "timestamp": 1617716386755, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716382150, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "dcae-sch", "timestamp": 1617716381350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716380441, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "policy-id", "timestamp": 1617716382748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716383064, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-06T13:42:37.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "cds", "timestamp": 1617716387772, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.573Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4c530e1-8f1e-4168-ade0-38ace9d336a4 2021-04-06T13:42:37.573Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c530e1-8f1e-4168-ade0-38ace9d336a4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:42:37.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716382150, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "dcae-sch", "timestamp": 1617716381350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "policy-id", "timestamp": 1617716382748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716383064, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716388797, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716382150, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "clamp", "timestamp": 1617716388279, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "aai-ml", "timestamp": 1617716388449, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716389243, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "policy-id", "timestamp": 1617716382748, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716383064, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "clamp", "timestamp": 1617716388279, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOTIFIED" } 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716390044, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "aai-ml", "timestamp": 1617716388449, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716390175, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716390282, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716390433, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "policy-id", "timestamp": 1617716390703, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "clamp", "timestamp": 1617716388279, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716390938, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716391052, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.587Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4c530e1-8f1e-4168-ade0-38ace9d336a4 2021-04-06T13:42:37.587Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c530e1-8f1e-4168-ade0-38ace9d336a4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:42:37.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "aai-ml", "timestamp": 1617716388449, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716391497, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716391612, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "policy-id", "timestamp": 1617716391709, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "clamp", "timestamp": 1617716388279, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "ves-openapi-manager", "timestamp": 1617716387348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-windriver-id", "timestamp": 1617716392055, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "aai-ml", "timestamp": 1617716388449, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716392158, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716392619, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.601Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4c530e1-8f1e-4168-ade0-38ace9d336a4 2021-04-06T13:42:37.601Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c530e1-8f1e-4168-ade0-38ace9d336a4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:42:37.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716392689, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "policy-id", "timestamp": 1617716392713, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.612Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4c530e1-8f1e-4168-ade0-38ace9d336a4 2021-04-06T13:42:37.612Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c530e1-8f1e-4168-ade0-38ace9d336a4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:42:37.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "clamp", "timestamp": 1617716388279, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "ves-openapi-manager", "timestamp": 1617716387348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "aai-ml", "timestamp": 1617716388449, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716393391, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "cds", "timestamp": 1617716392849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716393622, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "clamp", "timestamp": 1617716388279, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716394005, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "ves-openapi-manager", "timestamp": 1617716387348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "aai-ml", "timestamp": 1617716388449, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "cds", "timestamp": 1617716392849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716394945, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.622Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4c530e1-8f1e-4168-ade0-38ace9d336a4 2021-04-06T13:42:37.622Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c530e1-8f1e-4168-ade0-38ace9d336a4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:42:37.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "clamp", "timestamp": 1617716388279, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716395008, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "ves-openapi-manager", "timestamp": 1617716387348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716395084, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "aai-ml", "timestamp": 1617716388449, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "cds", "timestamp": 1617716392849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "multicloud-k8s-id", "timestamp": 1617716395950, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/vfwa2a4360da4790_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716396011, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/resourceInstances/vfwa2a4360da4790/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "ves-openapi-manager", "timestamp": 1617716387348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716396088, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.632Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4c530e1-8f1e-4168-ade0-38ace9d336a4 2021-04-06T13:42:37.632Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c530e1-8f1e-4168-ade0-38ace9d336a4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:42:37.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "cds", "timestamp": 1617716392849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716397016, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "ves-openapi-manager", "timestamp": 1617716387348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "cds", "timestamp": 1617716392849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "aai-ml", "timestamp": 1617716397622, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "ves-openapi-manager", "timestamp": 1617716387348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716397652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "cds", "timestamp": 1617716392849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716397652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "cds", "timestamp": 1617716392849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716397652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "cds", "timestamp": 1617716401058, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716400441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716397652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "dcae-sch", "timestamp": 1617716401350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "cds", "timestamp": 1617716402064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:42:37.650Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 2021-04-06T13:42:37.650Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:42:37.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716400441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716397652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "dcae-sch", "timestamp": 1617716401350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716400441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716397652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "policy-id", "timestamp": 1617716402748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716403064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "dcae-sch", "timestamp": 1617716401350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716400441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716397652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "policy-id", "timestamp": 1617716402748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716403064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "dcae-sch", "timestamp": 1617716401350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716400441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "policy-id", "timestamp": 1617716402748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716403064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "dcae-sch", "timestamp": 1617716401350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716400441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "policy-id", "timestamp": 1617716402748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716406639, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716403064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "dcae-sch", "timestamp": 1617716401350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716400441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "policy-id", "timestamp": 1617716402748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716403064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "clamp", "timestamp": 1617716407793, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "dcae-sch", "timestamp": 1617716401350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "policy-id", "timestamp": 1617716402748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716403064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716408753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "clamp", "timestamp": 1617716408862, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716408936, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "policy-id", "timestamp": 1617716402748, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716403064, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "clamp", "timestamp": 1617716409875, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.669Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4c530e1-8f1e-4168-ade0-38ace9d336a4 2021-04-06T13:42:37.669Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c530e1-8f1e-4168-ade0-38ace9d336a4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:42:37.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716409893, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716410075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "aai-ml", "timestamp": 1617716410532, "artifactURL": "/sdc/v1/catalog/services/Vfw20210406133701/1.0/artifacts/service-Vfw20210406133701-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "policy-id", "timestamp": 1617716410547, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716410839, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716410899, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.680Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 2021-04-06T13:42:37.680Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:42:37.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716411223, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "aai-ml", "timestamp": 1617716411538, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.688Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4c530e1-8f1e-4168-ade0-38ace9d336a4 2021-04-06T13:42:37.688Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4c530e1-8f1e-4168-ade0-38ace9d336a4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:42:37.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "policy-id", "timestamp": 1617716411551, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-windriver-id", "timestamp": 1617716411902, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716412019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.695Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716412227, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.697Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 2021-04-06T13:42:37.698Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:42:37.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "policy-id", "timestamp": 1617716412555, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.706Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 2021-04-06T13:42:37.706Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:42:37.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716412149, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716413154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.712Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716413231, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.712Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716412149, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716414297, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.715Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 2021-04-06T13:42:37.715Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:42:37.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716412149, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "multicloud-k8s-id", "timestamp": 1617716415301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716412149, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716412149, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716412149, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716412149, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "clamp", "timestamp": 1617716418279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "aai-ml", "timestamp": 1617716418449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "clamp", "timestamp": 1617716418279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "aai-ml", "timestamp": 1617716418449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716420168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "clamp", "timestamp": 1617716418279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "aai-ml", "timestamp": 1617716418449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "clamp", "timestamp": 1617716418279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "aai-ml", "timestamp": 1617716418449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716422358, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "clamp", "timestamp": 1617716418279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "aai-ml", "timestamp": 1617716418449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716423361, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.727Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 2021-04-06T13:42:37.727Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:42:37.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "clamp", "timestamp": 1617716418279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "aai-ml", "timestamp": 1617716418449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "clamp", "timestamp": 1617716418279, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "aai-ml", "timestamp": 1617716418449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "aai-ml", "timestamp": 1617716427603, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "clamp", "timestamp": 1617716431373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "clamp", "timestamp": 1617716432393, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "aai-ml", "timestamp": 1617716433077, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:42:37.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:42:37.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "clamp", "timestamp": 1617716433397, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.738Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 2021-04-06T13:42:37.738Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:42:37.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:42:37.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "aai-ml", "timestamp": 1617716434080, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:37.749Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 2021-04-06T13:42:37.749Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:42:58.087Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:42:58.095Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:42:58.097Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:42:58.097Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-06T13:42:58.097Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-06T13:42:58.098Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-06T13:42:58.098Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:42:58.098Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:42:58.098Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:42:58.098Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:42:58.098Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:42:58.098Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:42:58.098Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:42:58.102Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-06T13:43:28.102Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-06T13:43:28.109Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4c530e1-8f1e-4168-ade0-38ace9d336a4 and serviceModelVersionId: 6b56bce2-a5a5-4913-bbc1-f73ed9c7deab 2021-04-06T13:43:28.109Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf3deec5-bca1-4bdb-9c27-41e11f64afc9 2021-04-06T13:43:35.318Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf3deec5-bca1-4bdb-9c27-41e11f64afc9/model-vers/model-ver/6b56bce2-a5a5-4913-bbc1-f73ed9c7deab?depth=0 2021-04-06T13:43:35.410Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-06T13:43:36.015Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf3deec5-bca1-4bdb-9c27-41e11f64afc9/model-vers/model-ver/6b56bce2-a5a5-4913-bbc1-f73ed9c7deab?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-06T13:43:36.019Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf3deec5-bca1-4bdb-9c27-41e11f64afc9/model-vers/model-ver/6b56bce2-a5a5-4913-bbc1-f73ed9c7deab?depth=0|INFO|500||Invoke 2021-04-06T13:43:36.132Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf3deec5-bca1-4bdb-9c27-41e11f64afc9/model-vers/model-ver/6b56bce2-a5a5-4913-bbc1-f73ed9c7deab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-06T13:43:36.441Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf3deec5-bca1-4bdb-9c27-41e11f64afc9/model-vers/model-ver/6b56bce2-a5a5-4913-bbc1-f73ed9c7deab?depth=0|INFO|500||InvokeReturn 2021-04-06T13:43:36.441Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/cf3deec5-bca1-4bdb-9c27-41e11f64afc9/model-vers/model-ver/6b56bce2-a5a5-4913-bbc1-f73ed9c7deab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210406-13:43:36:138-18762], vertex-id=[380944], Content-Length=[0], Date=[Tue, 06 Apr 2021 13:43:36 GMT], Content-Type=[application/json]} 2021-04-06T13:43:36.442Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2021-04-06T13:43:36.444Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-06T13:43:36.444Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:43:36.448Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-06T13:43:36.453Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4c530e1-8f1e-4168-ade0-38ace9d336a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-06T13:43:36.453Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-06T13:43:36.453Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:36.455Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:36.455Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716616453, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:43:36.555Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:36.556Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:36.556Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:36.569Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:36.569Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:43:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:43:37.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:43:37.021Z||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 AY3gNPzOVobei8Ve) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T13:43:37.465Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:43:37.466Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:43:37.466Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:37.642Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:37.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:43:37.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a4c530e1-8f1e-4168-ade0-38ace9d336a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716616453, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:43:37.643Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:43:41.747Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:41.748Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:43:41.748Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"59efeb6c-d6f2-4fb4-9c17-90e8c28c1122","serviceName":"basic_onboard_hCggGb","serviceVersion":"1.0","serviceUUID":"ce90e9ee-ffa7-4085-a541-4999f57caf8f","serviceDescription":"service","serviceInvariantUUID":"5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd","resources":[{"resourceInstanceName":"basic_onboard_hCggGb 0","resourceName":"basic_onboard_hCggGb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1769dce-d882-4a8e-9328-d76655bac70c","resourceInvariantUUID":"4f2b5ef9-bf3e-4391-b602-7c3b55171174","resourceCustomizationUUID":"483e5941-cc1a-47f3-894e-e49ebe366286","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml","artifactChecksum":"MTcwMTVkMDJjYTZjNDI2ODZlMzJhODQzOWM2OTM1OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf944b25-4136-4269-85ac-6ca748e8afe4","artifactVersion":"1"},{"artifactName":"basic_onboard_hcgggb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json","artifactChecksum":"MTRiOGQ3NTllODkzOTJiYWI5M2U5MWFjZTM4ODlhZTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2967384b-6d8a-42da-8eab-6ec60702e66d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aa364201-cfef-49d8-a269-1e7026e84ac4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e1f52263-61d4-48b7-81e1-06267d885bf5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e71f63a7-d3fb-4f43-bfcd-6b0836b09f01","artifactVersion":"2","generatedFromUUID":"aa364201-cfef-49d8-a269-1e7026e84ac4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHcgggb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml","artifactChecksum":"ZTMzY2FkODU3NTJmNTM5ZDVkMzExYjY2NmQ2MWU5Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d1b8dc0-45a5-4c64-81e7-84ac65c6bc2d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHcgggb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar","artifactChecksum":"NDg2NjE0NjE3YjQ0ZWE4YmRjOWQ0ZmRmMDcyZmE3ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f5c7a39-7f16-4413-b02d-0630ef879c2b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-06T13:43:41.750Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:43:41.750Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:41.752Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:41.752Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:43:41.852Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:41.853Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:41.853Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:41.863Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:41.863Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:43:42.752Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:43:42.753Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:42.755Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:42.755Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:43:42.856Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-06T13:43:42.857Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:42.857Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:42.867Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:42.868Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:43:43.756Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:43:43.757Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:43.759Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:43.759Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:43:43.859Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:43.860Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:43.860Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:43.870Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:43.871Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:43:44.759Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:43:44.760Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:44.761Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:44.761Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:43:44.862Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:44.863Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:44.863Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:44.872Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:44.873Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:43:45.762Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:43:45.763Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:45.764Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:45.764Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-06T13:43:45.865Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:45.865Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:45.865Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:45.875Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:45.876Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:43:46.765Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:43:46.766Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:46.768Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:46.768Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:43:46.868Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:46.869Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:46.869Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:46.878Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:46.878Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:43:47.768Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:43:47.769Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:47.771Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:47.771Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:43:47.871Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:47.872Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:47.872Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:47.881Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:47.881Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:43:48.772Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "serviceName": "basic_onboard_hCggGb", "serviceVersion": "1.0", "serviceUUID": "ce90e9ee-ffa7-4085-a541-4999f57caf8f", "serviceDescription": "service", "serviceInvariantUUID": "5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd", "resources": [ { "resourceInstanceName": "basic_onboard_hCggGb 0", "resourceCustomizationUUID": "483e5941-cc1a-47f3-894e-e49ebe366286", "resourceName": "basic_onboard_hCggGb", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e1769dce-d882-4a8e-9328-d76655bac70c", "resourceInvariantUUID": "4f2b5ef9-bf3e-4391-b602-7c3b55171174", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_hcgggb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "artifactChecksum": "MTRiOGQ3NTllODkzOTJiYWI5M2U5MWFjZTM4ODlhZTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2967384b-6d8a-42da-8eab-6ec60702e66d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "aa364201-cfef-49d8-a269-1e7026e84ac4", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e71f63a7-d3fb-4f43-bfcd-6b0836b09f01", "generatedFromUUID": "aa364201-cfef-49d8-a269-1e7026e84ac4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e71f63a7-d3fb-4f43-bfcd-6b0836b09f01", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHcgggb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "artifactChecksum": "NDg2NjE0NjE3YjQ0ZWE4YmRjOWQ0ZmRmMDcyZmE3ODM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0f5c7a39-7f16-4413-b02d-0630ef879c2b" } ], "workloadContext": "Production" } 2021-04-06T13:43:48.773Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-06T13:43:48.773Z|a4c530e1-8f1e-4168-ade0-38ace9d336a4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ce90e9ee-ffa7-4085-a541-4999f57caf8f ASDC 2021-04-06T13:43:48.773Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 ServiceName:basic_onboard_hCggGb ServiceVersion:1.0 ServiceUUID:ce90e9ee-ffa7-4085-a541-4999f57caf8f ServiceInvariantUUID:5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHcgggb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar ArtifactUUID:0f5c7a39-7f16-4413-b02d-0630ef879c2b ArtifactChecksum:NDg2NjE0NjE3YjQ0ZWE4YmRjOWQ0ZmRmMDcyZmE3ODM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_hCggGb 0 ResourceCustomizationUUID:483e5941-cc1a-47f3-894e-e49ebe366286 ResourceInvariantUUID:4f2b5ef9-bf3e-4391-b602-7c3b55171174 ResourceName:basic_onboard_hCggGb ResourceType:VF ResourceUUID:e1769dce-d882-4a8e-9328-d76655bac70c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_hcgggb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json ArtifactUUID:2967384b-6d8a-42da-8eab-6ec60702e66d ArtifactChecksum:MTRiOGQ3NTllODkzOTJiYWI5M2U5MWFjZTM4ODlhZTk= 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/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml ArtifactUUID:aa364201-cfef-49d8-a269-1e7026e84ac4 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/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env ArtifactUUID:e71f63a7-d3fb-4f43-bfcd-6b0836b09f01 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/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env ArtifactUUID:e71f63a7-d3fb-4f43-bfcd-6b0836b09f01 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-06T13:43:48.773Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce90e9ee-ffa7-4085-a541-4999f57caf8f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T13:43:48.802Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:43:48.803Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-06T13:43:48.803Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-06T13:43:48.803Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0f5c7a39-7f16-4413-b02d-0630ef879c2b from URL: /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:48.803Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-06T13:43:48.803Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:48.957Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-06T13:43:48.961Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar 0f5c7a39-7f16-4413-b02d-0630ef879c2b 74848 2021-04-06T13:43:48.961Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar ASDC sendASDCNotification 2021-04-06T13:43:48.961Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:48.961Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:43:48.961Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:48.963Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:48.963Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716628961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:43:49.063Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:49.064Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:49.064Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:49.073Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:49.074Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:43:49.963Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:43:49.964Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2021-04-06T13:43:49.965Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0f5c7a39-7f16-4413-b02d-0630ef879c2b, URL: /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar to file: /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:49.965Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:49.965Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:49.965Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:50.130Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10607818188887758002/Definitions/service-BasicOnboardHcgggb-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-04-06T13:43:51.385Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-06T13:43:51.386Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-06T13:43:51.386Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:51.386Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-06T13:43:51.386Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:51.386Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hCggGb 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-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:51.386Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:51.387Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:51.387Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:51.387Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:51.387Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:51.387Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:51.387Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hCggGb 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:51.387Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:51.387Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||#################################################################################################### 2021-04-06T13:43:51.387Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.388Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:51.388Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is matching search criteria 2021-04-06T13:43:51.388Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-06T13:43:51.388Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hCggGb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:43:51.388Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.389Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:51.389Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is matching search criteria 2021-04-06T13:43:51.389Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2021-04-06T13:43:51.389Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hCggGb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:43:51.389Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.389Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:51.390Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.390Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is not matching search criteria 2021-04-06T13:43:51.390Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-06T13:43:51.390Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-06T13:43:51.390Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-06T13:43:51.390Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-06T13:43:51.390Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-06T13:43:51.391Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.391Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-06T13:43:51.391Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.391Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is matching search criteria 2021-04-06T13:43:51.391Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hCggGb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:43:51.392Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.393Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is matching search criteria 2021-04-06T13:43:51.393Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hCggGb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:43:51.393Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.393Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is matching search criteria 2021-04-06T13:43:51.393Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hCggGb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:43:51.394Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.394Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is not matching search criteria 2021-04-06T13:43:51.394Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-06T13:43:51.394Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-06T13:43:51.394Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fc9ed82a-163e-45fd-9fa6-a31b4a858f30 2021-04-06T13:43:51.394Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.394Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:51.394Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.395Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:51.395Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.395Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:51.395Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:51.395Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:51.395Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_hCggGb Description:service Model UUID:ce90e9ee-ffa7-4085-a541-4999f57caf8f Model Version:NULL Model InvariantUuid:5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_hCggGb Model UUID:11eca380-4191-4095-96bf-9b9d55b9f2ce Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4f2b5ef9-bf3e-4391-b602-7c3b55171174 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:483e5941-cc1a-47f3-894e-e49ebe366286 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:094cb3fa-ada8-4b39-bb96-1f0ce01d344d ModelName:BasicOnboardHcgggb..base_ubuntu18..module-0 ModelUuid:05f067ce-e110-49c2-9a78-c3438b934cc5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fc9ed82a-163e-45fd-9fa6-a31b4a858f30 ModelInvariantUuid:5f9a1c45-b0c4-49bb-bc7e-165cc9fae9f5 ModelName:basic_onboard_hCggGb-nodes.ubuntu18Cvfc ModelUuid:84b91ae8-c66e-4b10-9fc3-061f9b782ee2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8be48eca-64fc-4fbf-9664-b86fc326c348 ModelInvariantUuid:c3f21b5a-e6f7-4240-83ac-cd8b2ded9d13 ModelName:BasicOnboardHcgggb.compute.nodes.heat.ubuntu18 ModelUuid:79e45e03-1bb4-490a-93b4-103fddf6924e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-06T13:43:51.400Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e1769dce-d882-4a8e-9328-d76655bac70c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:43:51.402Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||basic_onboard_hCggGb 0 2021-04-06T13:43:51.402Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1769dce-d882-4a8e-9328-d76655bac70c 2021-04-06T13:43:51.402Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2967384b-6d8a-42da-8eab-6ec60702e66d from URL: /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json 2021-04-06T13:43:51.402Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-06T13:43:51.403Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json 2021-04-06T13:43:51.543Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-06T13:43:51.544Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json 2967384b-6d8a-42da-8eab-6ec60702e66d 798 2021-04-06T13:43:51.544Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json ASDC sendASDCNotification 2021-04-06T13:43:51.544Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json 2021-04-06T13:43:51.544Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:43:51.544Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:51.546Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:51.546Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716631544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:43:51.647Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:51.647Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:51.648Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:51.676Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:51.677Z||pool-27-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:43:52.547Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHcgggb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "094cb3fa-ada8-4b39-bb96-1f0ce01d344d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "05f067ce-e110-49c2-9a78-c3438b934cc5", "vfModuleModelCustomizationUUID": "fddf87f3-019f-4af2-b4ba-bb814d64be81", "isBase": true, "artifacts": [ "aa364201-cfef-49d8-a269-1e7026e84ac4", "e71f63a7-d3fb-4f43-bfcd-6b0836b09f01" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-06T13:43:52.551Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHcgggb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:05f067ce-e110-49c2-9a78-c3438b934cc5 VfModuleModelInvariantUUID:094cb3fa-ada8-4b39-bb96-1f0ce01d344d VfModuleModelDescription:NULL Artifacts UUID List:{ aa364201-cfef-49d8-a269-1e7026e84ac4 , e71f63a7-d3fb-4f43-bfcd-6b0836b09f01 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-06T13:43:52.554Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHcgggb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "094cb3fa-ada8-4b39-bb96-1f0ce01d344d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "05f067ce-e110-49c2-9a78-c3438b934cc5", "vfModuleModelCustomizationUUID": "fddf87f3-019f-4af2-b4ba-bb814d64be81", "isBase": true, "artifacts": [ "aa364201-cfef-49d8-a269-1e7026e84ac4", "e71f63a7-d3fb-4f43-bfcd-6b0836b09f01" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-06T13:43:52.554Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHcgggb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:05f067ce-e110-49c2-9a78-c3438b934cc5 VfModuleModelInvariantUUID:094cb3fa-ada8-4b39-bb96-1f0ce01d344d VfModuleModelDescription:NULL Artifacts UUID List:{ aa364201-cfef-49d8-a269-1e7026e84ac4 , e71f63a7-d3fb-4f43-bfcd-6b0836b09f01 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-06T13:43:52.554Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: aa364201-cfef-49d8-a269-1e7026e84ac4 from URL: /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml 2021-04-06T13:43:52.554Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-06T13:43:52.554Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml 2021-04-06T13:43:52.681Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-06T13:43:52.681Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml aa364201-cfef-49d8-a269-1e7026e84ac4 5033 2021-04-06T13:43:52.681Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-06T13:43:52.681Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml 2021-04-06T13:43:52.682Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:43:52.682Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:52.684Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:52.684Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716632681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:43:52.784Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:52.785Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:52.785Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:52.794Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:52.794Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:43:53.685Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e71f63a7-d3fb-4f43-bfcd-6b0836b09f01 from URL: /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env 2021-04-06T13:43:53.685Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - download 2021-04-06T13:43:53.685Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env 2021-04-06T13:43:53.854Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2021-04-06T13:43:53.855Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env e71f63a7-d3fb-4f43-bfcd-6b0836b09f01 909 2021-04-06T13:43:53.855Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-06T13:43:53.855Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env 2021-04-06T13:43:53.855Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:43:53.855Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:53.857Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:53.857Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716633855, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:43:53.957Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:53.958Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:53.958Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:53.967Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:53.968Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:43:54.857Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ce90e9ee-ffa7-4085-a541-4999f57caf8f 2021-04-06T13:43:54.858Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hCggGb 0 e1769dce-d882-4a8e-9328-d76655bac70c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:43:54.869Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.869Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:54.869Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2021-04-06T13:43:54.869Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 483e5941-cc1a-47f3-894e-e49ebe366286 2021-04-06T13:43:54.869Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 483e5941-cc1a-47f3-894e-e49ebe366286 matches Tosca VF Customization UUID: 483e5941-cc1a-47f3-894e-e49ebe366286 2021-04-06T13:43:54.870Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 483e5941-cc1a-47f3-894e-e49ebe366286 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-06T13:43:54.871Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.871Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:54.872Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 483e5941-cc1a-47f3-894e-e49ebe366286: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-04-06T13:43:54.872Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ef80def 2021-04-06T13:43:54.872Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.872Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-06T13:43:54.873Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fddf87f3-019f-4af2-b4ba-bb814d64be81 2021-04-06T13:43:54.873Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fddf87f3-019f-4af2-b4ba-bb814d64be81 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-06T13:43:54.874Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.874Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is matching search criteria 2021-04-06T13:43:54.874Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hCggGb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:43:54.875Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.875Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is matching search criteria 2021-04-06T13:43:54.875Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hCggGb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:43:54.875Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.875Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is not matching search criteria 2021-04-06T13:43:54.875Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-06T13:43:54.876Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-06T13:43:54.876Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fc9ed82a-163e-45fd-9fa6-a31b4a858f30 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-06T13:43:54.877Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.877Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is matching search criteria 2021-04-06T13:43:54.877Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hCggGb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:43:54.877Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.878Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_hCggGb 0 is matching search criteria 2021-04-06T13:43:54.878Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_hCggGb 0] matching following query criteria: sdcType=VF, customizationUUID=483e5941-cc1a-47f3-894e-e49ebe366286 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:43:54.879Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.879Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:54.879Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ce90e9ee-ffa7-4085-a541-4999f57caf8f: basic_onboard_hCggGb 2021-04-06T13:43:54.880Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.880Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:54.880Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.880Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:54.880Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.880Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:54.880Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.881Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:54.881Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:43:54.881Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_hCggGb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:43:54.881Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_hCggGb Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:43:54.939Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hCggGb e1769dce-d882-4a8e-9328-d76655bac70c 1 ASDC deployResourceStructure 2021-04-06T13:43:54.940Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json ASDC sendASDCNotification 2021-04-06T13:43:54.940Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json 2021-04-06T13:43:54.940Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:43:54.940Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:54.942Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:54.942Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716634940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:43:55.042Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:55.043Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:55.043Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:55.054Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:55.054Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:43:55.943Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-06T13:43:55.943Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml 2021-04-06T13:43:55.943Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:43:55.943Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:55.945Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:55.945Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716635943, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-06T13:43:56.045Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:56.046Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:56.046Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:56.057Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:56.057Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:43:56.946Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-06T13:43:56.946Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env 2021-04-06T13:43:56.947Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:43:56.947Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:56.948Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:56.949Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716636946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-06T13:43:57.049Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:43:57.049Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:57.049Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:57.059Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:57.059Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:43:57.949Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar ASDC sendASDCNotification 2021-04-06T13:43:57.950Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar 2021-04-06T13:43:57.950Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:43:57.950Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:43:57.951Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:43:57.951Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716637949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:43:58.052Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-06T13:43:58.052Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:43:58.052Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:43:58.062Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:43:58.062Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:43:58.952Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:43:58.961Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:43:58.963Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:43:58.963Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-06T13:43:58.963Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-06T13:43:58.964Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-06T13:43:58.964Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:43:58.964Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:43:58.964Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:43:58.964Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:43:58.964Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:43:58.964Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:43:58.964Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:43:58.968Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-06T13:44:28.968Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-06T13:44:28.972Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 and serviceModelVersionId: ce90e9ee-ffa7-4085-a541-4999f57caf8f 2021-04-06T13:44:28.973Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd 2021-04-06T13:44:28.973Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd/model-vers/model-ver/ce90e9ee-ffa7-4085-a541-4999f57caf8f?depth=0 2021-04-06T13:44:28.977Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2021-04-06T13:44:29.019Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd/model-vers/model-ver/ce90e9ee-ffa7-4085-a541-4999f57caf8f?depth=0|INFO|500||Invoke 2021-04-06T13:44:29.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd/model-vers/model-ver/ce90e9ee-ffa7-4085-a541-4999f57caf8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd/model-vers/model-ver/ce90e9ee-ffa7-4085-a541-4999f57caf8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[59efeb6c-d6f2-4fb4-9c17-90e8c28c1122], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e36f02a-e2cb-45d7-aab7-e85870646dc6], X-ECOMP-RequestID=[59efeb6c-d6f2-4fb4-9c17-90e8c28c1122], X-TransactionId=[], X-ONAP-RequestID=[59efeb6c-d6f2-4fb4-9c17-90e8c28c1122], Content-Type=[application/merge-patch+json]} 2021-04-06T13:44:29.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd/model-vers/model-ver/ce90e9ee-ffa7-4085-a541-4999f57caf8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-06T13:44:29.117Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd/model-vers/model-ver/ce90e9ee-ffa7-4085-a541-4999f57caf8f?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/5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd/model-vers/model-ver/ce90e9ee-ffa7-4085-a541-4999f57caf8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210406-13:44:29:045-67936], vertex-id=[589952], Content-Length=[0], Date=[Tue, 06 Apr 2021 13:44:29 GMT], Content-Type=[application/json]} 2021-04-06T13:44:29.117Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd/model-vers/model-ver/ce90e9ee-ffa7-4085-a541-4999f57caf8f?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-06T13:44:29.118Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5cbe7e4d-2c85-45f7-a452-0d2b4adcc0dd/model-vers/model-ver/ce90e9ee-ffa7-4085-a541-4999f57caf8f?depth=0|INFO|500||InvokeReturn 2021-04-06T13:44:29.118Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-06T13:44:29.118Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:44:29.121Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-06T13:44:29.122Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59efeb6c-d6f2-4fb4-9c17-90e8c28c1122 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-06T13:44:29.122Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-06T13:44:29.122Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:44:29.124Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:44:29.124Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716669122, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:44:29.224Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:44:29.225Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:44:29.225Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:44:29.243Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:44:29.243Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T13:44:30.134Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:44:30.134Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:44:30.134Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:44:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:44:37.021Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:44:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:44:37.644Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:44:37.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:44:37.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:44:37.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:44:37.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716617465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716628961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:44:37.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:44:37.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716631544, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:44:37.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:44:37.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716632681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:44:37.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:44:37.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716633855, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:44:37.647Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:44:37.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716634940, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/basic_onboard_hcgggb0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716635943, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716636946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/resourceInstances/basic_onboard_hcgggb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716637949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHcgggb/1.0/artifacts/service-BasicOnboardHcgggb-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "59efeb6c-d6f2-4fb4-9c17-90e8c28c1122", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716669122, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:44:37.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:44:39.675Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:44:39.676Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:44:39.676Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:44:39.676Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:44:49.209Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:44:49.209Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:44:49.210Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:44:49.210Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:44:58.743Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:44:58.743Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:44:58.744Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:44:58.744Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:45:08.278Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:45:37.018Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:45:37.019Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:45:37.019Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:45:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:45:37.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:45:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:45:46.557Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:45:46.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:46:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:46:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:46:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:46:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:46:37.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:46:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:46:46.559Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:46:46.560Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:47:37.018Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:47:37.019Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:47:37.019Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:47:37.020Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:47:37.021Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:47:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:47:46.557Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:47:46.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:48:37.018Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:48:37.019Z||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-04-06T13:48:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:48:37.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:48:37.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:48:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:48:37.643Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:48:37.643Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:48:37.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "multicloud-windriver-id", "timestamp": 1617716877651, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc2af601-40f3-4294-ac87-2aecd077d3a5","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"467180d0-0bc0-4548-9379-3ed10c05a836","serviceDescription":"service","serviceInvariantUUID":"ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0e09b2fa-5f8f-4971-8e83-f97b887d0b6c","resourceInvariantUUID":"7941e017-7113-441a-b1bb-b99dc7ee6ea4","resourceCustomizationUUID":"572df953-f6a7-400d-9e53-ad21dc1f581d","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":"ZjdjMGFhYzc3OWE4NWRhN2JjMTllMTdjYjM0ODE3NzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f8827bf-45fa-41db-b04e-eb9af79df986","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzdhZDJhOTFhNWZlYmFjZmUwNmEyNjg5MjMyNDA1Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d46db5a-70b5-4f80-856a-cd7586de61b3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-06T13:48:37.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716880441, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "dcae-sch", "timestamp": 1617716881350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "policy-id", "timestamp": 1617716882748, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "multicloud-k8s-id", "timestamp": 1617716883064, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716880441, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:48:37.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "multicloud-windriver-id", "timestamp": 1617716877651, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "dcae-sch", "timestamp": 1617716881350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "policy-id", "timestamp": 1617716882748, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "multicloud-k8s-id", "timestamp": 1617716883064, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.646Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "policy-id", "timestamp": 1617716887441, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:48:37.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "ves-openapi-manager", "timestamp": 1617716887348, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.647Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "policy-id", "timestamp": 1617716888445, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "cds", "timestamp": 1617716887849, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "ves-openapi-manager", "timestamp": 1617716887348, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "policy-id", "timestamp": 1617716889448, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2021-04-06T13:48:37.649Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:48:37.649Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716917018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:48:37.659Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc2af601-40f3-4294-ac87-2aecd077d3a5 2021-04-06T13:48:37.659Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2af601-40f3-4294-ac87-2aecd077d3a5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:48:37.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "cds", "timestamp": 1617716887849, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:48:37.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "cds", "timestamp": 1617716890627, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:48:37.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:48:37.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "cds", "timestamp": 1617716891634, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:48:37.668Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc2af601-40f3-4294-ac87-2aecd077d3a5 2021-04-06T13:48:37.668Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2af601-40f3-4294-ac87-2aecd077d3a5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:48:37.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716892150, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716892150, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:48:37.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716895637, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:48:37.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:48:37.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716897155, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:48:37.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:48:37.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716898159, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:48:37.678Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc2af601-40f3-4294-ac87-2aecd077d3a5 2021-04-06T13:48:37.678Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2af601-40f3-4294-ac87-2aecd077d3a5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:48:37.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "clamp", "timestamp": 1617716898279, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "aai-ml", "timestamp": 1617716898449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:48:37.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "clamp", "timestamp": 1617716898279, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:48:37.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "aai-ml", "timestamp": 1617716898449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:48:37.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-04-06T13:48:37.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "aai-ml", "timestamp": 1617716901573, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:48:37.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:48:37.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "aai-ml", "timestamp": 1617716905192, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:48:37.685Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:48:37.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "aai-ml", "timestamp": 1617716906195, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:48:37.688Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc2af601-40f3-4294-ac87-2aecd077d3a5 2021-04-06T13:48:37.688Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2af601-40f3-4294-ac87-2aecd077d3a5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:48:37.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "clamp", "timestamp": 1617716910017, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:48:37.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:48:37.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "clamp", "timestamp": 1617716911034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:48:37.695Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:48:37.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-04-06T13:48:37.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "clamp", "timestamp": 1617716912037, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:48:37.699Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc2af601-40f3-4294-ac87-2aecd077d3a5 2021-04-06T13:48:37.699Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc2af601-40f3-4294-ac87-2aecd077d3a5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:48:37.749Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:48:37.750Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:48:37.750Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:48:37.759Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:48:37.759Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:48:38.649Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:48:38.651Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:48:38.652Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:48:38.653Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716917018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:48:38.753Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:48:38.753Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:48:38.754Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:48:38.763Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:48:38.764Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:48:39.654Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "467180d0-0bc0-4548-9379-3ed10c05a836", "serviceDescription": "service", "serviceInvariantUUID": "ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "572df953-f6a7-400d-9e53-ad21dc1f581d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0e09b2fa-5f8f-4971-8e83-f97b887d0b6c", "resourceInvariantUUID": "7941e017-7113-441a-b1bb-b99dc7ee6ea4", "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": "YzdhZDJhOTFhNWZlYmFjZmUwNmEyNjg5MjMyNDA1Y2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2d46db5a-70b5-4f80-856a-cd7586de61b3" } ], "workloadContext": "Production" } 2021-04-06T13:48:39.654Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-06T13:48:39.654Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 467180d0-0bc0-4548-9379-3ed10c05a836 ASDC 2021-04-06T13:48:39.655Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:dc2af601-40f3-4294-ac87-2aecd077d3a5 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:467180d0-0bc0-4548-9379-3ed10c05a836 ServiceInvariantUUID:ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c 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:2d46db5a-70b5-4f80-856a-cd7586de61b3 ArtifactChecksum:YzdhZDJhOTFhNWZlYmFjZmUwNmEyNjg5MjMyNDA1Y2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:572df953-f6a7-400d-9e53-ad21dc1f581d ResourceInvariantUUID:7941e017-7113-441a-b1bb-b99dc7ee6ea4 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0e09b2fa-5f8f-4971-8e83-f97b887d0b6c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-06T13:48:39.655Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 467180d0-0bc0-4548-9379-3ed10c05a836 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T13:48:39.674Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:48:39.675Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:48:39.675Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:48:39.675Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2d46db5a-70b5-4f80-856a-cd7586de61b3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-06T13:48:39.675Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:48:39.675Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-06T13:48:40.146Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:48:40.148Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2d46db5a-70b5-4f80-856a-cd7586de61b3 52220 2021-04-06T13:48:40.149Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-06T13:48:40.149Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-06T13:48:40.149Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:48:40.149Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:48:40.151Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:48:40.151Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716920149, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:48:40.251Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:48:40.252Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:48:40.252Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:48:40.262Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:48:40.262Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:48:41.151Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:48:41.152Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:48:41.153Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2d46db5a-70b5-4f80-856a-cd7586de61b3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.153Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-06T13:48:41.153Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.153Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.229Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3004727914965720902/Definitions/service-BasicNetwork-template.yml 2021-04-06T13:48:41.565Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-06T13:48:41.565Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T13:48:41.565Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.566Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.567Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-06T13:48:41.567Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T13:48:41.567Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:48:41.567Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.567Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.567Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-06T13:48:41.567Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T13:48:41.567Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:48:41.567Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.568Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.568Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.568Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.568Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.568Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.568Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.568Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.568Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.568Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.569Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:467180d0-0bc0-4548-9379-3ed10c05a836 Model Version:NULL Model InvariantUuid:ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:7941e017-7113-441a-b1bb-b99dc7ee6ea4 Model UUID:21eb019a-bc8f-43c2-8ce0-fcc18d4ba301 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:572df953-f6a7-400d-9e53-ad21dc1f581d Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-06T13:48:41.574Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 0e09b2fa-5f8f-4971-8e83-f97b887d0b6c 2021-04-06T13:48:41.574Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||No resources found for Service: 467180d0-0bc0-4548-9379-3ed10c05a836 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:48:41.576Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500|| 2021-04-06T13:48:41.577Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-06T13:48:41.577Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 467180d0-0bc0-4548-9379-3ed10c05a836 2021-04-06T13:48:41.577Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 467180d0-0bc0-4548-9379-3ed10c05a836 2021-04-06T13:48:41.577Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-06T13:48:41.577Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:48:41.582Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.582Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.582Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.583Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.583Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 467180d0-0bc0-4548-9379-3ed10c05a836: Generic NeutronNet 2021-04-06T13:48:41.583Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.583Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.583Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.583Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-04-06T13:48:41.621Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.621Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.621Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.621Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.621Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:48:41.622Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:48:41.622Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-06T13:48:41.756Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-06T13:48:41.756Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-06T13:48:41.757Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-06T13:48:41.757Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:48:41.757Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:48:41.759Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:48:41.759Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716921756, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:48:41.859Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:48:41.860Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:48:41.860Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:48:41.870Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:48:41.870Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:48:42.760Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc2af601-40f3-4294-ac87-2aecd077d3a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:48:42.768Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc2af601-40f3-4294-ac87-2aecd077d3a5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:48:42.770Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:48:42.770Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-06T13:48:42.770Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-06T13:48:42.770Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-06T13:48:42.770Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:48:42.770Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:48:42.770Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:48:42.771Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:48:42.771Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:48:42.771Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:48:42.771Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:48:42.774Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-06T13:49:12.775Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc2af601-40f3-4294-ac87-2aecd077d3a5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-06T13:49:12.779Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc2af601-40f3-4294-ac87-2aecd077d3a5 and serviceModelVersionId: 467180d0-0bc0-4548-9379-3ed10c05a836 2021-04-06T13:49:12.779Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c 2021-04-06T13:49:12.780Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c/model-vers/model-ver/467180d0-0bc0-4548-9379-3ed10c05a836?depth=0 2021-04-06T13:49:12.783Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-06T13:49:12.820Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c/model-vers/model-ver/467180d0-0bc0-4548-9379-3ed10c05a836?depth=0|INFO|500||Invoke 2021-04-06T13:49:12.820Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c/model-vers/model-ver/467180d0-0bc0-4548-9379-3ed10c05a836?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c/model-vers/model-ver/467180d0-0bc0-4548-9379-3ed10c05a836?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc2af601-40f3-4294-ac87-2aecd077d3a5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[94a6c574-1582-4845-b59b-1209058487b8], X-ECOMP-RequestID=[dc2af601-40f3-4294-ac87-2aecd077d3a5], X-TransactionId=[], X-ONAP-RequestID=[dc2af601-40f3-4294-ac87-2aecd077d3a5], Content-Type=[application/merge-patch+json]} 2021-04-06T13:49:12.838Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c/model-vers/model-ver/467180d0-0bc0-4548-9379-3ed10c05a836?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-06T13:49:12.909Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c/model-vers/model-ver/467180d0-0bc0-4548-9379-3ed10c05a836?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/ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c/model-vers/model-ver/467180d0-0bc0-4548-9379-3ed10c05a836?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210406-13:49:12:843-72023], vertex-id=[598144], Content-Length=[0], Date=[Tue, 06 Apr 2021 13:49:12 GMT], Content-Type=[application/json]} 2021-04-06T13:49:12.910Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c/model-vers/model-ver/467180d0-0bc0-4548-9379-3ed10c05a836?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-06T13:49:12.910Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ae19fdb2-d7f3-4d4f-8c27-e18afabc2b8c/model-vers/model-ver/467180d0-0bc0-4548-9379-3ed10c05a836?depth=0|INFO|500||InvokeReturn 2021-04-06T13:49:12.910Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-06T13:49:12.911Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:49:12.914Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-06T13:49:12.914Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc2af601-40f3-4294-ac87-2aecd077d3a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-06T13:49:12.914Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-06T13:49:12.914Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:49:12.916Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:49:12.916Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716952914, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:49:13.016Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:49:13.017Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:49:13.017Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:13.030Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:13.031Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T13:49:37.018Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:49:37.019Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|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-04-06T13:49:37.019Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:49:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:49:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:37.139Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:37.140Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:49:37.140Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716917018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:49:37.141Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:49:37.638Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:37.638Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-06T13:49:37.639Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3260b374-c375-47af-b8fd-117cb4ca00d9","serviceName":"Demo_pNF_XuWMuoMizqJR8WxFlRCj","serviceVersion":"1.0","serviceUUID":"d5c4bff9-e6ba-42bf-9726-7747131aab11","serviceDescription":"catalog service description","serviceInvariantUUID":"6b280d29-cc66-48d4-97a2-9daa48ed2d27","resources":[{"resourceInstanceName":"pNF 44b0f5a7-18c8 0","resourceName":"pNF 44b0f5a7-18c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"af8dd2b1-18bc-40d9-a66e-7ab96bea19fd","resourceInvariantUUID":"3c983cc2-ac59-462a-a630-30296771800a","resourceCustomizationUUID":"01866f87-324d-4875-b48d-664ed5d46303","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml","artifactChecksum":"NTE1YzJmMzcxYmU4MjlmODdhN2M5NTQzOTc3MWM3YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8fb82430-3207-4450-8f6d-a95b23d1f1a9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar","artifactChecksum":"OTFjNjJmNjkyYWM1NWU2ZjIzNTQ4ZjUwYTdlNzg1ZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"559559d1-fc58-49de-97a2-ef777994c391","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b272dfd4-9bd2-4a61-9d13-7f0889d1b932","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml","artifactChecksum":"MTQ3ZTU0N2UzYmIxZDFkNGViNjlmMjlmN2M2MGNjMzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3c66309f-b110-4e28-bed1-935089e45683","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0079320a-7873-41a6-8a27-e12fd12853ab","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21836f55-dbae-4912-920a-1a87be330303","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml","artifactChecksum":"ZjA0YWNlMWYwOTg5YWZlODljMDZkN2EwYzhkYmUxODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c00ce721-9010-4b7d-ac6a-d73824c25fd4","artifactVersion":"1"},{"artifactName":"service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar","artifactChecksum":"YmM4NTYwYWEyYmJlOWI1OTQ2OTI0MGFiNGY4ZGI1MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddce1bdc-51cf-40b0-8c05-d0be7aa25bdc","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-06T13:49:37.641Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:49:37.641Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:49:37.643Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:49:37.643Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:49:37.743Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:49:37.744Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:49:37.744Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:37.753Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:37.753Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:49:38.643Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:49:38.644Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:49:38.646Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:49:38.646Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:49:38.746Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:49:38.747Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:49:38.747Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:38.758Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:38.758Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:49:39.646Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:49:39.647Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:49:39.648Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:49:39.649Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:49:39.749Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:49:39.749Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:49:39.750Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:39.758Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:39.758Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:49:40.649Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:49:40.650Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:49:40.651Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:49:40.651Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:49:40.752Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:49:40.752Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:49:40.752Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:40.761Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:40.761Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:49:41.652Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:49:41.653Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:49:41.654Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:49:41.654Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:49:41.755Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:49:41.755Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:49:41.755Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:41.765Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:41.765Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:49:42.655Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:49:42.656Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:49:42.657Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:49:42.657Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:49:42.758Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-06T13:49:42.758Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:49:42.759Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:42.766Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:42.766Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:49:43.658Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:49:43.659Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:49:43.661Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:49:43.661Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:49:43.761Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:49:43.762Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:49:43.762Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:43.774Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:43.775Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:49:44.661Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:49:44.662Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:49:44.664Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:49:44.664Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:49:44.764Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:49:44.765Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:49:44.765Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:44.774Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:44.774Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:49:45.665Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "serviceName": "Demo_pNF_XuWMuoMizqJR8WxFlRCj", "serviceVersion": "1.0", "serviceUUID": "d5c4bff9-e6ba-42bf-9726-7747131aab11", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6b280d29-cc66-48d4-97a2-9daa48ed2d27", "resources": [ { "resourceInstanceName": "pNF 44b0f5a7-18c8 0", "resourceCustomizationUUID": "01866f87-324d-4875-b48d-664ed5d46303", "resourceName": "pNF 44b0f5a7-18c8", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "af8dd2b1-18bc-40d9-a66e-7ab96bea19fd", "resourceInvariantUUID": "3c983cc2-ac59-462a-a630-30296771800a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "artifactChecksum": "YmM4NTYwYWEyYmJlOWI1OTQ2OTI0MGFiNGY4ZGI1MDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ddce1bdc-51cf-40b0-8c05-d0be7aa25bdc" } ], "workloadContext": "Production" } 2021-04-06T13:49:45.665Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-06T13:49:45.665Z|dc2af601-40f3-4294-ac87-2aecd077d3a5|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d5c4bff9-e6ba-42bf-9726-7747131aab11 ASDC 2021-04-06T13:49:45.666Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:3260b374-c375-47af-b8fd-117cb4ca00d9 ServiceName:Demo_pNF_XuWMuoMizqJR8WxFlRCj ServiceVersion:1.0 ServiceUUID:d5c4bff9-e6ba-42bf-9726-7747131aab11 ServiceInvariantUUID:6b280d29-cc66-48d4-97a2-9daa48ed2d27 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar ArtifactUUID:ddce1bdc-51cf-40b0-8c05-d0be7aa25bdc ArtifactChecksum:YmM4NTYwYWEyYmJlOWI1OTQ2OTI0MGFiNGY4ZGI1MDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 44b0f5a7-18c8 0 ResourceCustomizationUUID:01866f87-324d-4875-b48d-664ed5d46303 ResourceInvariantUUID:3c983cc2-ac59-462a-a630-30296771800a ResourceName:pNF 44b0f5a7-18c8 ResourceType:PNF ResourceUUID:af8dd2b1-18bc-40d9-a66e-7ab96bea19fd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-06T13:49:45.666Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5c4bff9-e6ba-42bf-9726-7747131aab11 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:49:45.684Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:49:45.685Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:49:45.685Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:49:45.685Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ddce1bdc-51cf-40b0-8c05-d0be7aa25bdc from URL: /sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:45.685Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:49:45.685Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:48.347Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:49:48.351Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar ddce1bdc-51cf-40b0-8c05-d0be7aa25bdc 83339 2021-04-06T13:49:48.351Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar ASDC sendASDCNotification 2021-04-06T13:49:48.351Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:48.351Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:49:48.351Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:49:48.353Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:49:48.353Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716988351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:49:48.453Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:49:48.454Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:49:48.454Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:48.463Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:48.463Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:49:49.353Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:49:49.355Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:49:49.355Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ddce1bdc-51cf-40b0-8c05-d0be7aa25bdc, URL: /sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar to file: /app/ASDC/1/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:49.355Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:49.356Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:49.356Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:49.438Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12828456948119082210/Definitions/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml 2021-04-06T13:49:50.035Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-06T13:49:50.035Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||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-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||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-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 44b0f5a7-18c8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||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-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||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-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 44b0f5a7-18c8 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-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||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-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_XuWMuoMizqJR8WxFlRCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:49:50.036Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Node template pNF 44b0f5a7-18c8 0 is matching search criteria 2021-04-06T13:49:50.037Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T13:49:50.037Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 44b0f5a7-18c8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:49:50.037Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:49:50.037Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_XuWMuoMizqJR8WxFlRCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:49:50.037Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Node template pNF 44b0f5a7-18c8 0 is matching search criteria 2021-04-06T13:49:50.037Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T13:49:50.037Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 44b0f5a7-18c8 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:49:50.037Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:49:50.037Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_XuWMuoMizqJR8WxFlRCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:49:50.037Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:49:50.037Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_XuWMuoMizqJR8WxFlRCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:49:50.038Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:49:50.038Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_XuWMuoMizqJR8WxFlRCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:49:50.038Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:49:50.038Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_XuWMuoMizqJR8WxFlRCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:49:50.038Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:49:50.038Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_XuWMuoMizqJR8WxFlRCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:49:50.038Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_XuWMuoMizqJR8WxFlRCj Description:catalog service description Model UUID:d5c4bff9-e6ba-42bf-9726-7747131aab11 Model Version:NULL Model InvariantUuid:6b280d29-cc66-48d4-97a2-9daa48ed2d27 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-06T13:49:50.043Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: af8dd2b1-18bc-40d9-a66e-7ab96bea19fd Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:49:50.045Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||pNF 44b0f5a7-18c8 0 2021-04-06T13:49:50.045Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: af8dd2b1-18bc-40d9-a66e-7ab96bea19fd 2021-04-06T13:49:50.045Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||No resources found for Service: d5c4bff9-e6ba-42bf-9726-7747131aab11 2021-04-06T13:49:50.046Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d5c4bff9-e6ba-42bf-9726-7747131aab11 2021-04-06T13:49:50.046Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 44b0f5a7-18c8 0 af8dd2b1-18bc-40d9-a66e-7ab96bea19fd ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:49:50.049Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:49:50.049Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_XuWMuoMizqJR8WxFlRCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:49:50.049Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d5c4bff9-e6ba-42bf-9726-7747131aab11: pNF 44b0f5a7-18c8 2021-04-06T13:49:50.049Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||Processing PNF resource: af8dd2b1-18bc-40d9-a66e-7ab96bea19fd 2021-04-06T13:49:50.050Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:49:50.050Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_XuWMuoMizqJR8WxFlRCj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:49:50.050Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||Resource customization UUID: 01866f87-324d-4875-b48d-664ed5d46303 is the same as notified resource customizationUUID: 01866f87-324d-4875-b48d-664ed5d46303 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-06T13:49:50.119Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 44b0f5a7-18c8 af8dd2b1-18bc-40d9-a66e-7ab96bea19fd 0 ASDC deployResourceStructure 2021-04-06T13:49:50.119Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar ASDC sendASDCNotification 2021-04-06T13:49:50.119Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar 2021-04-06T13:49:50.119Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:49:50.119Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:49:50.121Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:49:50.121Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716990119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:49:50.221Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:49:50.222Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:49:50.222Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:49:50.232Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:49:50.232Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:49:51.121Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3260b374-c375-47af-b8fd-117cb4ca00d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:49:51.129Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3260b374-c375-47af-b8fd-117cb4ca00d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:49:51.130Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:49:51.131Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:49:51.131Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:50:21.131Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3260b374-c375-47af-b8fd-117cb4ca00d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:50:21.138Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3260b374-c375-47af-b8fd-117cb4ca00d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:50:21.141Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:50:21.141Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:50:21.141Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:50:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:50:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:50:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:50:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:50:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716917018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716920149, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716921756, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-windriver-id", "timestamp": 1617716937651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "cds", "timestamp": 1617716932849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716940441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "dcae-sch", "timestamp": 1617716941350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716940441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "cds", "timestamp": 1617716932849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-windriver-id", "timestamp": 1617716937651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "dcae-sch", "timestamp": 1617716941350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "policy-id", "timestamp": 1617716942748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-k8s-id", "timestamp": 1617716943064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-windriver-id", "timestamp": 1617716937651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "cds", "timestamp": 1617716932849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716940441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "dcae-sch", "timestamp": 1617716941350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "policy-id", "timestamp": 1617716942748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-k8s-id", "timestamp": 1617716943064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-windriver-id", "timestamp": 1617716937651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "cds", "timestamp": 1617716932849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716940441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "dcae-sch", "timestamp": 1617716941350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "policy-id", "timestamp": 1617716942748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-k8s-id", "timestamp": 1617716943064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-windriver-id", "timestamp": 1617716937651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "cds", "timestamp": 1617716932849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716940441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "dcae-sch", "timestamp": 1617716941350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "policy-id", "timestamp": 1617716942748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-k8s-id", "timestamp": 1617716943064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-windriver-id", "timestamp": 1617716937651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "cds", "timestamp": 1617716932849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716940441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "dcae-sch", "timestamp": 1617716941350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "policy-id", "timestamp": 1617716942748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-k8s-id", "timestamp": 1617716943064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-windriver-id", "timestamp": 1617716937651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "cds", "timestamp": 1617716932849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716940441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "ves-openapi-manager", "timestamp": 1617716947348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "dcae-sch", "timestamp": 1617716941350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "policy-id", "timestamp": 1617716942748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-k8s-id", "timestamp": 1617716943064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-windriver-id", "timestamp": 1617716937651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "cds", "timestamp": 1617716932849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-starlingx-id", "timestamp": 1617716940441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:50:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "ves-openapi-manager", "timestamp": 1617716947348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "dcae-sch", "timestamp": 1617716941350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "policy-id", "timestamp": 1617716942748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-k8s-id", "timestamp": 1617716943064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "ves-openapi-manager", "timestamp": 1617716947348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "cds", "timestamp": 1617716950016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:50:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "policy-id", "timestamp": 1617716942748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:50:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "multicloud-k8s-id", "timestamp": 1617716943064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:50:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "ves-openapi-manager", "timestamp": 1617716947348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "cds", "timestamp": 1617716951020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:50:37.063Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3260b374-c375-47af-b8fd-117cb4ca00d9 2021-04-06T13:50:37.063Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3260b374-c375-47af-b8fd-117cb4ca00d9 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:50:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "policy-id", "timestamp": 1617716951536, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "ves-openapi-manager", "timestamp": 1617716947348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "policy-id", "timestamp": 1617716952540, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716952150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "dc2af601-40f3-4294-ac87-2aecd077d3a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716952914, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:50:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "ves-openapi-manager", "timestamp": 1617716947348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-06T13:50:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "policy-id", "timestamp": 1617716953544, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:50:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3260b374-c375-47af-b8fd-117cb4ca00d9 2021-04-06T13:50:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3260b374-c375-47af-b8fd-117cb4ca00d9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:50:37.079Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716952150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "ves-openapi-manager", "timestamp": 1617716947348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716952150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "ves-openapi-manager", "timestamp": 1617716947348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716952150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716952150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716952150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "ves-openapi-manager", "timestamp": 1617716957823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716952150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "clamp", "timestamp": 1617716958279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "ves-openapi-manager", "timestamp": 1617716958997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.081Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "aai-ml", "timestamp": 1617716958449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716952150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:50:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "clamp", "timestamp": 1617716958279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "ves-openapi-manager", "timestamp": 1617716960001, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:50:37.085Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3260b374-c375-47af-b8fd-117cb4ca00d9 2021-04-06T13:50:37.085Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3260b374-c375-47af-b8fd-117cb4ca00d9 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:50:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "aai-ml", "timestamp": 1617716958449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "clamp", "timestamp": 1617716958279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "aai-ml", "timestamp": 1617716958449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716961281, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "clamp", "timestamp": 1617716958279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "aai-ml", "timestamp": 1617716958449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "clamp", "timestamp": 1617716958279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "aai-ml", "timestamp": 1617716958449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "clamp", "timestamp": 1617716958279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "aai-ml", "timestamp": 1617716958449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "clamp", "timestamp": 1617716958279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "aai-ml", "timestamp": 1617716958449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716965279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "clamp", "timestamp": 1617716958279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "aai-ml", "timestamp": 1617716958449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617716966282, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:50:37.096Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3260b374-c375-47af-b8fd-117cb4ca00d9 2021-04-06T13:50:37.096Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3260b374-c375-47af-b8fd-117cb4ca00d9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:50:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "aai-ml", "timestamp": 1617716968167, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:50:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "clamp", "timestamp": 1617716971153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:50:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.103Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.103Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "aai-ml", "timestamp": 1617716972049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:50:37.103Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.103Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.103Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "clamp", "timestamp": 1617716972170, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:50:37.103Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:50:37.103Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.103Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "aai-ml", "timestamp": 1617716973052, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:50:37.106Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3260b374-c375-47af-b8fd-117cb4ca00d9 2021-04-06T13:50:37.106Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3260b374-c375-47af-b8fd-117cb4ca00d9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:50:37.111Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:50:37.111Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "clamp", "timestamp": 1617716973173, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:50:37.115Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3260b374-c375-47af-b8fd-117cb4ca00d9 2021-04-06T13:50:37.115Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3260b374-c375-47af-b8fd-117cb4ca00d9 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:50:51.141Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3260b374-c375-47af-b8fd-117cb4ca00d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:50:51.150Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3260b374-c375-47af-b8fd-117cb4ca00d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:50:51.152Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:50:51.152Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-06T13:50:51.152Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-06T13:50:51.153Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-06T13:50:51.153Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:50:51.153Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:50:51.153Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:50:51.153Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:50:51.153Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:50:51.153Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:50:51.153Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:50:51.153Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:50:51.157Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-06T13:51:21.158Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3260b374-c375-47af-b8fd-117cb4ca00d9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-06T13:51:21.161Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3260b374-c375-47af-b8fd-117cb4ca00d9 and serviceModelVersionId: d5c4bff9-e6ba-42bf-9726-7747131aab11 2021-04-06T13:51:21.161Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b280d29-cc66-48d4-97a2-9daa48ed2d27 2021-04-06T13:51:21.162Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b280d29-cc66-48d4-97a2-9daa48ed2d27/model-vers/model-ver/d5c4bff9-e6ba-42bf-9726-7747131aab11?depth=0 2021-04-06T13:51:21.166Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-06T13:51:21.200Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b280d29-cc66-48d4-97a2-9daa48ed2d27/model-vers/model-ver/d5c4bff9-e6ba-42bf-9726-7747131aab11?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-06T13:51:21.201Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b280d29-cc66-48d4-97a2-9daa48ed2d27/model-vers/model-ver/d5c4bff9-e6ba-42bf-9726-7747131aab11?depth=0|INFO|500||Invoke 2021-04-06T13:51:21.219Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b280d29-cc66-48d4-97a2-9daa48ed2d27/model-vers/model-ver/d5c4bff9-e6ba-42bf-9726-7747131aab11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-06T13:51:21.340Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b280d29-cc66-48d4-97a2-9daa48ed2d27/model-vers/model-ver/d5c4bff9-e6ba-42bf-9726-7747131aab11?depth=0|INFO|500||InvokeReturn 2021-04-06T13:51:21.340Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6b280d29-cc66-48d4-97a2-9daa48ed2d27/model-vers/model-ver/d5c4bff9-e6ba-42bf-9726-7747131aab11?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210406-13:51:21:225-37036], vertex-id=[606336], Content-Length=[0], Date=[Tue, 06 Apr 2021 13:51:21 GMT], Content-Type=[application/json]} 2021-04-06T13:51:21.340Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-04-06T13:51:21.340Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-06T13:51:21.340Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:51:21.343Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-06T13:51:21.344Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3260b374-c375-47af-b8fd-117cb4ca00d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-06T13:51:21.344Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-06T13:51:21.344Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:51:21.345Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:51:21.345Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717081344, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:51:21.445Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:51:21.446Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:51:21.446Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:51:21.457Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:51:21.458Z||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-04-06T13:51:22.357Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:51:22.358Z|3260b374-c375-47af-b8fd-117cb4ca00d9|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-04-06T13:51:22.358Z|3260b374-c375-47af-b8fd-117cb4ca00d9|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:51:31.896Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:51:37.018Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:51:37.019Z|3260b374-c375-47af-b8fd-117cb4ca00d9|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-04-06T13:51:37.019Z|3260b374-c375-47af-b8fd-117cb4ca00d9|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:51:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:51:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:51:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:51:37.037Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:51:37.038Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:51:37.038Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:51:37.038Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:51:37.039Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:51:37.039Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:51:37.039Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:51:37.039Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:51:37.039Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T13:51:37.039Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:51:37.039Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:51:37.039Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:51:37.039Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:51:37.039Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:51:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:51:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:51:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:51:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/resourceInstances/pnf44b0f5a718c80/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:51:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:51:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:51:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:51:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:51:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:51:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716977018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:51:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:51:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:51:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716988351, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:51:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:51:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:51:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617716990119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfXuwmuomizqjr8wxflrcj/1.0/artifacts/service-DemoPnfXuwmuomizqjr8wxflrcj-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:51:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:51:46.557Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:37.018Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:52:37.019Z|3260b374-c375-47af-b8fd-117cb4ca00d9|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-04-06T13:52:37.019Z|3260b374-c375-47af-b8fd-117cb4ca00d9|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:52:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:52:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:52:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3260b374-c375-47af-b8fd-117cb4ca00d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717081344, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:52:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:52:37.641Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:37.642Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-06T13:52:37.642Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d95ccf3-0ac6-4092-a7a1-09c82d53d507","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1b931dec-bc4c-47a4-9612-02522ff4b5e5","serviceDescription":"service","serviceInvariantUUID":"ddb82c59-cead-4f24-93ad-3257a217086b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"81721826-40ec-44f7-9fbc-3cc7bb6fd9b1","resourceInvariantUUID":"5a1d5796-a159-4dbf-9838-5f65e75a17f6","resourceCustomizationUUID":"90239226-5602-4a9a-ba9b-13c4bff9f994","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":"YTJiNzJmNjUzZDNmNDFlOTU0Nzc0NDM5YzIwODkyN2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ce86824-f31b-4920-9654-03a1711155e5","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":"OGYxMjc0ODdiMjA4ZDlkMzU3YmRiZjY0NThmMDIyZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7970f907-2566-48d0-a605-9295459b932c","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":"18a88554-9c6e-471b-9d4d-7f73893e33a0","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":"b7e994b2-753b-420e-b4a2-8c706c7278f8","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":"cee9d4f1-cf6d-4b35-adfd-4f2e7c41eb13","artifactVersion":"2","generatedFromUUID":"18a88554-9c6e-471b-9d4d-7f73893e33a0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzljZjQ5YTZhMTRhMGJiNTNiNzQ4ZjEyZmJkZWM3ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"976ec928-a553-4964-86bb-a9d8645da6c7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjRiOTllYzY0MGIwYzc4ZGI0YWEzZGJkNmI3ZjI1ZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3403a10c-5d6a-4021-89af-d6a1d9bacd85","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-06T13:52:37.643Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:52:37.643Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:37.645Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:37.645Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:52:37.745Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:37.746Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:37.746Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:37.755Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:37.755Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:38.645Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:52:38.646Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:38.648Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:38.648Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:52:38.748Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:38.749Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:38.749Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:38.759Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:38.759Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:39.649Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:52:39.649Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:39.651Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:39.651Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-06T13:52:39.752Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-06T13:52:39.752Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:39.752Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:39.761Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:39.762Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:40.652Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:52:40.652Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:40.654Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:40.654Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:52:40.754Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:40.755Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:40.755Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:40.764Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:40.764Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:41.654Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:52:41.655Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:41.657Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:41.657Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-06T13:52:41.757Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:41.757Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:41.758Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:41.767Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:41.767Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:42.657Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:52:42.658Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:42.660Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:42.660Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:52:42.760Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:42.761Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:42.761Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:42.768Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:42.768Z||pool-56-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:43.660Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:52:43.661Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:43.663Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:43.663Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:52:43.764Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:43.764Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:43.764Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:43.772Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:43.772Z||pool-57-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:44.665Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "1b931dec-bc4c-47a4-9612-02522ff4b5e5", "serviceDescription": "service", "serviceInvariantUUID": "ddb82c59-cead-4f24-93ad-3257a217086b", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "90239226-5602-4a9a-ba9b-13c4bff9f994", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "81721826-40ec-44f7-9fbc-3cc7bb6fd9b1", "resourceInvariantUUID": "5a1d5796-a159-4dbf-9838-5f65e75a17f6", "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": "OGYxMjc0ODdiMjA4ZDlkMzU3YmRiZjY0NThmMDIyZWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7970f907-2566-48d0-a605-9295459b932c", "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": "18a88554-9c6e-471b-9d4d-7f73893e33a0", "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": "cee9d4f1-cf6d-4b35-adfd-4f2e7c41eb13", "generatedFromUUID": "18a88554-9c6e-471b-9d4d-7f73893e33a0" }, "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": "cee9d4f1-cf6d-4b35-adfd-4f2e7c41eb13", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YjRiOTllYzY0MGIwYzc4ZGI0YWEzZGJkNmI3ZjI1ZGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3403a10c-5d6a-4021-89af-d6a1d9bacd85" } ], "workloadContext": "Production" } 2021-04-06T13:52:44.665Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-06T13:52:44.665Z|3260b374-c375-47af-b8fd-117cb4ca00d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b931dec-bc4c-47a4-9612-02522ff4b5e5 ASDC 2021-04-06T13:52:44.665Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:7d95ccf3-0ac6-4092-a7a1-09c82d53d507 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:1b931dec-bc4c-47a4-9612-02522ff4b5e5 ServiceInvariantUUID:ddb82c59-cead-4f24-93ad-3257a217086b 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:3403a10c-5d6a-4021-89af-d6a1d9bacd85 ArtifactChecksum:YjRiOTllYzY0MGIwYzc4ZGI0YWEzZGJkNmI3ZjI1ZGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:90239226-5602-4a9a-ba9b-13c4bff9f994 ResourceInvariantUUID:5a1d5796-a159-4dbf-9838-5f65e75a17f6 ResourceName:basic_vm ResourceType:VF ResourceUUID:81721826-40ec-44f7-9fbc-3cc7bb6fd9b1 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:7970f907-2566-48d0-a605-9295459b932c ArtifactChecksum:OGYxMjc0ODdiMjA4ZDlkMzU3YmRiZjY0NThmMDIyZWM= 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:18a88554-9c6e-471b-9d4d-7f73893e33a0 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:cee9d4f1-cf6d-4b35-adfd-4f2e7c41eb13 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:cee9d4f1-cf6d-4b35-adfd-4f2e7c41eb13 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-06T13:52:44.665Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b931dec-bc4c-47a4-9612-02522ff4b5e5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:52:44.687Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:52:44.688Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:52:44.688Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:52:44.688Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3403a10c-5d6a-4021-89af-d6a1d9bacd85 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-06T13:52:44.688Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:52:44.688Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-06T13:52:46.092Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:52:46.095Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3403a10c-5d6a-4021-89af-d6a1d9bacd85 74261 2021-04-06T13:52:46.095Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-06T13:52:46.095Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-06T13:52:46.095Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:52:46.095Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:46.096Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:46.096Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717166095, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:52:46.197Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:46.197Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:46.197Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:46.214Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:46.215Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:47.097Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:52:47.098Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:52:47.098Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3403a10c-5d6a-4021-89af-d6a1d9bacd85, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:47.098Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-06T13:52:47.099Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:47.099Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:47.394Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6987791315604412000/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-04-06T13:52:48.233Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-06T13:52:48.233Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T13:52:48.233Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:48.233Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-06T13:52:48.233Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:48.233Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:48.233Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:48.233Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:48.233Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:48.233Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:48.234Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:48.234Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:48.234Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:48.234Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-06T13:52:48.234Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T13:52:48.234Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.234Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:48.234Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-06T13:52:48.234Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T13:52:48.234Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:52:48.235Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.235Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:48.235Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-06T13:52:48.235Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T13:52:48.235Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:52:48.235Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.235Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:48.235Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.235Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-06T13:52:48.236Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-06T13:52:48.236Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-06T13:52:48.236Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-06T13:52:48.236Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-06T13:52:48.236Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-06T13:52:48.236Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.236Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-06T13:52:48.236Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.236Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-06T13:52:48.236Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:52:48.237Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.237Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-06T13:52:48.237Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:52:48.237Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.237Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-06T13:52:48.237Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:52:48.237Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.237Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-06T13:52:48.238Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-06T13:52:48.238Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-06T13:52:48.238Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=72680bc6-9bf9-42f2-ae66-b4fb10b053be 2021-04-06T13:52:48.238Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.238Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:48.238Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.238Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:48.238Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.238Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:48.238Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:48.239Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:48.239Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:1b931dec-bc4c-47a4-9612-02522ff4b5e5 Model Version:NULL Model InvariantUuid:ddb82c59-cead-4f24-93ad-3257a217086b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:6efe90b0-b9f9-411d-89b9-36f380241799 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5a1d5796-a159-4dbf-9838-5f65e75a17f6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:90239226-5602-4a9a-ba9b-13c4bff9f994 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e3375303-bf62-484f-af1c-38a9907f2567 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:e956f75a-c71b-4a60-a950-169ef7acbc90 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:72680bc6-9bf9-42f2-ae66-b4fb10b053be ModelInvariantUuid:a3d409cb-4038-470e-968b-df5ae2dcf171 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:c7a091ca-99e5-45a1-9e69-052f5bd21b8c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:35b7cd56-0e10-4159-bba2-2b45374aa442 ModelInvariantUuid:4469c995-ea34-453e-b272-77aa40455246 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:d86ffc5a-c63a-4e21-a7eb-ea7d090f71aa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-06T13:52:48.244Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 81721826-40ec-44f7-9fbc-3cc7bb6fd9b1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:52:48.246Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||basic_vm 0 2021-04-06T13:52:48.246Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 81721826-40ec-44f7-9fbc-3cc7bb6fd9b1 2021-04-06T13:52:48.246Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7970f907-2566-48d0-a605-9295459b932c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-06T13:52:48.246Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:52:48.246Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-06T13:52:49.255Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:52:49.255Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7970f907-2566-48d0-a605-9295459b932c 787 2021-04-06T13:52:49.256Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-04-06T13:52:49.256Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-06T13:52:49.256Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:52:49.256Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:49.257Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:49.257Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717169256, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:52:49.358Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:49.358Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:49.358Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:49.368Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:49.368Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:50.258Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e3375303-bf62-484f-af1c-38a9907f2567", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e956f75a-c71b-4a60-a950-169ef7acbc90", "vfModuleModelCustomizationUUID": "9be318b1-d57a-40e7-9e26-889c362bbdd9", "isBase": true, "artifacts": [ "18a88554-9c6e-471b-9d4d-7f73893e33a0", "cee9d4f1-cf6d-4b35-adfd-4f2e7c41eb13" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-06T13:52:50.261Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e956f75a-c71b-4a60-a950-169ef7acbc90 VfModuleModelInvariantUUID:e3375303-bf62-484f-af1c-38a9907f2567 VfModuleModelDescription:NULL Artifacts UUID List:{ 18a88554-9c6e-471b-9d4d-7f73893e33a0 , cee9d4f1-cf6d-4b35-adfd-4f2e7c41eb13 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-06T13:52:50.264Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e3375303-bf62-484f-af1c-38a9907f2567", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e956f75a-c71b-4a60-a950-169ef7acbc90", "vfModuleModelCustomizationUUID": "9be318b1-d57a-40e7-9e26-889c362bbdd9", "isBase": true, "artifacts": [ "18a88554-9c6e-471b-9d4d-7f73893e33a0", "cee9d4f1-cf6d-4b35-adfd-4f2e7c41eb13" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-06T13:52:50.264Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e956f75a-c71b-4a60-a950-169ef7acbc90 VfModuleModelInvariantUUID:e3375303-bf62-484f-af1c-38a9907f2567 VfModuleModelDescription:NULL Artifacts UUID List:{ 18a88554-9c6e-471b-9d4d-7f73893e33a0 , cee9d4f1-cf6d-4b35-adfd-4f2e7c41eb13 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-06T13:52:50.264Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 18a88554-9c6e-471b-9d4d-7f73893e33a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-06T13:52:50.264Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:52:50.264Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-06T13:52:50.449Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:52:50.449Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 18a88554-9c6e-471b-9d4d-7f73893e33a0 5033 2021-04-06T13:52:50.449Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-06T13:52:50.449Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-06T13:52:50.450Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:52:50.450Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:50.452Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:50.452Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717170449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:52:50.552Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:50.552Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:50.552Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:50.561Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:50.562Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:52:51.452Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cee9d4f1-cf6d-4b35-adfd-4f2e7c41eb13 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-06T13:52:51.453Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:52:51.453Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-06T13:52:51.576Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:52:51.577Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env cee9d4f1-cf6d-4b35-adfd-4f2e7c41eb13 903 2021-04-06T13:52:51.577Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-06T13:52:51.577Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-06T13:52:51.577Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:52:51.577Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:51.579Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:51.579Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717171577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:52:51.679Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:51.680Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:51.680Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:51.688Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:51.688Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:52:52.579Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1b931dec-bc4c-47a4-9612-02522ff4b5e5 2021-04-06T13:52:52.580Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 81721826-40ec-44f7-9fbc-3cc7bb6fd9b1 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:52:52.593Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.593Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:52.593Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-04-06T13:52:52.593Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 90239226-5602-4a9a-ba9b-13c4bff9f994 2021-04-06T13:52:52.593Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90239226-5602-4a9a-ba9b-13c4bff9f994 matches Tosca VF Customization UUID: 90239226-5602-4a9a-ba9b-13c4bff9f994 2021-04-06T13:52:52.594Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 90239226-5602-4a9a-ba9b-13c4bff9f994 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-06T13:52:52.595Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.595Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:52.596Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 90239226-5602-4a9a-ba9b-13c4bff9f994: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-04-06T13:52:52.596Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@185b90ef 2021-04-06T13:52:52.596Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.596Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-06T13:52:52.596Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9be318b1-d57a-40e7-9e26-889c362bbdd9 2021-04-06T13:52:52.596Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9be318b1-d57a-40e7-9e26-889c362bbdd9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-06T13:52:52.598Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.598Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-06T13:52:52.599Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:52:52.599Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.599Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-06T13:52:52.599Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:52:52.599Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.599Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-06T13:52:52.599Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-06T13:52:52.599Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-06T13:52:52.600Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=72680bc6-9bf9-42f2-ae66-b4fb10b053be Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-06T13:52:52.601Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.601Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-06T13:52:52.601Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:52:52.602Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.602Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-06T13:52:52.602Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=90239226-5602-4a9a-ba9b-13c4bff9f994 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:52:52.603Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.603Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:52.603Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1b931dec-bc4c-47a4-9612-02522ff4b5e5: basic_vm 2021-04-06T13:52:52.603Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.603Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:52.604Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.604Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:52.604Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.604Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:52.604Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.604Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:52.604Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:52:52.604Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:52:52.604Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:52:52.696Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 81721826-40ec-44f7-9fbc-3cc7bb6fd9b1 1 ASDC deployResourceStructure 2021-04-06T13:52:52.696Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-04-06T13:52:52.696Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-06T13:52:52.696Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:52:52.697Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:52.698Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:52.698Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717172696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:52:52.798Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:52.799Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:52.800Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:52.808Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:52.808Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:53.699Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-06T13:52:53.699Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-06T13:52:53.700Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:52:53.700Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:53.701Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:53.701Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717173699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-06T13:52:53.802Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:53.802Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:53.802Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:53.812Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:53.813Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:54.702Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-06T13:52:54.703Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-06T13:52:54.703Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:52:54.703Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:54.704Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:54.705Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717174702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-06T13:52:54.805Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:54.805Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:54.806Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:54.814Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:54.815Z||pool-64-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:52:55.706Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-06T13:52:55.706Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-06T13:52:55.706Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:52:55.706Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:52:55.708Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:52:55.708Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717175706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:52:55.808Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:52:55.809Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:52:55.809Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:52:55.819Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:52:55.820Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:52:56.709Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:52:56.716Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:52:56.717Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:52:56.717Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:52:56.718Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:53:26.718Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:53:26.725Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:53:26.726Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:53:26.727Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:53:26.727Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:53:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:53:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:53:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:53:37.044Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:53:37.045Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.045Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "dcae-sch", "timestamp": 1617717141350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.046Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.046Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.046Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717143064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.046Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.046Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.046Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "clamp", "timestamp": 1617717138279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.046Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "cds", "timestamp": 1617717142849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717140441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717137651, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "policy-id", "timestamp": 1617717142748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.047Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "aai-ml", "timestamp": 1617717138449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "dcae-sch", "timestamp": 1617717141350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717137651, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "cds", "timestamp": 1617717142849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717143064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717140441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "clamp", "timestamp": 1617717138279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:53:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "policy-id", "timestamp": 1617717142748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "aai-ml", "timestamp": 1617717138449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "dcae-sch", "timestamp": 1617717141350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717137651, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717143064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-06T13:53:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717140441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "clamp", "timestamp": 1617717138279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "cds", "timestamp": 1617717142849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "policy-id", "timestamp": 1617717142748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "aai-ml", "timestamp": 1617717138449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "ves-openapi-manager", "timestamp": 1617717147348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "dcae-sch", "timestamp": 1617717141350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.050Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717143064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717137651, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "clamp", "timestamp": 1617717138279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717140441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "cds", "timestamp": 1617717142849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "policy-id", "timestamp": 1617717142748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "aai-ml", "timestamp": 1617717138449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "ves-openapi-manager", "timestamp": 1617717147348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717143064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "cds", "timestamp": 1617717142849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717140441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.052Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717137651, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "dcae-sch", "timestamp": 1617717141350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "clamp", "timestamp": 1617717138279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "policy-id", "timestamp": 1617717142748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "aai-ml", "timestamp": 1617717138449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "ves-openapi-manager", "timestamp": 1617717147348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.053Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "dcae-sch", "timestamp": 1617717141350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717137651, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717143064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "clamp", "timestamp": 1617717138279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717140441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "cds", "timestamp": 1617717142849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.054Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "policy-id", "timestamp": 1617717142748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "aai-ml", "timestamp": 1617717138449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "ves-openapi-manager", "timestamp": 1617717147348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "dcae-sch", "timestamp": 1617717141350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717143064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717137651, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:53:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717140441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "clamp", "timestamp": 1617717138279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "cds", "timestamp": 1617717142849, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "policy-id", "timestamp": 1617717142748, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "aai-ml", "timestamp": 1617717138449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "ves-openapi-manager", "timestamp": 1617717147348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "ves-openapi-manager", "timestamp": 1617717147348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717153045, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717153060, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "cds", "timestamp": 1617717153064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717153069, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "aai-ml", "timestamp": 1617717153078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:53:37.057Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "policy-id", "timestamp": 1617717153061, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:53:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:53:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "ves-openapi-manager", "timestamp": 1617717147348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:53:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:53:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.058Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "cds", "timestamp": 1617717154070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:53:37.063Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 2021-04-06T13:53:37.063Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:53:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "policy-id", "timestamp": 1617717154064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:53:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:53:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717154209, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:53:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:53:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717154239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:53:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:53:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717154244, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:53:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:53:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:53:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "policy-id", "timestamp": 1617717155067, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:53:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 2021-04-06T13:53:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:53:56.727Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:53:56.734Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:53:56.735Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:53:56.735Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:53:56.735Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:54:26.736Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:54:26.743Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:54:26.749Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:54:26.749Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:54:26.749Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:54:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:54:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:54:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:54:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:54:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:54:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717156941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:54:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:54:56.749Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:54:56.757Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:54:56.759Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:54:56.759Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:54:56.759Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:55:26.759Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:55:26.768Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:55:26.770Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:55:26.770Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:55:26.770Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:55:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:55:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:55:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:55:37.038Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:55:37.548Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.548Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717157188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.549Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.549Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.549Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717157431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.549Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.549Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.549Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.549Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.549Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.549Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717157965, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.555Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 2021-04-06T13:55:37.555Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:55:37.561Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.561Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717158193, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 2021-04-06T13:55:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:55:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717158436, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 2021-04-06T13:55:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:55:37.578Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.578Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "cds", "timestamp": 1617717157849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.578Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.578Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.578Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:55:37.578Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.578Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.578Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-k8s-id", "timestamp": 1617717158969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.578Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.578Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.578Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717159197, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "multicloud-windriver-id", "timestamp": 1617717159439, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "cds", "timestamp": 1617717157849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "cds", "timestamp": 1617717157849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "aai-ml", "timestamp": 1617717160841, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.579Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717160442, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717160441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "cds", "timestamp": 1617717157849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "clamp", "timestamp": 1617717161636, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.580Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "aai-ml", "timestamp": 1617717161844, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.583Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 2021-04-06T13:55:37.583Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "dcae-sch", "timestamp": 1617717161350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717160442, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717160441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "cds", "timestamp": 1617717157849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.590Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "clamp", "timestamp": 1617717162654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "dcae-sch", "timestamp": 1617717161350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717160442, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.591Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717160441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "policy-id", "timestamp": 1617717162749, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "cds", "timestamp": 1617717157849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "clamp", "timestamp": 1617717163656, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.596Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 2021-04-06T13:55:37.597Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717163064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "dcae-sch", "timestamp": 1617717161350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717160442, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:55:37.605Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717160441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "policy-id", "timestamp": 1617717162749, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "cds", "timestamp": 1617717157849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717163064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.606Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "dcae-sch", "timestamp": 1617717161350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717160442, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717160441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.607Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "policy-id", "timestamp": 1617717162749, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "cds", "timestamp": 1617717157849, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717163064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "dcae-sch", "timestamp": 1617717161350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.608Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717160442, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717160441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717166095, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "policy-id", "timestamp": 1617717162749, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717163064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.609Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "dcae-sch", "timestamp": 1617717161350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717160442, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717160441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "policy-id", "timestamp": 1617717162749, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717163064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.610Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "ves-openapi-manager", "timestamp": 1617717167348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "dcae-sch", "timestamp": 1617717161350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717160442, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717160441, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.611Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "cds", "timestamp": 1617717168400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "policy-id", "timestamp": 1617717162749, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717163064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717168279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "ves-openapi-manager", "timestamp": 1617717167348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "dcae-sch", "timestamp": 1617717161350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.612Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "aai-ml", "timestamp": 1617717168449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717169256, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717169350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717169348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.613Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "cds", "timestamp": 1617717169405, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:55:37.623Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1b0c3e6a-f9d8-473a-95af-a2019cd625de 2021-04-06T13:55:37.623Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0c3e6a-f9d8-473a-95af-a2019cd625de and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:55:37.629Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.629Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "policy-id", "timestamp": 1617717162749, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717163064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717168279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "ves-openapi-manager", "timestamp": 1617717167348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717169987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.630Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "aai-ml", "timestamp": 1617717168449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "policy-id", "timestamp": 1617717162749, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717170449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717170599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717170638, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717163064, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.631Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "dcae-sch", "timestamp": 1617717170779, "artifactURL": "/sdc/v1/catalog/services/b9bfd3f5-08ad-473a-b66d-dccdf2776837/resourceInstances/basicclamp0/artifacts/275e75c0-71d0-4bfd-ab63-5a3e896f8d83", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717168279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "ves-openapi-manager", "timestamp": 1617717167348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "aai-ml", "timestamp": 1617717168449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "policy-id", "timestamp": 1617717171531, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717171577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717171734, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717171769, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.632Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717171852, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717168279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "ves-openapi-manager", "timestamp": 1617717167348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "dcae-sch", "timestamp": 1617717172035, "artifactURL": "/sdc/v1/catalog/services/b9bfd3f5-08ad-473a-b66d-dccdf2776837/resourceInstances/basicclamp0/artifacts/275e75c0-71d0-4bfd-ab63-5a3e896f8d83", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "aai-ml", "timestamp": 1617717168449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717172330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "policy-id", "timestamp": 1617717172535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.633Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.634Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717172696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.634Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.634Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.634Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717172739, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.637Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b0c3e6a-f9d8-473a-95af-a2019cd625de 2021-04-06T13:55:37.637Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0c3e6a-f9d8-473a-95af-a2019cd625de and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:55:37.643Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.643Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717172773, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.646Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b0c3e6a-f9d8-473a-95af-a2019cd625de 2021-04-06T13:55:37.646Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0c3e6a-f9d8-473a-95af-a2019cd625de and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:55:37.651Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.651Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717168279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.651Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.651Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.651Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "ves-openapi-manager", "timestamp": 1617717167348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.651Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.651Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.651Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717172983, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.651Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.651Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.651Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "dcae-sch", "timestamp": 1617717173039, "artifactURL": "/sdc/v1/catalog/services/b9bfd3f5-08ad-473a-b66d-dccdf2776837/resourceInstances/basicclamp0/artifacts/275e75c0-71d0-4bfd-ab63-5a3e896f8d83", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.654Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 1b0c3e6a-f9d8-473a-95af-a2019cd625de 2021-04-06T13:55:37.655Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0c3e6a-f9d8-473a-95af-a2019cd625de and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:55:37.661Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.661Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "aai-ml", "timestamp": 1617717168449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.661Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.661Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.661Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717173334, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.664Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 2021-04-06T13:55:37.664Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:55:37.670Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.670Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "policy-id", "timestamp": 1617717173539, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.673Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b0c3e6a-f9d8-473a-95af-a2019cd625de 2021-04-06T13:55:37.673Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0c3e6a-f9d8-473a-95af-a2019cd625de and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717173699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-windriver-id", "timestamp": 1617717173742, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717173778, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717168279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "ves-openapi-manager", "timestamp": 1617717167348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.678Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "aai-ml", "timestamp": 1617717168449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717174124, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717174702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717168279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "ves-openapi-manager", "timestamp": 1617717167348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.679Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "aai-ml", "timestamp": 1617717168449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.680Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.680Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.680Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717175143, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.683Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1b0c3e6a-f9d8-473a-95af-a2019cd625de 2021-04-06T13:55:37.683Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0c3e6a-f9d8-473a-95af-a2019cd625de and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:55:37.688Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.688Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.688Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.688Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.688Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717175706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.688Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.688Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717168279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "aai-ml", "timestamp": 1617717168449, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "multicloud-k8s-id", "timestamp": 1617717176146, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "aai-ml", "timestamp": 1617717178251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.689Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717179977, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717180981, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717162150, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717182487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717183163, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:55:37.690Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.691Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.691Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717183490, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.691Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.691Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.691Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "clamp", "timestamp": 1617717184493, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.694Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1b0c3e6a-f9d8-473a-95af-a2019cd625de 2021-04-06T13:55:37.694Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0c3e6a-f9d8-473a-95af-a2019cd625de and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:55:37.700Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.700Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "aai-ml", "timestamp": 1617717184862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.700Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.700Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.700Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717185233, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:55:37.700Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:55:37.700Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.700Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "aai-ml", "timestamp": 1617717185865, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.704Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1b0c3e6a-f9d8-473a-95af-a2019cd625de 2021-04-06T13:55:37.704Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0c3e6a-f9d8-473a-95af-a2019cd625de and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:55:37.710Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:55:37.710Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717186237, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:37.713Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1b0c3e6a-f9d8-473a-95af-a2019cd625de 2021-04-06T13:55:37.713Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1b0c3e6a-f9d8-473a-95af-a2019cd625de and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:55:56.770Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:55:56.778Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:55:56.780Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:55:56.780Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-06T13:55:56.780Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-06T13:55:56.780Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-06T13:55:56.780Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:55:56.780Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:55:56.780Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:55:56.781Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:55:56.781Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:55:56.781Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:55:56.781Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:55:56.784Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-06T13:56:26.784Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-06T13:56:26.788Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 and serviceModelVersionId: 1b931dec-bc4c-47a4-9612-02522ff4b5e5 2021-04-06T13:56:26.788Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ddb82c59-cead-4f24-93ad-3257a217086b 2021-04-06T13:56:26.789Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ddb82c59-cead-4f24-93ad-3257a217086b/model-vers/model-ver/1b931dec-bc4c-47a4-9612-02522ff4b5e5?depth=0 2021-04-06T13:56:26.792Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-06T13:56:26.826Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddb82c59-cead-4f24-93ad-3257a217086b/model-vers/model-ver/1b931dec-bc4c-47a4-9612-02522ff4b5e5?depth=0|INFO|500||Invoke 2021-04-06T13:56:26.826Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddb82c59-cead-4f24-93ad-3257a217086b/model-vers/model-ver/1b931dec-bc4c-47a4-9612-02522ff4b5e5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddb82c59-cead-4f24-93ad-3257a217086b/model-vers/model-ver/1b931dec-bc4c-47a4-9612-02522ff4b5e5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7d95ccf3-0ac6-4092-a7a1-09c82d53d507], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c283464-a1a6-421f-8388-24a833492eb2], X-ECOMP-RequestID=[7d95ccf3-0ac6-4092-a7a1-09c82d53d507], X-TransactionId=[], X-ONAP-RequestID=[7d95ccf3-0ac6-4092-a7a1-09c82d53d507], Content-Type=[application/merge-patch+json]} 2021-04-06T13:56:26.842Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddb82c59-cead-4f24-93ad-3257a217086b/model-vers/model-ver/1b931dec-bc4c-47a4-9612-02522ff4b5e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-06T13:56:27.192Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddb82c59-cead-4f24-93ad-3257a217086b/model-vers/model-ver/1b931dec-bc4c-47a4-9612-02522ff4b5e5?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/ddb82c59-cead-4f24-93ad-3257a217086b/model-vers/model-ver/1b931dec-bc4c-47a4-9612-02522ff4b5e5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210406-13:56:26:847-62860], vertex-id=[438288], Content-Length=[0], Date=[Tue, 06 Apr 2021 13:56:26 GMT], Content-Type=[application/json]} 2021-04-06T13:56:27.192Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddb82c59-cead-4f24-93ad-3257a217086b/model-vers/model-ver/1b931dec-bc4c-47a4-9612-02522ff4b5e5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-06T13:56:27.193Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ddb82c59-cead-4f24-93ad-3257a217086b/model-vers/model-ver/1b931dec-bc4c-47a4-9612-02522ff4b5e5?depth=0|INFO|500||InvokeReturn 2021-04-06T13:56:27.193Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-06T13:56:27.193Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:56:27.196Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-06T13:56:27.196Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d95ccf3-0ac6-4092-a7a1-09c82d53d507 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-06T13:56:27.196Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-06T13:56:27.196Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:27.197Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:27.197Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717387196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:56:27.298Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:27.299Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:27.299Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:27.308Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:27.309Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T13:56:28.205Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-06T13:56:28.206Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1b0c3e6a-f9d8-473a-95af-a2019cd625de","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b9bfd3f5-08ad-473a-b66d-dccdf2776837","serviceDescription":"service","serviceInvariantUUID":"8baac462-42a4-4b76-a9b0-ab4650aad052","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a978e4c1-9b8b-4164-a168-8add8ed583eb","resourceInvariantUUID":"95a5767b-ae2e-429d-8f7e-f87af0b00e6b","resourceCustomizationUUID":"6fef20ba-0269-444e-b478-f19ab3721953","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":"275e75c0-71d0-4bfd-ab63-5a3e896f8d83","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":"Y2RiZjlmY2IxY2Y3NjEyY2FjZTgyOTE1ZjQ5NTQ2MTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3cf23747-7dae-4cfc-b3f0-01fb39179274","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":"ZTE0OWFhNmY0OGEzODA0ZThlMWE3M2MxZmUxNzhhOTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bfcb290f-d2ea-42fe-965d-ea7bbb92fc1e","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":"208cc6a9-afa5-4ba7-83b1-e0bc0a710425","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":"e3fd05db-0b07-4ae8-bfb6-2524f61b48c9","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":"10e96c4b-983a-4fe9-9faf-8cacced85d0b","artifactVersion":"2","generatedFromUUID":"208cc6a9-afa5-4ba7-83b1-e0bc0a710425"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YTRmZDBlMWRkOTYwZjM4MzczZDk0OTQ1ZmQ0N2ZiNzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c9854bde-fe09-4a0c-baa9-a3482137ea42","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"OTk5NDYzZTYzOWRhYTJiNTRmNDhhNTVlYzdhZDViYzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"273baf62-7b35-4fe1-9af8-13a130d6c053","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-06T13:56:28.206Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:56:28.206Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:28.207Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:28.207Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:28.308Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:28.308Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:28.308Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:28.317Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:28.317Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:29.208Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:56:29.209Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:29.211Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:29.211Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:29.311Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:29.312Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:29.312Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:29.320Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:29.321Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:56:30.211Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:56:30.212Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:30.214Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:30.214Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:56:30.314Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:30.315Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:30.315Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:30.324Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:30.325Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:31.214Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:56:31.215Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:31.216Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:31.216Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:56:31.316Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:31.317Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:31.317Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:31.326Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:31.326Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:32.217Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:56:32.217Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:32.220Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:32.220Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:32.319Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-06T13:56:32.320Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:32.320Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:32.329Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:32.329Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:33.220Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:56:33.221Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:33.222Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:33.222Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-06T13:56:33.323Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:33.323Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:33.323Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:33.349Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:33.350Z||pool-72-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:34.223Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:56:34.224Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:34.225Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:34.225Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:34.326Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-06T13:56:34.326Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:34.326Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:34.335Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:34.336Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:35.226Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:56:35.226Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:35.228Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:35.228Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:56:35.328Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:35.329Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:35.329Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:35.339Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:35.339Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:36.229Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "b9bfd3f5-08ad-473a-b66d-dccdf2776837", "serviceDescription": "service", "serviceInvariantUUID": "8baac462-42a4-4b76-a9b0-ab4650aad052", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "6fef20ba-0269-444e-b478-f19ab3721953", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a978e4c1-9b8b-4164-a168-8add8ed583eb", "resourceInvariantUUID": "95a5767b-ae2e-429d-8f7e-f87af0b00e6b", "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": "ZTE0OWFhNmY0OGEzODA0ZThlMWE3M2MxZmUxNzhhOTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bfcb290f-d2ea-42fe-965d-ea7bbb92fc1e", "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": "208cc6a9-afa5-4ba7-83b1-e0bc0a710425", "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": "10e96c4b-983a-4fe9-9faf-8cacced85d0b", "generatedFromUUID": "208cc6a9-afa5-4ba7-83b1-e0bc0a710425" }, "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": "10e96c4b-983a-4fe9-9faf-8cacced85d0b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "OTk5NDYzZTYzOWRhYTJiNTRmNDhhNTVlYzdhZDViYzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "273baf62-7b35-4fe1-9af8-13a130d6c053" } ], "workloadContext": "Production" } 2021-04-06T13:56:36.229Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-06T13:56:36.229Z|7d95ccf3-0ac6-4092-a7a1-09c82d53d507|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b9bfd3f5-08ad-473a-b66d-dccdf2776837 ASDC 2021-04-06T13:56:36.230Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:1b0c3e6a-f9d8-473a-95af-a2019cd625de ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:b9bfd3f5-08ad-473a-b66d-dccdf2776837 ServiceInvariantUUID:8baac462-42a4-4b76-a9b0-ab4650aad052 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:273baf62-7b35-4fe1-9af8-13a130d6c053 ArtifactChecksum:OTk5NDYzZTYzOWRhYTJiNTRmNDhhNTVlYzdhZDViYzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:6fef20ba-0269-444e-b478-f19ab3721953 ResourceInvariantUUID:95a5767b-ae2e-429d-8f7e-f87af0b00e6b ResourceName:basicclamp ResourceType:VF ResourceUUID:a978e4c1-9b8b-4164-a168-8add8ed583eb 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:bfcb290f-d2ea-42fe-965d-ea7bbb92fc1e ArtifactChecksum:ZTE0OWFhNmY0OGEzODA0ZThlMWE3M2MxZmUxNzhhOTU= 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:208cc6a9-afa5-4ba7-83b1-e0bc0a710425 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:10e96c4b-983a-4fe9-9faf-8cacced85d0b 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:10e96c4b-983a-4fe9-9faf-8cacced85d0b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-06T13:56:36.230Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9bfd3f5-08ad-473a-b66d-dccdf2776837 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T13:56:36.252Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:56:36.252Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:56:36.252Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:56:36.252Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 273baf62-7b35-4fe1-9af8-13a130d6c053 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-06T13:56:36.252Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:56:36.252Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-06T13:56:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:56:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:56:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:37.435Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:56:37.438Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 273baf62-7b35-4fe1-9af8-13a130d6c053 76823 2021-04-06T13:56:37.439Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-06T13:56:37.439Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-06T13:56:37.439Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:56:37.439Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:37.441Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:37.441Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717397439, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:37.541Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:37.542Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:37.542Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:37.551Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:37.551Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:37.559Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:37.561Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.561Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717383064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.561Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.561Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.561Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717378279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717380441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717377652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "cds", "timestamp": 1617717382849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "dcae-sch", "timestamp": 1617717381350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717378449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717382748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "dcae-sch", "timestamp": 1617717381350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.562Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "cds", "timestamp": 1617717382849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717383064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717377652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717380441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717378279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717378449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717382748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "dcae-sch", "timestamp": 1617717381350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.563Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717377652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717383064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "cds", "timestamp": 1617717382849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717380441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717378279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717378449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.564Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717382748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7d95ccf3-0ac6-4092-a7a1-09c82d53d507", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717387196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "dcae-sch", "timestamp": 1617717381350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717377652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "cds", "timestamp": 1617717382849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717383064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.565Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717380441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717378279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717378449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717382748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "ves-openapi-manager", "timestamp": 1617717387348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "dcae-sch", "timestamp": 1617717381350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.566Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717377652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "cds", "timestamp": 1617717382849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717378279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717383064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717380441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717378449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717382748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "ves-openapi-manager", "timestamp": 1617717387348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "dcae-sch", "timestamp": 1617717381350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717377652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.568Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717383064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "cds", "timestamp": 1617717382849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717380441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717378279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717378449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717382748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.569Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "ves-openapi-manager", "timestamp": 1617717387348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "dcae-sch", "timestamp": 1617717381350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717377652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717383064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "cds", "timestamp": 1617717382849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.570Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717380441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717378279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717378449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717382748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "ves-openapi-manager", "timestamp": 1617717387348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-06T13:56:37.571Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "dcae-sch", "timestamp": 1617717381350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717377652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717383064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "cds", "timestamp": 1617717382849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717378279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717380441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.572Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717378449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717382748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "ves-openapi-manager", "timestamp": 1617717387348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717377652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "dcae-sch", "timestamp": 1617717381350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.573Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717383064, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717378279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717380441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "cds", "timestamp": 1617717382849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717378449, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717382748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:56:37.574Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "ves-openapi-manager", "timestamp": 1617717387348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717393763, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717393768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717393774, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "cds", "timestamp": 1617717393785, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:37.575Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717393787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717393797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "ves-openapi-manager", "timestamp": 1617717387348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.576Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "cds", "timestamp": 1617717394789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:56:37.587Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb5c7198-0ede-4e72-a614-0b998dff3980 2021-04-06T13:56:37.587Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5c7198-0ede-4e72-a614-0b998dff3980 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:56:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717394800, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:56:37.592Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:56:37.593Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.593Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "ves-openapi-manager", "timestamp": 1617717387348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.593Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.593Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.593Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717157018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:56:37.593Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:37.593Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.593Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717395442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:37.593Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:56:37.593Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.593Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "policy-id", "timestamp": 1617717395802, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:56:37.596Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb5c7198-0ede-4e72-a614-0b998dff3980 2021-04-06T13:56:37.597Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5c7198-0ede-4e72-a614-0b998dff3980 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:56:37.602Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.602Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717395836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:37.602Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:56:37.603Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.603Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717395989, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:37.603Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:56:37.603Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:56:37.603Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "ves-openapi-manager", "timestamp": 1617717387348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T13:56:37.603Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:56:38.441Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:56:38.442Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:56:38.443Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 273baf62-7b35-4fe1-9af8-13a130d6c053, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:38.443Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-04-06T13:56:38.443Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:38.443Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:38.586Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18404965705938467612/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-04-06T13:56:39.475Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-06T13:56:39.475Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T13:56:39.475Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:39.475Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-06T13:56:39.475Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.476Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:39.477Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-06T13:56:39.477Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T13:56:39.477Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:56:39.477Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.477Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:39.477Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-06T13:56:39.477Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T13:56:39.477Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:56:39.478Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.478Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:39.478Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.478Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-06T13:56:39.478Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-06T13:56:39.478Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-06T13:56:39.478Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-06T13:56:39.478Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-06T13:56:39.478Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-06T13:56:39.478Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.479Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-06T13:56:39.479Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.479Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-06T13:56:39.479Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:56:39.479Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.479Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-06T13:56:39.479Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:56:39.479Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.480Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-06T13:56:39.480Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:56:39.480Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.480Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-06T13:56:39.480Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-06T13:56:39.480Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-06T13:56:39.480Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=035d6b23-3def-44e5-9151-73ad110b1006 2021-04-06T13:56:39.480Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.480Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:39.480Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.481Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:39.481Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.481Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:39.481Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:39.481Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:39.481Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:b9bfd3f5-08ad-473a-b66d-dccdf2776837 Model Version:NULL Model InvariantUuid:8baac462-42a4-4b76-a9b0-ab4650aad052 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:7c9785b9-ec0a-4478-bca5-c3302c0969e5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:95a5767b-ae2e-429d-8f7e-f87af0b00e6b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6fef20ba-0269-444e-b478-f19ab3721953 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:61d61e08-bcc5-417e-a36b-0c13ce97a492 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:cf1c99ed-2d5c-4efe-a970-dd869ec647de ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:035d6b23-3def-44e5-9151-73ad110b1006 ModelInvariantUuid:dfd6aa03-0b84-43a3-b8aa-c8c5610f972a ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:b0876d4b-eb4a-4e8f-bb8c-e579d795cc41 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4f49ee63-a1e9-45cd-869f-ef2dff59a46a ModelInvariantUuid:328e81e1-19cc-4144-8230-39c4ff86e425 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:43a95ca4-1a39-4664-a656-1ce9a0a94ce6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-06T13:56:39.486Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: a978e4c1-9b8b-4164-a168-8add8ed583eb Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:56:39.488Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||basicclamp 0 2021-04-06T13:56:39.488Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a978e4c1-9b8b-4164-a168-8add8ed583eb 2021-04-06T13:56:39.488Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bfcb290f-d2ea-42fe-965d-ea7bbb92fc1e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-06T13:56:39.488Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:56:39.488Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-06T13:56:40.562Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:56:40.562Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json bfcb290f-d2ea-42fe-965d-ea7bbb92fc1e 790 2021-04-06T13:56:40.562Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-04-06T13:56:40.562Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-06T13:56:40.562Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:56:40.563Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:40.564Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:40.564Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717400562, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:40.664Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:40.665Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:40.665Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:40.673Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:40.673Z||pool-76-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:41.565Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "61d61e08-bcc5-417e-a36b-0c13ce97a492", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cf1c99ed-2d5c-4efe-a970-dd869ec647de", "vfModuleModelCustomizationUUID": "22b9be7c-df45-44ee-8b1c-c3b6a7167f02", "isBase": true, "artifacts": [ "208cc6a9-afa5-4ba7-83b1-e0bc0a710425", "10e96c4b-983a-4fe9-9faf-8cacced85d0b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-06T13:56:41.567Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cf1c99ed-2d5c-4efe-a970-dd869ec647de VfModuleModelInvariantUUID:61d61e08-bcc5-417e-a36b-0c13ce97a492 VfModuleModelDescription:NULL Artifacts UUID List:{ 208cc6a9-afa5-4ba7-83b1-e0bc0a710425 , 10e96c4b-983a-4fe9-9faf-8cacced85d0b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-06T13:56:41.569Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "61d61e08-bcc5-417e-a36b-0c13ce97a492", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cf1c99ed-2d5c-4efe-a970-dd869ec647de", "vfModuleModelCustomizationUUID": "22b9be7c-df45-44ee-8b1c-c3b6a7167f02", "isBase": true, "artifacts": [ "208cc6a9-afa5-4ba7-83b1-e0bc0a710425", "10e96c4b-983a-4fe9-9faf-8cacced85d0b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-06T13:56:41.569Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cf1c99ed-2d5c-4efe-a970-dd869ec647de VfModuleModelInvariantUUID:61d61e08-bcc5-417e-a36b-0c13ce97a492 VfModuleModelDescription:NULL Artifacts UUID List:{ 208cc6a9-afa5-4ba7-83b1-e0bc0a710425 , 10e96c4b-983a-4fe9-9faf-8cacced85d0b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-06T13:56:41.569Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 208cc6a9-afa5-4ba7-83b1-e0bc0a710425 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-06T13:56:41.570Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:56:41.570Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-06T13:56:42.352Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:56:42.353Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 208cc6a9-afa5-4ba7-83b1-e0bc0a710425 5033 2021-04-06T13:56:42.353Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-06T13:56:42.353Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-06T13:56:42.353Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:56:42.353Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:42.354Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:42.355Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717402353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:42.455Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:42.455Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:42.455Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:42.464Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:42.465Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:43.355Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 10e96c4b-983a-4fe9-9faf-8cacced85d0b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-06T13:56:43.356Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:56:43.356Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-06T13:56:43.949Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:56:43.949Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 10e96c4b-983a-4fe9-9faf-8cacced85d0b 909 2021-04-06T13:56:43.949Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-06T13:56:43.949Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-06T13:56:43.950Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:56:43.950Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:43.951Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:43.952Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717403949, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:56:44.052Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:44.052Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:44.052Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:44.063Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:44.064Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:44.952Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b9bfd3f5-08ad-473a-b66d-dccdf2776837 2021-04-06T13:56:44.953Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 a978e4c1-9b8b-4164-a168-8add8ed583eb ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:56:44.963Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.963Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:44.963Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-04-06T13:56:44.963Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6fef20ba-0269-444e-b478-f19ab3721953 2021-04-06T13:56:44.964Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6fef20ba-0269-444e-b478-f19ab3721953 matches Tosca VF Customization UUID: 6fef20ba-0269-444e-b478-f19ab3721953 2021-04-06T13:56:44.964Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6fef20ba-0269-444e-b478-f19ab3721953 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-06T13:56:44.965Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.965Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:44.966Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6fef20ba-0269-444e-b478-f19ab3721953: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-04-06T13:56:44.966Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a14bd48 2021-04-06T13:56:44.966Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.966Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-06T13:56:44.966Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 22b9be7c-df45-44ee-8b1c-c3b6a7167f02 2021-04-06T13:56:44.966Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 22b9be7c-df45-44ee-8b1c-c3b6a7167f02 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-06T13:56:44.968Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.968Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-06T13:56:44.968Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:56:44.968Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.969Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-06T13:56:44.969Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:56:44.969Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.969Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-06T13:56:44.969Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-06T13:56:44.969Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-06T13:56:44.970Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=035d6b23-3def-44e5-9151-73ad110b1006 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-06T13:56:44.971Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.971Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-06T13:56:44.972Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:56:44.972Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.972Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-06T13:56:44.972Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=6fef20ba-0269-444e-b478-f19ab3721953 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:56:44.973Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.973Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:44.974Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b9bfd3f5-08ad-473a-b66d-dccdf2776837: basicclamp 2021-04-06T13:56:44.974Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.974Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:44.974Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.974Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:44.974Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.974Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:44.975Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.975Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:44.975Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:56:44.975Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:56:44.976Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:56:45.036Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp a978e4c1-9b8b-4164-a168-8add8ed583eb 1 ASDC deployResourceStructure 2021-04-06T13:56:45.037Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-04-06T13:56:45.037Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-06T13:56:45.037Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:56:45.037Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:45.039Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:45.039Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717405037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:56:45.139Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:45.140Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:45.140Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:45.149Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:45.149Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:46.040Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-06T13:56:46.040Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-06T13:56:46.040Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:56:46.040Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:46.042Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:46.042Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717406039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-06T13:56:46.142Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:46.143Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:46.144Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:46.152Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:46.153Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:47.043Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-06T13:56:47.043Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-06T13:56:47.043Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:56:47.043Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:47.045Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:47.045Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717407042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-06T13:56:47.145Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:47.146Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:47.146Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:47.155Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:47.156Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:56:48.046Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-06T13:56:48.046Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-06T13:56:48.046Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:56:48.046Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:56:48.048Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:56:48.048Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717408045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:56:48.148Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:56:48.148Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:56:48.148Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:56:48.158Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:56:48.158Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:56:49.048Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1b0c3e6a-f9d8-473a-95af-a2019cd625de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:56:49.055Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1b0c3e6a-f9d8-473a-95af-a2019cd625de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:56:49.057Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:56:49.057Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-06T13:56:49.057Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-06T13:56:49.057Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-06T13:56:49.057Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:56:49.057Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:56:49.057Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:56:49.057Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:56:49.057Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:56:49.058Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:56:49.058Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:56:49.058Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:56:49.061Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-06T13:57:19.062Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1b0c3e6a-f9d8-473a-95af-a2019cd625de and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-06T13:57:19.066Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1b0c3e6a-f9d8-473a-95af-a2019cd625de and serviceModelVersionId: b9bfd3f5-08ad-473a-b66d-dccdf2776837 2021-04-06T13:57:19.066Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8baac462-42a4-4b76-a9b0-ab4650aad052 2021-04-06T13:57:19.067Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8baac462-42a4-4b76-a9b0-ab4650aad052/model-vers/model-ver/b9bfd3f5-08ad-473a-b66d-dccdf2776837?depth=0 2021-04-06T13:57:19.072Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-06T13:57:19.116Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8baac462-42a4-4b76-a9b0-ab4650aad052/model-vers/model-ver/b9bfd3f5-08ad-473a-b66d-dccdf2776837?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-06T13:57:19.117Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8baac462-42a4-4b76-a9b0-ab4650aad052/model-vers/model-ver/b9bfd3f5-08ad-473a-b66d-dccdf2776837?depth=0|INFO|500||Invoke 2021-04-06T13:57:19.136Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8baac462-42a4-4b76-a9b0-ab4650aad052/model-vers/model-ver/b9bfd3f5-08ad-473a-b66d-dccdf2776837?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-06T13:57:19.361Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8baac462-42a4-4b76-a9b0-ab4650aad052/model-vers/model-ver/b9bfd3f5-08ad-473a-b66d-dccdf2776837?depth=0|INFO|500||InvokeReturn 2021-04-06T13:57:19.361Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8baac462-42a4-4b76-a9b0-ab4650aad052/model-vers/model-ver/b9bfd3f5-08ad-473a-b66d-dccdf2776837?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210406-13:57:19:141-14034], vertex-id=[462864], Content-Length=[0], Date=[Tue, 06 Apr 2021 13:57:19 GMT], Content-Type=[application/json]} 2021-04-06T13:57:19.361Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-04-06T13:57:19.361Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-06T13:57:19.361Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:57:19.365Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-06T13:57:19.365Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1b0c3e6a-f9d8-473a-95af-a2019cd625de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-06T13:57:19.365Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-06T13:57:19.365Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:19.367Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:19.367Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717439365, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:57:19.467Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:19.468Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:19.468Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:19.480Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:19.480Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T13:57:20.376Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:57:20.377Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|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-04-06T13:57:20.377Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:24.651Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:24.652Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-06T13:57:24.652Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb5c7198-0ede-4e72-a614-0b998dff3980","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"659b9fd9-baf7-49f7-88a5-77ecc4328e5b","serviceDescription":"service","serviceInvariantUUID":"3a6181bd-dd14-4e43-9deb-e60a044abdec","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f169f6fd-b894-45dd-bdb4-60b1e5558168","resourceInvariantUUID":"69a44b76-0e1b-4f29-a004-1f46e77ffd69","resourceCustomizationUUID":"1049b134-fb40-4d9e-a7ad-ce8ca7b3b458","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":"OGI5YWRhZjVhYTE3NmY4NGM0Y2JmOTI3MGMwY2IyMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2cd583f8-b555-48c4-a0cb-8665983b5f09","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":"dc66e8f1-28eb-4647-abe1-2edb67611600","artifactVersion":"2","generatedFromUUID":"c055b2a4-afd0-466f-8029-2c0d14d18df9"},{"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":"c055b2a4-afd0-466f-8029-2c0d14d18df9","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":"NDNhNGJkYWMxOWE0NzRhZjk1MzIxZWJiZDc4MmRlMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3cd75a29-9798-4ef7-a66d-d82264b238ba","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":"76f6a399-f7a2-4081-8c38-cb0a84bb1ede","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":"b98f1668-941a-45bf-989b-f92993bf6c64","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":"b1f15d0c-9418-431f-9b11-8b3ca9a073d7","artifactVersion":"2","generatedFromUUID":"76f6a399-f7a2-4081-8c38-cb0a84bb1ede"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjAzMTRlMzE0MTIwNTg2ZDRmNmEwYTY3YzU3NjdkN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05915478-2335-439d-a1e7-dd87e7cd55d6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjI4YjUzNjJlODFkMjQyMmI0ZDhjMWU0NWNkYjQ2YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91e3d66d-1469-48e2-b12b-f624d538aba5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-06T13:57:24.653Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:57:24.653Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:24.654Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:24.655Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:57:24.755Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:24.755Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:24.756Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:24.766Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:24.766Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:57:25.655Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:57:25.656Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:25.658Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:25.658Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-06T13:57:25.758Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:25.759Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:25.759Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:25.768Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:25.768Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:26.659Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:57:26.659Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:26.661Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:26.661Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-06T13:57:26.761Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:26.762Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:26.762Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:26.771Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:26.772Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:27.662Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:57:27.662Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:27.664Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:27.664Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:57:27.764Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:27.765Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:27.765Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:27.773Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:27.774Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:28.664Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:57:28.665Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:28.667Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:28.667Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-06T13:57:28.767Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:28.767Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:28.768Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:28.776Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:28.776Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:29.667Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:57:29.668Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:29.670Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:29.670Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:57:29.770Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:29.771Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:29.771Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:29.779Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:29.779Z||pool-89-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:30.670Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:57:30.671Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:30.672Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:30.673Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-06T13:57:30.773Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:30.774Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:30.774Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:30.782Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:30.782Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:31.673Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:57:31.674Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:31.675Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:31.675Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:57:31.776Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:31.776Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:31.776Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:31.787Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:31.788Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:32.676Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T13:57:32.676Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:32.678Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:32.678Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:57:32.778Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:32.779Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:32.779Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:32.790Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:32.790Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:57:33.679Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "659b9fd9-baf7-49f7-88a5-77ecc4328e5b", "serviceDescription": "service", "serviceInvariantUUID": "3a6181bd-dd14-4e43-9deb-e60a044abdec", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "1049b134-fb40-4d9e-a7ad-ce8ca7b3b458", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f169f6fd-b894-45dd-bdb4-60b1e5558168", "resourceInvariantUUID": "69a44b76-0e1b-4f29-a004-1f46e77ffd69", "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": "dc66e8f1-28eb-4647-abe1-2edb67611600", "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": "c055b2a4-afd0-466f-8029-2c0d14d18df9", "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": "NDNhNGJkYWMxOWE0NzRhZjk1MzIxZWJiZDc4MmRlMTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3cd75a29-9798-4ef7-a66d-d82264b238ba", "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": "76f6a399-f7a2-4081-8c38-cb0a84bb1ede", "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": "b1f15d0c-9418-431f-9b11-8b3ca9a073d7", "generatedFromUUID": "76f6a399-f7a2-4081-8c38-cb0a84bb1ede" }, "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": "b1f15d0c-9418-431f-9b11-8b3ca9a073d7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZjI4YjUzNjJlODFkMjQyMmI0ZDhjMWU0NWNkYjQ2YTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "91e3d66d-1469-48e2-b12b-f624d538aba5" } ], "workloadContext": "Production" } 2021-04-06T13:57:33.679Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-06T13:57:33.679Z|1b0c3e6a-f9d8-473a-95af-a2019cd625de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 659b9fd9-baf7-49f7-88a5-77ecc4328e5b ASDC 2021-04-06T13:57:33.680Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fb5c7198-0ede-4e72-a614-0b998dff3980 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:659b9fd9-baf7-49f7-88a5-77ecc4328e5b ServiceInvariantUUID:3a6181bd-dd14-4e43-9deb-e60a044abdec 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:91e3d66d-1469-48e2-b12b-f624d538aba5 ArtifactChecksum:ZjI4YjUzNjJlODFkMjQyMmI0ZDhjMWU0NWNkYjQ2YTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:1049b134-fb40-4d9e-a7ad-ce8ca7b3b458 ResourceInvariantUUID:69a44b76-0e1b-4f29-a004-1f46e77ffd69 ResourceName:basic_cnf ResourceType:VF ResourceUUID:f169f6fd-b894-45dd-bdb4-60b1e5558168 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:dc66e8f1-28eb-4647-abe1-2edb67611600 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:c055b2a4-afd0-466f-8029-2c0d14d18df9 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:3cd75a29-9798-4ef7-a66d-d82264b238ba ArtifactChecksum:NDNhNGJkYWMxOWE0NzRhZjk1MzIxZWJiZDc4MmRlMTg= 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:76f6a399-f7a2-4081-8c38-cb0a84bb1ede 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:b1f15d0c-9418-431f-9b11-8b3ca9a073d7 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:b1f15d0c-9418-431f-9b11-8b3ca9a073d7 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-06T13:57:33.680Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 659b9fd9-baf7-49f7-88a5-77ecc4328e5b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T13:57:33.701Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:57:33.702Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:57:33.702Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:57:33.702Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 91e3d66d-1469-48e2-b12b-f624d538aba5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-06T13:57:33.702Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:57:33.702Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-06T13:57:33.854Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:57:33.858Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 91e3d66d-1469-48e2-b12b-f624d538aba5 71165 2021-04-06T13:57:33.858Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-06T13:57:33.858Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-06T13:57:33.858Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:57:33.859Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:33.861Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:33.861Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717453858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:57:33.961Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:33.961Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:33.961Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:33.972Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:33.972Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:34.861Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T13:57:34.862Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T13:57:34.863Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 91e3d66d-1469-48e2-b12b-f624d538aba5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-06T13:57:34.863Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-06T13:57:34.863Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-06T13:57:34.863Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-06T13:57:34.984Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9661101889729961228/Definitions/service-BasicCnf-template.yml 2021-04-06T13:57:35.819Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-06T13:57:35.819Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T13:57:35.819Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-06T13:57:35.819Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-06T13:57:35.819Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-06T13:57:35.819Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:35.820Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-06T13:57:35.821Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T13:57:35.821Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T13:57:35.821Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.821Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:35.821Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.821Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-06T13:57:35.821Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-06T13:57:35.821Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-06T13:57:35.822Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-06T13:57:35.822Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.822Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-06T13:57:35.822Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.822Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-06T13:57:35.822Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:57:35.822Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.823Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-06T13:57:35.823Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:57:35.823Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.823Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-06T13:57:35.823Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:57:35.823Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.823Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-06T13:57:35.824Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-06T13:57:35.824Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0a2702b6-27f2-45a8-8c7a-2a4361794366 2021-04-06T13:57:35.824Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.824Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:35.824Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.824Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:35.824Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.824Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:35.825Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:35.825Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:35.825Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:659b9fd9-baf7-49f7-88a5-77ecc4328e5b Model Version:NULL Model InvariantUuid:3a6181bd-dd14-4e43-9deb-e60a044abdec Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:b8f3cb6e-450f-455e-a2b5-56e4b5e50d75 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:69a44b76-0e1b-4f29-a004-1f46e77ffd69 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1049b134-fb40-4d9e-a7ad-ce8ca7b3b458 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:268c45b7-708e-4f8e-a6a4-469659ccb4f0 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:f947cc98-a3ef-4f28-952f-2bcd75f9b60a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0a2702b6-27f2-45a8-8c7a-2a4361794366 ModelInvariantUuid:a04a78ec-68c2-4b22-be11-159b1bd542fd ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:e232580f-3538-456b-999d-c6268abd6a61 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:11f4726c-e7b0-42c3-8159-aeb6300b0cee ModelInvariantUuid:d60329c3-231c-492d-a042-b797184b9abc ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:fe814de0-e11b-437c-bb45-e2491549d6f7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-06T13:57:35.830Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f169f6fd-b894-45dd-bdb4-60b1e5558168 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:57:35.831Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||basic_cnf 0 2021-04-06T13:57:35.831Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f169f6fd-b894-45dd-bdb4-60b1e5558168 2021-04-06T13:57:35.832Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dc66e8f1-28eb-4647-abe1-2edb67611600 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-06T13:57:35.832Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:57:35.832Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-06T13:57:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:57:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:57:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:37.035Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:37.036Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:57:37.036Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717397439, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:57:37.036Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:57:37.590Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:57:37.590Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env dc66e8f1-28eb-4647-abe1-2edb67611600 12 2021-04-06T13:57:37.591Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-06T13:57:37.591Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-06T13:57:37.591Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:57:37.591Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:37.593Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:37.593Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717457591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:57:37.693Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:37.694Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:37.694Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:37.702Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:37.703Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:38.593Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c055b2a4-afd0-466f-8029-2c0d14d18df9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-06T13:57:38.594Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:57:38.594Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-06T13:57:39.751Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:57:39.752Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c055b2a4-afd0-466f-8029-2c0d14d18df9 2688 2021-04-06T13:57:39.752Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-06T13:57:39.752Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-06T13:57:39.752Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:57:39.752Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:39.754Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:39.754Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717459752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-06T13:57:39.854Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:39.855Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:39.855Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:39.864Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:39.864Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:40.755Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3cd75a29-9798-4ef7-a66d-d82264b238ba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-06T13:57:40.755Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:57:40.755Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-06T13:57:41.257Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:57:41.257Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 3cd75a29-9798-4ef7-a66d-d82264b238ba 828 2021-04-06T13:57:41.257Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-06T13:57:41.258Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-06T13:57:41.258Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:57:41.258Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:41.259Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:41.259Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717461257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:57:41.359Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:41.360Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:41.360Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:41.368Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:41.368Z||pool-96-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:42.260Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "268c45b7-708e-4f8e-a6a4-469659ccb4f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f947cc98-a3ef-4f28-952f-2bcd75f9b60a", "vfModuleModelCustomizationUUID": "e70931a6-6c61-4840-a6cc-92a11103cab4", "isBase": true, "artifacts": [ "76f6a399-f7a2-4081-8c38-cb0a84bb1ede", "c055b2a4-afd0-466f-8029-2c0d14d18df9", "b1f15d0c-9418-431f-9b11-8b3ca9a073d7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-06T13:57:42.262Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f947cc98-a3ef-4f28-952f-2bcd75f9b60a VfModuleModelInvariantUUID:268c45b7-708e-4f8e-a6a4-469659ccb4f0 VfModuleModelDescription:NULL Artifacts UUID List:{ 76f6a399-f7a2-4081-8c38-cb0a84bb1ede , c055b2a4-afd0-466f-8029-2c0d14d18df9 , b1f15d0c-9418-431f-9b11-8b3ca9a073d7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-06T13:57:42.264Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "268c45b7-708e-4f8e-a6a4-469659ccb4f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f947cc98-a3ef-4f28-952f-2bcd75f9b60a", "vfModuleModelCustomizationUUID": "e70931a6-6c61-4840-a6cc-92a11103cab4", "isBase": true, "artifacts": [ "76f6a399-f7a2-4081-8c38-cb0a84bb1ede", "c055b2a4-afd0-466f-8029-2c0d14d18df9", "b1f15d0c-9418-431f-9b11-8b3ca9a073d7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-06T13:57:42.264Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f947cc98-a3ef-4f28-952f-2bcd75f9b60a VfModuleModelInvariantUUID:268c45b7-708e-4f8e-a6a4-469659ccb4f0 VfModuleModelDescription:NULL Artifacts UUID List:{ 76f6a399-f7a2-4081-8c38-cb0a84bb1ede , c055b2a4-afd0-466f-8029-2c0d14d18df9 , b1f15d0c-9418-431f-9b11-8b3ca9a073d7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-06T13:57:42.264Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76f6a399-f7a2-4081-8c38-cb0a84bb1ede from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-06T13:57:42.264Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:57:42.264Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-06T13:57:42.849Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:57:42.849Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 76f6a399-f7a2-4081-8c38-cb0a84bb1ede 1164 2021-04-06T13:57:42.849Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-06T13:57:42.849Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-06T13:57:42.850Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:57:42.850Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:42.851Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:42.851Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717462849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:57:42.951Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:42.952Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:42.952Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:42.961Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:42.961Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:57:43.852Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b1f15d0c-9418-431f-9b11-8b3ca9a073d7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-06T13:57:43.852Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T13:57:43.852Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-06T13:57:44.245Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T13:57:44.245Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b1f15d0c-9418-431f-9b11-8b3ca9a073d7 200 2021-04-06T13:57:44.245Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-06T13:57:44.246Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-06T13:57:44.246Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T13:57:44.246Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:44.247Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:44.247Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717464245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:57:44.348Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-06T13:57:44.348Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:44.348Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:44.357Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:44.357Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:45.248Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 659b9fd9-baf7-49f7-88a5-77ecc4328e5b 2021-04-06T13:57:45.248Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f169f6fd-b894-45dd-bdb4-60b1e5558168 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 heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-04-06T13:57:45.256Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||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 heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:57:45.262Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.262Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:45.262Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-04-06T13:57:45.262Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1049b134-fb40-4d9e-a7ad-ce8ca7b3b458 2021-04-06T13:57:45.262Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1049b134-fb40-4d9e-a7ad-ce8ca7b3b458 matches Tosca VF Customization UUID: 1049b134-fb40-4d9e-a7ad-ce8ca7b3b458 2021-04-06T13:57:45.262Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1049b134-fb40-4d9e-a7ad-ce8ca7b3b458 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-06T13:57:45.264Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.264Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:45.264Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1049b134-fb40-4d9e-a7ad-ce8ca7b3b458: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-04-06T13:57:45.264Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64cf07d1 2021-04-06T13:57:45.264Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.265Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-06T13:57:45.265Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e70931a6-6c61-4840-a6cc-92a11103cab4 2021-04-06T13:57:45.265Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e70931a6-6c61-4840-a6cc-92a11103cab4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-06T13:57:45.266Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.267Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-06T13:57:45.267Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:57:45.267Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.267Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-06T13:57:45.267Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:57:45.268Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.268Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-06T13:57:45.268Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-06T13:57:45.268Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0a2702b6-27f2-45a8-8c7a-2a4361794366 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-06T13:57:45.270Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.270Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-06T13:57:45.270Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-06T13:57:45.270Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.271Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-06T13:57:45.271Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1049b134-fb40-4d9e-a7ad-ce8ca7b3b458 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T13:57:45.272Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.272Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:45.272Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 659b9fd9-baf7-49f7-88a5-77ecc4328e5b: basic_cnf 2021-04-06T13:57:45.272Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.272Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:45.272Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.272Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:45.273Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.273Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:45.273Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.273Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:45.273Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T13:57:45.273Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T13:57:45.273Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:57:45.324Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f169f6fd-b894-45dd-bdb4-60b1e5558168 1 ASDC deployResourceStructure 2021-04-06T13:57:45.325Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-06T13:57:45.325Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-04-06T13:57:45.325Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-06T13:57:45.325Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:45.327Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:45.327Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717465325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-06T13:57:45.427Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:45.428Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:45.428Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:45.437Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:45.438Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:46.328Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-06T13:57:46.328Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-04-06T13:57:46.328Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-06T13:57:46.328Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:46.330Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:46.330Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717466327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-06T13:57:46.430Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:46.431Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:46.431Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:46.441Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:46.441Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:47.331Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-06T13:57:47.331Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-06T13:57:47.331Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:57:47.331Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:47.333Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:47.333Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717467330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:57:47.433Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:47.433Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:47.433Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:47.456Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:47.456Z||pool-101-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2021-04-06T13:57:48.333Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-06T13:57:48.334Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-06T13:57:48.334Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:57:48.335Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:48.336Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:48.336Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717468333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-06T13:57:48.436Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:48.437Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:48.437Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:48.446Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:48.446Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:49.337Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-06T13:57:49.338Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-06T13:57:49.338Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:57:49.338Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:49.339Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:49.340Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717469337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-06T13:57:49.440Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:49.441Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:49.441Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:49.453Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:49.453Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:50.341Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-06T13:57:50.341Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-06T13:57:50.341Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T13:57:50.341Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T13:57:50.342Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T13:57:50.343Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717470340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:57:50.443Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T13:57:50.444Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T13:57:50.444Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T13:57:50.457Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:57:50.457Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-06T13:57:51.343Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5c7198-0ede-4e72-a614-0b998dff3980 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:57:51.351Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5c7198-0ede-4e72-a614-0b998dff3980 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:57:51.352Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:57:51.352Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:57:51.353Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:58:21.353Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5c7198-0ede-4e72-a614-0b998dff3980 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:58:21.360Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5c7198-0ede-4e72-a614-0b998dff3980 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:58:21.361Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:58:21.362Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:58:21.362Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:58:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:58:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:58:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:58:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:58:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:58:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717397731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-06T13:58:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:58:51.362Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5c7198-0ede-4e72-a614-0b998dff3980 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:58:51.369Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5c7198-0ede-4e72-a614-0b998dff3980 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:58:51.371Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:58:51.371Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:58:51.371Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:59:21.371Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5c7198-0ede-4e72-a614-0b998dff3980 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:59:21.378Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5c7198-0ede-4e72-a614-0b998dff3980 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:59:21.380Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:59:21.380Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T13:59:21.380Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T13:59:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T13:59:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T13:59:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T13:59:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T13:59:37.043Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.043Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717398085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:59:37.043Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.043Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.043Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717398189, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-06T13:59:37.043Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.044Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.044Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717398334, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-06T13:59:37.044Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.044Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.044Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717399100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:59:37.044Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.044Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.044Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "clamp", "timestamp": 1617717400103, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:59:37.048Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb5c7198-0ede-4e72-a614-0b998dff3980 2021-04-06T13:59:37.049Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5c7198-0ede-4e72-a614-0b998dff3980 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:59:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717400357, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:59:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717400451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:59:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717400538, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:59:37.055Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717400562, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T13:59:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.056Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717401396, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:59:37.059Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb5c7198-0ede-4e72-a614-0b998dff3980 2021-04-06T13:59:37.059Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5c7198-0ede-4e72-a614-0b998dff3980 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:59:37.064Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.064Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717401456, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:59:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb5c7198-0ede-4e72-a614-0b998dff3980 2021-04-06T13:59:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5c7198-0ede-4e72-a614-0b998dff3980 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:59:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717401541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:59:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717401541, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:59:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb5c7198-0ede-4e72-a614-0b998dff3980 2021-04-06T13:59:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5c7198-0ede-4e72-a614-0b998dff3980 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-06T13:59:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717402353, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T13:59:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-k8s-id", "timestamp": 1617717402401, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:59:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-windriver-id", "timestamp": 1617717402459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:59:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.080Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "aai-ml", "timestamp": 1617717402544, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:59:37.084Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb5c7198-0ede-4e72-a614-0b998dff3980 2021-04-06T13:59:37.084Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5c7198-0ede-4e72-a614-0b998dff3980 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:59:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717402546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:59:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717402150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:59:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717402150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:59:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717403949, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717402150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717405037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717402150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717406039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717402150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717407042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717402150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717408045, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717402150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717402150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717402150, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717411958, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.091Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717413955, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T13:59:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.092Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717414958, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:59:37.094Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb5c7198-0ede-4e72-a614-0b998dff3980 2021-04-06T13:59:37.094Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb5c7198-0ede-4e72-a614-0b998dff3980 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T13:59:37.099Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "1b0c3e6a-f9d8-473a-95af-a2019cd625de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717439365, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717440376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717453858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T13:59:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T13:59:51.380Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb5c7198-0ede-4e72-a614-0b998dff3980 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:59:51.388Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb5c7198-0ede-4e72-a614-0b998dff3980 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T13:59:51.390Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T13:59:51.390Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-06T13:59:51.390Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-06T13:59:51.390Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-06T13:59:51.391Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:59:51.391Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:59:51.391Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:59:51.391Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:59:51.391Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:59:51.391Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T13:59:51.391Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T13:59:51.395Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-06T14:00:21.395Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb5c7198-0ede-4e72-a614-0b998dff3980 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-06T14:00:21.399Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb5c7198-0ede-4e72-a614-0b998dff3980 and serviceModelVersionId: 659b9fd9-baf7-49f7-88a5-77ecc4328e5b 2021-04-06T14:00:21.399Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a6181bd-dd14-4e43-9deb-e60a044abdec 2021-04-06T14:00:21.400Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a6181bd-dd14-4e43-9deb-e60a044abdec/model-vers/model-ver/659b9fd9-baf7-49f7-88a5-77ecc4328e5b?depth=0 2021-04-06T14:00:21.403Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-06T14:00:21.428Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a6181bd-dd14-4e43-9deb-e60a044abdec/model-vers/model-ver/659b9fd9-baf7-49f7-88a5-77ecc4328e5b?depth=0|INFO|500||Invoke 2021-04-06T14:00:21.428Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a6181bd-dd14-4e43-9deb-e60a044abdec/model-vers/model-ver/659b9fd9-baf7-49f7-88a5-77ecc4328e5b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a6181bd-dd14-4e43-9deb-e60a044abdec/model-vers/model-ver/659b9fd9-baf7-49f7-88a5-77ecc4328e5b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fb5c7198-0ede-4e72-a614-0b998dff3980], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90aa223f-a126-4436-89a1-63bf783d8c6c], X-ECOMP-RequestID=[fb5c7198-0ede-4e72-a614-0b998dff3980], X-TransactionId=[], X-ONAP-RequestID=[fb5c7198-0ede-4e72-a614-0b998dff3980], Content-Type=[application/merge-patch+json]} 2021-04-06T14:00:21.443Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a6181bd-dd14-4e43-9deb-e60a044abdec/model-vers/model-ver/659b9fd9-baf7-49f7-88a5-77ecc4328e5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-06T14:00:21.644Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a6181bd-dd14-4e43-9deb-e60a044abdec/model-vers/model-ver/659b9fd9-baf7-49f7-88a5-77ecc4328e5b?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/3a6181bd-dd14-4e43-9deb-e60a044abdec/model-vers/model-ver/659b9fd9-baf7-49f7-88a5-77ecc4328e5b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210406-14:00:21:447-18929], vertex-id=[209064], Content-Length=[0], Date=[Tue, 06 Apr 2021 14:00:21 GMT], Content-Type=[application/json]} 2021-04-06T14:00:21.644Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a6181bd-dd14-4e43-9deb-e60a044abdec/model-vers/model-ver/659b9fd9-baf7-49f7-88a5-77ecc4328e5b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-06T14:00:21.645Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3a6181bd-dd14-4e43-9deb-e60a044abdec/model-vers/model-ver/659b9fd9-baf7-49f7-88a5-77ecc4328e5b?depth=0|INFO|500||InvokeReturn 2021-04-06T14:00:21.645Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-06T14:00:21.645Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T14:00:21.648Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-06T14:00:21.648Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb5c7198-0ede-4e72-a614-0b998dff3980 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-06T14:00:21.649Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-06T14:00:21.649Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:00:21.650Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:00:21.650Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717621649, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T14:00:21.750Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:00:21.751Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:00:21.751Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:21.763Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:21.763Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T14:00:22.660Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:00:22.661Z|fb5c7198-0ede-4e72-a614-0b998dff3980|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-04-06T14:00:22.661Z|fb5c7198-0ede-4e72-a614-0b998dff3980|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:26.948Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:26.949Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-06T14:00:26.949Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b885062-012b-4355-8a59-55778f3f695c","serviceName":"Demo_pNF_3MpBw8vWkPrVaXfkCWz5","serviceVersion":"1.0","serviceUUID":"a11ffc97-ad3a-433c-b51d-189e109bcfcc","serviceDescription":"catalog service description","serviceInvariantUUID":"e5d5f93e-799a-434b-b39f-64607aefc910","resources":[{"resourceInstanceName":"pNF 82045aeb-9c93 0","resourceName":"pNF 82045aeb-9c93","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"da610541-dddc-45e4-8d8c-40643e61ff6a","resourceInvariantUUID":"178d897c-766c-460c-8435-6aa7847e9cd8","resourceCustomizationUUID":"bc730d1e-2503-47ce-9efc-40f861bd2f41","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml","artifactChecksum":"ZDRhMGQ3MDlkZjEzMjQ3MTI0OTE5ZDJlYzUxMWY1YTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc22f579-c248-4960-b3b9-d98559cfce3d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar","artifactChecksum":"OTFjNjJmNjkyYWM1NWU2ZjIzNTQ4ZjUwYTdlNzg1ZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea3d3611-a5da-48cd-93e9-9f794b342d18","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1f1e2495-aabb-4a92-bb9f-86c4ee229d96","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml","artifactChecksum":"MzNmODFjODBlZjFmNjUwMWVmM2E1MmRkNDQ1YzIyNDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bce204c7-e791-430d-b444-ce9da31ed246","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8b1d74e6-3f96-4f1a-8415-599febcfd50e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e29e2aa-bb44-433e-820b-2b1e2406625f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml","artifactChecksum":"M2ZhYTBjOTQyMWY4ODRiNDY2ZGI3N2I0ZTJmZTA2ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6dd60655-2166-495b-9ab9-1707dccea220","artifactVersion":"1"},{"artifactName":"service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar","artifactChecksum":"ZmJmNjYyMWI4MjhmOTBkOTYwNmE5NTNkNzBmY2NlNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8a12b2d-b070-4eec-8573-dc0eef5c6833","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-06T14:00:26.950Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:00:26.950Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:00:26.952Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:00:26.952Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:27.052Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:00:27.053Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:00:27.053Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:27.063Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:27.063Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:00:27.953Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:00:27.953Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:00:27.955Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:00:27.955Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:28.055Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:00:28.056Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:00:28.056Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:28.065Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:28.066Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:00:28.956Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:00:28.956Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:00:28.958Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:00:28.958Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:29.058Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:00:29.059Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:00:29.059Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:29.068Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:29.069Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:00:29.959Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:00:29.960Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:00:29.961Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:00:29.961Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:30.061Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:00:30.062Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:00:30.062Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:30.071Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:30.071Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:00:30.962Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:00:30.962Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:00:30.964Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:00:30.964Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:31.063Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-06T14:00:31.064Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:00:31.064Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:31.073Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:31.073Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:00:31.964Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:00:31.965Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:00:31.966Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:00:31.967Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:32.066Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-06T14:00:32.067Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:00:32.067Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:32.076Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:32.076Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:00:32.967Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:00:32.968Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:00:32.969Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:00:32.969Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:33.069Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:00:33.069Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:00:33.069Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:33.079Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:33.079Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:00:33.969Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:00:33.970Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:00:33.972Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:00:33.972Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:00:34.072Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:00:34.072Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:00:34.072Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:34.080Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:34.080Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-04-06T14:00:34.973Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "serviceName": "Demo_pNF_3MpBw8vWkPrVaXfkCWz5", "serviceVersion": "1.0", "serviceUUID": "a11ffc97-ad3a-433c-b51d-189e109bcfcc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e5d5f93e-799a-434b-b39f-64607aefc910", "resources": [ { "resourceInstanceName": "pNF 82045aeb-9c93 0", "resourceCustomizationUUID": "bc730d1e-2503-47ce-9efc-40f861bd2f41", "resourceName": "pNF 82045aeb-9c93", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "da610541-dddc-45e4-8d8c-40643e61ff6a", "resourceInvariantUUID": "178d897c-766c-460c-8435-6aa7847e9cd8", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "artifactChecksum": "ZmJmNjYyMWI4MjhmOTBkOTYwNmE5NTNkNzBmY2NlNGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f8a12b2d-b070-4eec-8573-dc0eef5c6833" } ], "workloadContext": "Production" } 2021-04-06T14:00:34.973Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-06T14:00:34.973Z|fb5c7198-0ede-4e72-a614-0b998dff3980|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a11ffc97-ad3a-433c-b51d-189e109bcfcc ASDC 2021-04-06T14:00:34.973Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0b885062-012b-4355-8a59-55778f3f695c ServiceName:Demo_pNF_3MpBw8vWkPrVaXfkCWz5 ServiceVersion:1.0 ServiceUUID:a11ffc97-ad3a-433c-b51d-189e109bcfcc ServiceInvariantUUID:e5d5f93e-799a-434b-b39f-64607aefc910 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar ArtifactUUID:f8a12b2d-b070-4eec-8573-dc0eef5c6833 ArtifactChecksum:ZmJmNjYyMWI4MjhmOTBkOTYwNmE5NTNkNzBmY2NlNGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 82045aeb-9c93 0 ResourceCustomizationUUID:bc730d1e-2503-47ce-9efc-40f861bd2f41 ResourceInvariantUUID:178d897c-766c-460c-8435-6aa7847e9cd8 ResourceName:pNF 82045aeb-9c93 ResourceType:PNF ResourceUUID:da610541-dddc-45e4-8d8c-40643e61ff6a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-06T14:00:34.974Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a11ffc97-ad3a-433c-b51d-189e109bcfcc ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:00:34.993Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T14:00:34.994Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T14:00:34.994Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T14:00:34.994Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f8a12b2d-b070-4eec-8573-dc0eef5c6833 from URL: /sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:34.994Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T14:00:34.994Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:36.397Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T14:00:36.400Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar f8a12b2d-b070-4eec-8573-dc0eef5c6833 83332 2021-04-06T14:00:36.400Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar ASDC sendASDCNotification 2021-04-06T14:00:36.400Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:36.401Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T14:00:36.401Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:00:36.402Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:00:36.402Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717636400, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:36.502Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:00:36.502Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:00:36.503Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:36.510Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:36.511Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:00:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:00:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:00:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:37.051Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:37.063Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.063Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717457591, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:37.064Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.064Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.064Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717459752, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:37.064Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.064Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.064Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717461257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:37.064Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.064Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.064Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717462849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717464245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717465325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717466327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.065Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717467330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-06T14:00:37.066Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.066Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.066Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717468333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-06T14:00:37.066Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.066Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.066Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717469337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-06T14:00:37.066Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.066Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.066Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717470340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:00:37.066Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.066Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "ves-openapi-manager", "timestamp": 1617717467348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "aai-ml", "timestamp": 1617717468449, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "cds", "timestamp": 1617717472849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "clamp", "timestamp": 1617717468279, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.067Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "ves-openapi-manager", "timestamp": 1617717467348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "clamp", "timestamp": 1617717468279, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "aai-ml", "timestamp": 1617717468449, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "cds", "timestamp": 1617717472849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "ves-openapi-manager", "timestamp": 1617717467348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.068Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "cds", "timestamp": 1617717472849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "aai-ml", "timestamp": 1617717468449, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "clamp", "timestamp": 1617717468279, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "ves-openapi-manager", "timestamp": 1617717467348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.069Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "clamp", "timestamp": 1617717468279, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "aai-ml", "timestamp": 1617717468449, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "cds", "timestamp": 1617717472849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "ves-openapi-manager", "timestamp": 1617717467348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.070Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "aai-ml", "timestamp": 1617717468449, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "clamp", "timestamp": 1617717468279, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "cds", "timestamp": 1617717472849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-windriver-id", "timestamp": 1617717477651, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.071Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "aai-ml", "timestamp": 1617717468449, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "cds", "timestamp": 1617717472849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "clamp", "timestamp": 1617717468279, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "ves-openapi-manager", "timestamp": 1617717467348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-windriver-id", "timestamp": 1617717477651, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.072Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "ves-openapi-manager", "timestamp": 1617717467348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "aai-ml", "timestamp": 1617717468449, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "clamp", "timestamp": 1617717468279, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "cds", "timestamp": 1617717472849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.073Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-windriver-id", "timestamp": 1617717477651, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717480441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "ves-openapi-manager", "timestamp": 1617717467348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "aai-ml", "timestamp": 1617717468449, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.074Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "cds", "timestamp": 1617717472849, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "clamp", "timestamp": 1617717468279, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-windriver-id", "timestamp": 1617717477651, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "dcae-sch", "timestamp": 1617717481350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.075Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717480441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-windriver-id", "timestamp": 1617717477651, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "ves-openapi-manager", "timestamp": 1617717482646, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "aai-ml", "timestamp": 1617717482649, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.076Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "cds", "timestamp": 1617717482651, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "dcae-sch", "timestamp": 1617717481350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717480441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-windriver-id", "timestamp": 1617717477651, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "policy-id", "timestamp": 1617717482748, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.077Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.078Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "cds", "timestamp": 1617717483657, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:00:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b885062-012b-4355-8a59-55778f3f695c 2021-04-06T14:00:37.082Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b885062-012b-4355-8a59-55778f3f695c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:00:37.088Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.088Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "ves-openapi-manager", "timestamp": 1617717483682, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-06T14:00:37.088Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.088Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.088Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-k8s-id", "timestamp": 1617717483064, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.088Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.088Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.088Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "dcae-sch", "timestamp": 1617717481350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.088Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.088Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717480441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-windriver-id", "timestamp": 1617717477651, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "policy-id", "timestamp": 1617717482748, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-k8s-id", "timestamp": 1617717483064, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.089Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.090Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "ves-openapi-manager", "timestamp": 1617717484687, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:00:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0b885062-012b-4355-8a59-55778f3f695c 2021-04-06T14:00:37.093Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b885062-012b-4355-8a59-55778f3f695c and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:00:37.098Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.098Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "dcae-sch", "timestamp": 1617717481350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.099Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.099Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.099Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717480441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.099Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.099Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.099Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-windriver-id", "timestamp": 1617717477651, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:00:37.099Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.099Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.099Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "policy-id", "timestamp": 1617717482748, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.099Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-k8s-id", "timestamp": 1617717483064, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "dcae-sch", "timestamp": 1617717481350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717480441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "policy-id", "timestamp": 1617717482748, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-k8s-id", "timestamp": 1617717483064, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.100Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "dcae-sch", "timestamp": 1617717481350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717480441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "policy-id", "timestamp": 1617717482748, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "aai-ml", "timestamp": 1617717487541, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-k8s-id", "timestamp": 1617717483064, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.101Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "dcae-sch", "timestamp": 1617717481350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-starlingx-id", "timestamp": 1617717480441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:00:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "policy-id", "timestamp": 1617717482748, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.102Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "aai-ml", "timestamp": 1617717488544, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:00:37.105Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b885062-012b-4355-8a59-55778f3f695c 2021-04-06T14:00:37.105Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b885062-012b-4355-8a59-55778f3f695c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:00:37.111Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.111Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-k8s-id", "timestamp": 1617717483064, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.111Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.111Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.111Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "dcae-sch", "timestamp": 1617717481350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.111Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.111Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "clamp", "timestamp": 1617717489088, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "policy-id", "timestamp": 1617717482748, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-k8s-id", "timestamp": 1617717483064, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "clamp", "timestamp": 1617717490110, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "policy-id", "timestamp": 1617717482748, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "multicloud-k8s-id", "timestamp": 1617717483064, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.112Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "clamp", "timestamp": 1617717491113, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:00:37.115Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b885062-012b-4355-8a59-55778f3f695c 2021-04-06T14:00:37.115Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b885062-012b-4355-8a59-55778f3f695c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:00:37.121Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.121Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "policy-id", "timestamp": 1617717491543, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:37.121Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.121Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.121Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "policy-id", "timestamp": 1617717492546, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:00:37.121Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.121Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.121Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717492149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.121Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.121Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.122Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "policy-id", "timestamp": 1617717493548, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:00:37.125Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b885062-012b-4355-8a59-55778f3f695c 2021-04-06T14:00:37.125Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b885062-012b-4355-8a59-55778f3f695c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:00:37.130Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.130Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717492149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.130Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.130Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.130Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717492149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.130Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.130Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.130Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717492149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.130Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717492149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717492149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717492149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717492149, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717501256, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.131Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717502915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:00:37.132Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:00:37.132Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:00:37.132Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617717503919, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:00:37.134Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b885062-012b-4355-8a59-55778f3f695c 2021-04-06T14:00:37.134Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b885062-012b-4355-8a59-55778f3f695c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:00:37.403Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T14:00:37.404Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T14:00:37.404Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f8a12b2d-b070-4eec-8573-dc0eef5c6833, URL: /sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar to file: /app/ASDC/1/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:37.404Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:37.404Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:37.404Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:37.480Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15808347161686188309/Definitions/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml 2021-04-06T14:00:38.048Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-06T14:00:38.049Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T14:00:38.049Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:38.049Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-06T14:00:38.049Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||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-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:38.049Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:38.049Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 82045aeb-9c93 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-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:38.049Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||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-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:38.049Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||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-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:38.050Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 82045aeb-9c93 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:38.050Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||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-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:38.050Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||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-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:38.050Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T14:00:38.050Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:00:38.050Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3MpBw8vWkPrVaXfkCWz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:00:38.050Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Node template pNF 82045aeb-9c93 0 is matching search criteria 2021-04-06T14:00:38.050Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T14:00:38.050Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 82045aeb-9c93 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T14:00:38.051Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:00:38.051Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3MpBw8vWkPrVaXfkCWz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:00:38.051Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Node template pNF 82045aeb-9c93 0 is matching search criteria 2021-04-06T14:00:38.051Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T14:00:38.051Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 82045aeb-9c93 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T14:00:38.051Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:00:38.051Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3MpBw8vWkPrVaXfkCWz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:00:38.051Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:00:38.052Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3MpBw8vWkPrVaXfkCWz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:00:38.052Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:00:38.052Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3MpBw8vWkPrVaXfkCWz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:00:38.052Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:00:38.052Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3MpBw8vWkPrVaXfkCWz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:00:38.052Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:00:38.052Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3MpBw8vWkPrVaXfkCWz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:00:38.052Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_3MpBw8vWkPrVaXfkCWz5 Description:catalog service description Model UUID:a11ffc97-ad3a-433c-b51d-189e109bcfcc Model Version:NULL Model InvariantUuid:e5d5f93e-799a-434b-b39f-64607aefc910 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-06T14:00:38.057Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: da610541-dddc-45e4-8d8c-40643e61ff6a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T14:00:38.058Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||pNF 82045aeb-9c93 0 2021-04-06T14:00:38.058Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: da610541-dddc-45e4-8d8c-40643e61ff6a 2021-04-06T14:00:38.058Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a11ffc97-ad3a-433c-b51d-189e109bcfcc 2021-04-06T14:00:38.059Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a11ffc97-ad3a-433c-b51d-189e109bcfcc 2021-04-06T14:00:38.059Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 82045aeb-9c93 0 da610541-dddc-45e4-8d8c-40643e61ff6a ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T14:00:38.061Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:00:38.061Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3MpBw8vWkPrVaXfkCWz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:00:38.062Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a11ffc97-ad3a-433c-b51d-189e109bcfcc: pNF 82045aeb-9c93 2021-04-06T14:00:38.062Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||Processing PNF resource: da610541-dddc-45e4-8d8c-40643e61ff6a 2021-04-06T14:00:38.062Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:00:38.062Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_3MpBw8vWkPrVaXfkCWz5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:00:38.062Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||Resource customization UUID: bc730d1e-2503-47ce-9efc-40f861bd2f41 is the same as notified resource customizationUUID: bc730d1e-2503-47ce-9efc-40f861bd2f41 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-06T14:00:38.084Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 82045aeb-9c93 da610541-dddc-45e4-8d8c-40643e61ff6a 0 ASDC deployResourceStructure 2021-04-06T14:00:38.084Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar ASDC sendASDCNotification 2021-04-06T14:00:38.084Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar 2021-04-06T14:00:38.084Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T14:00:38.085Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:00:38.086Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:00:38.087Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717638084, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:00:38.186Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-06T14:00:38.187Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:00:38.187Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:00:38.196Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:00:38.197Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:00:39.088Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b885062-012b-4355-8a59-55778f3f695c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:00:39.095Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b885062-012b-4355-8a59-55778f3f695c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:00:39.097Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:00:39.101Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-06T14:01:09.101Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b885062-012b-4355-8a59-55778f3f695c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-06T14:01:09.105Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b885062-012b-4355-8a59-55778f3f695c and serviceModelVersionId: a11ffc97-ad3a-433c-b51d-189e109bcfcc 2021-04-06T14:01:09.105Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5d5f93e-799a-434b-b39f-64607aefc910 2021-04-06T14:01:09.106Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5d5f93e-799a-434b-b39f-64607aefc910/model-vers/model-ver/a11ffc97-ad3a-433c-b51d-189e109bcfcc?depth=0 2021-04-06T14:01:09.110Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-06T14:01:09.138Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5d5f93e-799a-434b-b39f-64607aefc910/model-vers/model-ver/a11ffc97-ad3a-433c-b51d-189e109bcfcc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-06T14:01:09.139Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5d5f93e-799a-434b-b39f-64607aefc910/model-vers/model-ver/a11ffc97-ad3a-433c-b51d-189e109bcfcc?depth=0|INFO|500||Invoke 2021-04-06T14:01:09.154Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5d5f93e-799a-434b-b39f-64607aefc910/model-vers/model-ver/a11ffc97-ad3a-433c-b51d-189e109bcfcc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-06T14:01:09.366Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5d5f93e-799a-434b-b39f-64607aefc910/model-vers/model-ver/a11ffc97-ad3a-433c-b51d-189e109bcfcc?depth=0|INFO|500||InvokeReturn 2021-04-06T14:01:09.366Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e5d5f93e-799a-434b-b39f-64607aefc910/model-vers/model-ver/a11ffc97-ad3a-433c-b51d-189e109bcfcc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210406-14:01:09:159-58201], vertex-id=[487440], Content-Length=[0], Date=[Tue, 06 Apr 2021 14:01:09 GMT], Content-Type=[application/json]} 2021-04-06T14:01:09.366Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-04-06T14:01:09.366Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-06T14:01:09.366Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T14:01:09.369Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-06T14:01:09.369Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b885062-012b-4355-8a59-55778f3f695c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-06T14:01:09.369Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-06T14:01:09.370Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:01:09.371Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:01:09.371Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717669369, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T14:01:09.471Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:01:09.471Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:01:09.472Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:01:09.483Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:01:09.484Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T14:01:10.380Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:01:10.380Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:01:10.380Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:01:19.922Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:01:19.923Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:01:19.923Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:01:19.923Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:01:29.454Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:01:29.454Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:01:29.455Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:01:29.455Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:01:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:01:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:01:37.021Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:01:37.039Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:01:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:01:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb5c7198-0ede-4e72-a614-0b998dff3980", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717621649, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T14:01:37.040Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/resourceInstances/pnf82045aeb9c930/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:01:37.041Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:01:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:01:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:01:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:01:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717622660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:01:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-04-06T14:01:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-06T14:01:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717636400, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:01:37.042Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:01:38.991Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:01:38.992Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:01:38.992Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:01:38.992Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:01:48.533Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:01:48.534Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:01:48.534Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:01:48.534Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:01:58.072Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:01:58.072Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:01:58.072Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:01:58.072Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:02:07.601Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:02:07.601Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:02:07.602Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:02:07.602Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:02:17.145Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:02:37.018Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:02:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:02:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:02:37.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:02:37.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:02:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:02:37.539Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:02:37.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-06T14:02:37.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717638084, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3mpbw8vwkprvaxfkcwz5/1.0/artifacts/service-DemoPnf3mpbw8vwkprvaxfkcwz5-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:02:37.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:02:37.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-06T14:02:37.540Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0b885062-012b-4355-8a59-55778f3f695c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617717669369, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T14:02:37.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:02:46.557Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:03:37.018Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:03:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:03:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:03:37.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:03:37.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:03:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:03:46.559Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:03:46.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:04:37.018Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:04:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:04:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:04:37.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:04:37.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:04:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:04:46.558Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:04:46.558Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:05:37.018Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:05:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:05:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:05:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:05:37.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:05:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:05:46.559Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:05:46.559Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:06:37.018Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:06:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:06:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:06:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:06:37.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:06:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:06:46.561Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:06:46.566Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:37.018Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:07:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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-04-06T14:07:37.019Z|0b885062-012b-4355-8a59-55778f3f695c|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:07:37.020Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:07:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:41.251Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:41.251Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-06T14:07:41.251Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927","serviceName":"Demo_pNF_CbtHnWbquileMtC32JS2","serviceVersion":"1.0","serviceUUID":"4e255439-fcff-493c-a87f-a19880611df3","serviceDescription":"catalog service description","serviceInvariantUUID":"69dc9114-cd16-463e-8c4a-dbef8c88e9b0","resources":[{"resourceInstanceName":"pNF 31c9049c-6acc 0","resourceName":"pNF 31c9049c-6acc","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19054ec3-4903-4d8d-adf7-3b4e73110471","resourceInvariantUUID":"7a8fcb4a-3e90-4e0b-9840-5928322f7cdd","resourceCustomizationUUID":"5b2aace8-2507-4f3b-9843-bb44f3992004","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml","artifactChecksum":"NTkyMDQzYzY3ZDI2N2IxNDI3ODA5NGQyMjQ1NzRkMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1cfe002e-1a38-4160-9a5d-6be808b71f16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar","artifactChecksum":"OTFjNjJmNjkyYWM1NWU2ZjIzNTQ4ZjUwYTdlNzg1ZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"397fbfe8-03fa-41a7-88b9-b607d4a015a0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2fac4b8b-3934-4df0-abed-277e358fefef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjIzYWZjODA0ZjIxNTIzYjJhYmRhY2I1MGY0NTRiNTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ecae4f2c-a6eb-4682-926d-fbf3b74dcf6a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7da2fe68-8a57-43a1-bfc7-ce6af9cc3f3b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d0508f0-bc7b-46d4-b799-256f595b6592","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCbthnwbquilemtc32js2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml","artifactChecksum":"ZWY5NmYxMThkYjc0OWY2MmExYzc5MmM1N2FhMDk2YTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a527b48-5c07-4ad6-acc4-2824637cf0b0","artifactVersion":"1"},{"artifactName":"service-DemoPnfCbthnwbquilemtc32js2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar","artifactChecksum":"ODdlNjMxODAwYTgwZDRmOTA4NjUyZWEzODViYzU0MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30137d8d-465a-4ec3-8748-048998c00d40","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-06T14:07:41.253Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:07:41.253Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:07:41.255Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:07:41.255Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:07:41.355Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:07:41.355Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:07:41.355Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:41.364Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:41.364Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:07:41.389Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:41.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:07:41.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-windriver-id", "timestamp": 1617718057651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:07:41.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:07:42.255Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:07:42.256Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:07:42.257Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:07:42.257Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:07:42.357Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:07:42.358Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:07:42.358Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:42.366Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:42.366Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:07:43.258Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:07:43.258Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:07:43.260Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:07:43.260Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:07:43.360Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:07:43.361Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:07:43.361Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:43.371Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:43.372Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:07:44.261Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:07:44.261Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:07:44.263Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:07:44.263Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:07:44.363Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:07:44.363Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:07:44.363Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:44.374Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:44.374Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:07:45.263Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:07:45.264Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:07:45.265Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:07:45.266Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:07:45.365Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-06T14:07:45.366Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:07:45.366Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:45.375Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:45.376Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:07:46.266Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:07:46.267Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:07:46.268Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:07:46.268Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:07:46.368Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:07:46.369Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:07:46.369Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:46.378Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:46.379Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:07:47.268Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:07:47.269Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:07:47.271Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:07:47.271Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:07:47.371Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:07:47.372Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:07:47.372Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:47.381Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:47.381Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:07:48.272Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-06T14:07:48.272Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:07:48.274Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:07:48.274Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:07:48.374Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:07:48.374Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:07:48.374Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:48.384Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:48.384Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:07:49.275Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "serviceName": "Demo_pNF_CbtHnWbquileMtC32JS2", "serviceVersion": "1.0", "serviceUUID": "4e255439-fcff-493c-a87f-a19880611df3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "69dc9114-cd16-463e-8c4a-dbef8c88e9b0", "resources": [ { "resourceInstanceName": "pNF 31c9049c-6acc 0", "resourceCustomizationUUID": "5b2aace8-2507-4f3b-9843-bb44f3992004", "resourceName": "pNF 31c9049c-6acc", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "19054ec3-4903-4d8d-adf7-3b4e73110471", "resourceInvariantUUID": "7a8fcb4a-3e90-4e0b-9840-5928322f7cdd", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "artifactChecksum": "ODdlNjMxODAwYTgwZDRmOTA4NjUyZWEzODViYzU0MTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "30137d8d-465a-4ec3-8748-048998c00d40" } ], "workloadContext": "Production" } 2021-04-06T14:07:49.275Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-06T14:07:49.276Z|0b885062-012b-4355-8a59-55778f3f695c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4e255439-fcff-493c-a87f-a19880611df3 ASDC 2021-04-06T14:07:49.276Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 ServiceName:Demo_pNF_CbtHnWbquileMtC32JS2 ServiceVersion:1.0 ServiceUUID:4e255439-fcff-493c-a87f-a19880611df3 ServiceInvariantUUID:69dc9114-cd16-463e-8c4a-dbef8c88e9b0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCbthnwbquilemtc32js2-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar ArtifactUUID:30137d8d-465a-4ec3-8748-048998c00d40 ArtifactChecksum:ODdlNjMxODAwYTgwZDRmOTA4NjUyZWEzODViYzU0MTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 31c9049c-6acc 0 ResourceCustomizationUUID:5b2aace8-2507-4f3b-9843-bb44f3992004 ResourceInvariantUUID:7a8fcb4a-3e90-4e0b-9840-5928322f7cdd ResourceName:pNF 31c9049c-6acc ResourceType:PNF ResourceUUID:19054ec3-4903-4d8d-adf7-3b4e73110471 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-06T14:07:49.276Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e255439-fcff-493c-a87f-a19880611df3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:07:49.296Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T14:07:49.296Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T14:07:49.297Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T14:07:49.297Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 30137d8d-465a-4ec3-8748-048998c00d40 from URL: /sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:49.297Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-04-06T14:07:49.297Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:49.434Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-04-06T14:07:49.437Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar 30137d8d-465a-4ec3-8748-048998c00d40 83291 2021-04-06T14:07:49.437Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar ASDC sendASDCNotification 2021-04-06T14:07:49.437Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:49.437Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-06T14:07:49.437Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:07:49.439Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:07:49.439Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718069437, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:07:49.539Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:07:49.539Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:07:49.539Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:49.554Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:49.554Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:07:50.439Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-06T14:07:50.440Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-04-06T14:07:50.440Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 30137d8d-465a-4ec3-8748-048998c00d40, URL: /sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar to file: /app/ASDC/1/service-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:50.441Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:50.441Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:50.441Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:50.517Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9843287760390659252/Definitions/service-DemoPnfCbthnwbquilemtc32js2-template.yml 2021-04-06T14:07:51.086Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||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-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||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-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 31c9049c-6acc 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-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||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-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||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-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 31c9049c-6acc 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||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-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_CbtHnWbquileMtC32JS2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:07:51.087Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Node template pNF 31c9049c-6acc 0 is matching search criteria 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 31c9049c-6acc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_CbtHnWbquileMtC32JS2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Node template pNF 31c9049c-6acc 0 is matching search criteria 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 31c9049c-6acc 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_CbtHnWbquileMtC32JS2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_CbtHnWbquileMtC32JS2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_CbtHnWbquileMtC32JS2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:07:51.088Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:07:51.089Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_CbtHnWbquileMtC32JS2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:07:51.089Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:07:51.089Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_CbtHnWbquileMtC32JS2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:07:51.089Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_CbtHnWbquileMtC32JS2 Description:catalog service description Model UUID:4e255439-fcff-493c-a87f-a19880611df3 Model Version:NULL Model InvariantUuid:69dc9114-cd16-463e-8c4a-dbef8c88e9b0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-06T14:07:51.093Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 19054ec3-4903-4d8d-adf7-3b4e73110471 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T14:07:51.095Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||pNF 31c9049c-6acc 0 2021-04-06T14:07:51.095Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 19054ec3-4903-4d8d-adf7-3b4e73110471 2021-04-06T14:07:51.095Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 4e255439-fcff-493c-a87f-a19880611df3 2021-04-06T14:07:51.095Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 4e255439-fcff-493c-a87f-a19880611df3 2021-04-06T14:07:51.095Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 31c9049c-6acc 0 19054ec3-4903-4d8d-adf7-3b4e73110471 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T14:07:51.098Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:07:51.098Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_CbtHnWbquileMtC32JS2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:07:51.098Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 4e255439-fcff-493c-a87f-a19880611df3: pNF 31c9049c-6acc 2021-04-06T14:07:51.099Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||Processing PNF resource: 19054ec3-4903-4d8d-adf7-3b4e73110471 2021-04-06T14:07:51.099Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-06T14:07:51.099Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_CbtHnWbquileMtC32JS2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-06T14:07:51.099Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||Resource customization UUID: 5b2aace8-2507-4f3b-9843-bb44f3992004 is the same as notified resource customizationUUID: 5b2aace8-2507-4f3b-9843-bb44f3992004 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-06T14:07:51.157Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 31c9049c-6acc 19054ec3-4903-4d8d-adf7-3b4e73110471 0 ASDC deployResourceStructure 2021-04-06T14:07:51.157Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar ASDC sendASDCNotification 2021-04-06T14:07:51.157Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar 2021-04-06T14:07:51.158Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-06T14:07:51.158Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:07:51.159Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:07:51.159Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718071157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:07:51.259Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:07:51.260Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:07:51.260Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:07:51.268Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:07:51.268Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-06T14:07:52.160Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:07:52.166Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:07:52.168Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T14:07:52.168Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T14:07:52.168Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T14:08:22.168Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:08:22.175Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:08:22.176Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T14:08:22.176Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T14:08:22.176Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T14:08:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:08:37.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:08:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:08:37.040Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:08:37.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:08:37.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "cds", "timestamp": 1617718057849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:08:37.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:08:52.176Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:08:52.185Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:08:52.186Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T14:08:52.186Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T14:08:52.186Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T14:09:22.187Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:09:22.193Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:09:22.194Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T14:09:22.194Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T14:09:22.194Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T14:09:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:09:37.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:09:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:09:37.040Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:09:37.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:09:37.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-starlingx-id", "timestamp": 1617718060441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:09:37.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:09:37.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:09:37.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:09:37.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:09:52.194Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:09:52.203Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:09:52.204Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T14:09:52.204Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T14:09:52.204Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T14:10:22.204Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:10:22.211Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:10:22.212Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T14:10:22.212Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-06T14:10:22.212Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-06T14:10:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:10:37.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:10:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:10:37.547Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:10:37.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "dcae-sch", "timestamp": 1617718061350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-windriver-id", "timestamp": 1617718057651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-starlingx-id", "timestamp": 1617718060441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "cds", "timestamp": 1617718057849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617718062150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "dcae-sch", "timestamp": 1617718061350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-windriver-id", "timestamp": 1617718057651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "cds", "timestamp": 1617718057849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-starlingx-id", "timestamp": 1617718060441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "policy-id", "timestamp": 1617718062748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-k8s-id", "timestamp": 1617718063064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617718062150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "dcae-sch", "timestamp": 1617718061350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-windriver-id", "timestamp": 1617718057651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "cds", "timestamp": 1617718057849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-starlingx-id", "timestamp": 1617718060441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "policy-id", "timestamp": 1617718062748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-k8s-id", "timestamp": 1617718063064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617718062150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "dcae-sch", "timestamp": 1617718061350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-windriver-id", "timestamp": 1617718057651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-starlingx-id", "timestamp": 1617718060441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "cds", "timestamp": 1617718057849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "policy-id", "timestamp": 1617718062748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-k8s-id", "timestamp": 1617718063064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617718062150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "dcae-sch", "timestamp": 1617718061350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.552Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-windriver-id", "timestamp": 1617718057651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-starlingx-id", "timestamp": 1617718060441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "cds", "timestamp": 1617718057849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "policy-id", "timestamp": 1617718062748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-k8s-id", "timestamp": 1617718063064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617718062150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "dcae-sch", "timestamp": 1617718061350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-windriver-id", "timestamp": 1617718057651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-starlingx-id", "timestamp": 1617718060441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "cds", "timestamp": 1617718057849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "policy-id", "timestamp": 1617718062748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-k8s-id", "timestamp": 1617718063064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617718062150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "ves-openapi-manager", "timestamp": 1617718067348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "dcae-sch", "timestamp": 1617718061350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-windriver-id", "timestamp": 1617718057651, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-starlingx-id", "timestamp": 1617718060441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "cds", "timestamp": 1617718057849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:10:37.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718057018, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "policy-id", "timestamp": 1617718062748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-k8s-id", "timestamp": 1617718063064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617718062150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "clamp", "timestamp": 1617718068279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "ves-openapi-manager", "timestamp": 1617718067348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "dcae-sch", "timestamp": 1617718061350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "aai-ml", "timestamp": 1617718068449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "cds", "timestamp": 1617718069338, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "policy-id", "timestamp": 1617718062748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718069437, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-k8s-id", "timestamp": 1617718063064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617718062150, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:10:37.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "clamp", "timestamp": 1617718068279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "ves-openapi-manager", "timestamp": 1617718067348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "aai-ml", "timestamp": 1617718068449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "cds", "timestamp": 1617718070344, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:10:37.563Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 2021-04-06T14:10:37.563Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:10:37.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "policy-id", "timestamp": 1617718062748, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "multicloud-k8s-id", "timestamp": 1617718063064, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "clamp", "timestamp": 1617718068279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617718070947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "ves-openapi-manager", "timestamp": 1617718067348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "aai-ml", "timestamp": 1617718068449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718071157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "policy-id", "timestamp": 1617718071526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "clamp", "timestamp": 1617718068279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "ves-openapi-manager", "timestamp": 1617718067348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "aai-ml", "timestamp": 1617718068449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "policy-id", "timestamp": 1617718072529, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617718072641, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "clamp", "timestamp": 1617718068279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "ves-openapi-manager", "timestamp": 1617718067348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-06T14:10:37.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "aai-ml", "timestamp": 1617718068449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "policy-id", "timestamp": 1617718073531, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:10:37.575Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 2021-04-06T14:10:37.575Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:10:37.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1617718073644, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:10:37.582Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 2021-04-06T14:10:37.583Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "clamp", "timestamp": 1617718068279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "ves-openapi-manager", "timestamp": 1617718067348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "aai-ml", "timestamp": 1617718068449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "clamp", "timestamp": 1617718068279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "ves-openapi-manager", "timestamp": 1617718067348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "aai-ml", "timestamp": 1617718068449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-template.yml", "status": "NOT_NOTIFIED" } 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "clamp", "timestamp": 1617718068279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "aai-ml", "timestamp": 1617718068449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "NOTIFIED" } 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "ves-openapi-manager", "timestamp": 1617718077092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "ves-openapi-manager", "timestamp": 1617718078106, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/resourceInstances/pnf31c9049c6acc0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "aai-ml", "timestamp": 1617718078359, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "ves-openapi-manager", "timestamp": 1617718079108, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:10:37.594Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 2021-04-06T14:10:37.594Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:10:37.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "clamp", "timestamp": 1617718079660, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-06T14:10:37.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "clamp", "timestamp": 1617718080677, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:10:37.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "clamp", "timestamp": 1617718081681, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:10:37.603Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 2021-04-06T14:10:37.604Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:10:37.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "aai-ml", "timestamp": 1617718082935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCbthnwbquilemtc32js2/1.0/artifacts/service-DemoPnfCbthnwbquilemtc32js2-csar.csar", "status": "DEPLOY_OK" } 2021-04-06T14:10:37.609Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:10:37.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:10:37.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "aai-ml", "timestamp": 1617718083939, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:10:37.613Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 2021-04-06T14:10:37.613Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-06T14:10:52.212Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:10:52.220Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-06T14:10:52.221Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-06T14:10:52.221Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-06T14:10:52.221Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-06T14:10:52.221Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-06T14:10:52.221Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:10:52.221Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:10:52.221Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:10:52.221Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:10:52.222Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:10:52.222Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:10:52.222Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-06T14:10:52.222Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-06T14:10:52.225Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-06T14:11:22.225Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-06T14:11:22.229Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 and serviceModelVersionId: 4e255439-fcff-493c-a87f-a19880611df3 2021-04-06T14:11:22.229Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69dc9114-cd16-463e-8c4a-dbef8c88e9b0 2021-04-06T14:11:22.230Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69dc9114-cd16-463e-8c4a-dbef8c88e9b0/model-vers/model-ver/4e255439-fcff-493c-a87f-a19880611df3?depth=0 2021-04-06T14:11:22.234Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-04-06T14:11:22.265Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69dc9114-cd16-463e-8c4a-dbef8c88e9b0/model-vers/model-ver/4e255439-fcff-493c-a87f-a19880611df3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-06T14:11:22.266Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69dc9114-cd16-463e-8c4a-dbef8c88e9b0/model-vers/model-ver/4e255439-fcff-493c-a87f-a19880611df3?depth=0|INFO|500||Invoke 2021-04-06T14:11:22.287Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69dc9114-cd16-463e-8c4a-dbef8c88e9b0/model-vers/model-ver/4e255439-fcff-493c-a87f-a19880611df3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-06T14:11:22.556Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69dc9114-cd16-463e-8c4a-dbef8c88e9b0/model-vers/model-ver/4e255439-fcff-493c-a87f-a19880611df3?depth=0|INFO|500||InvokeReturn 2021-04-06T14:11:22.557Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/69dc9114-cd16-463e-8c4a-dbef8c88e9b0/model-vers/model-ver/4e255439-fcff-493c-a87f-a19880611df3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210406-14:11:22:293-92164], vertex-id=[225448], Content-Length=[0], Date=[Tue, 06 Apr 2021 14:11:22 GMT], Content-Type=[application/json]} 2021-04-06T14:11:22.557Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-04-06T14:11:22.557Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-06T14:11:22.557Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-06T14:11:22.561Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-06T14:11:22.561Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-06T14:11:22.561Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-06T14:11:22.561Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-04-06T14:11:22.563Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-06T14:11:22.563Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718282561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T14:11:22.663Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-06T14:11:22.663Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-06T14:11:22.663Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as AY3gNPzOVobei8Ve) ... 2021-04-06T14:11:22.675Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:11:22.675Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-06T14:11:23.571Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:11:23.571Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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-04-06T14:11:23.571Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:11:33.759Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:11:33.760Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:11:33.760Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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-04-06T14:11:33.760Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:11:37.020Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:11:37.021Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:11:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:11:37.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:11:37.640Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-04-06T14:11:37.640Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927", "consumerID": "SO-COpenSource-Env11", "timestamp": 1617718282561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-06T14:11:37.640Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-06T14:11:43.296Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:11:43.296Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:11:43.297Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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-04-06T14:11:43.297Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:11:52.831Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:11:52.832Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:11:52.832Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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-04-06T14:11:52.832Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:12:02.371Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:12:37.018Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:12:37.019Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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-04-06T14:12:37.019Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:12:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:12:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:12:37.020Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:12:46.556Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:12:46.567Z|59efeb6c-d6f2-4fb4-9c17-90e8c28c1122|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:13:37.018Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:13:37.019Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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-04-06T14:13:37.019Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:13:37.020Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:13:37.020Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:13:37.021Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:13:46.561Z|bdfb02ef-8f2a-4aa5-a9ce-0a9fe05de927|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:13:46.562Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:14:37.019Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:14:37.020Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:14:37.020Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:14:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:14:37.020Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:14:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:14:46.562Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:14:46.562Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:15:37.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:15:37.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:15:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:15:37.020Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:15:37.020Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:15:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:15:46.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:15:46.561Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:16:37.018Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:16:37.019Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:16:37.019Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:16:37.020Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-06T14:16:37.020Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-06T14:16:37.020Z||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 AY3gNPzOVobei8Ve) ... 2021-04-06T14:16:46.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-06T14:16:46.562Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK