JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-06-04T01:49:13.567Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-xlkzd with PID 14 (/app/app.jar started by so in /app) 2021-06-04T01:49:13.573Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-06-04T01:49:13.574Z||main|||||INFO|500||The following profiles are active: basic 2021-06-04T01:49:21.759Z||main|||||INFO|500||Starting service [Tomcat] 2021-06-04T01:49:21.760Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-06-04T01:49:21.839Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-06-04T01:49:23.483Z||main|||||INFO|500||catdb-pool - Starting... 2021-06-04T01:49:23.661Z||main|||||INFO|500||catdb-pool - Start completed. 2021-06-04T01:49:24.077Z||main|||||INFO|500||reqdb-pool - Starting... 2021-06-04T01:49:24.087Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-06-04T01:49:24.177Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-06-04T01:49:24.313Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-06-04T01:49:24.715Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-06-04T01:49:25.627Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-06-04T01:49:27.732Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-06-04T01:49:27.779Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-06-04T01:49:28.346Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-06-04T01:49:28.503Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-06-04T01:49:29.802Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-06-04T01:49:30.795Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-06-04T01:49:30.838Z||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$$7e4b9352.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-06-04T01:49:30.839Z||main|||||WARN|500||The sdc end point is not alive 2021-06-04T01:49:33.378Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-06-04T01:49:35.982Z||main|||||WARN|500||--- 2021-06-04T01:49:35.983Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-06-04T01:49:35.983Z||main|||||WARN|500||--- 2021-06-04T01:49:36.286Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-06-04T01:49:39.660Z||main|||||INFO|500||Started Application in 28.378 seconds (JVM running for 29.745) 2021-06-04T01:49:39.661Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:49:39.664Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:49:39.676Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:49:39.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:49:39.805Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e17a157-da11-4b49-bf5c-94f21ad45dd2 url= /sdc/v1/artifactTypes 2021-06-04T01:49:39.805Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:49:40.946Z||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.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:49:40.951Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@562c2367 2021-06-04T01:49:40.951Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:49:40.962Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:49:40.963Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:49:40.965Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:50:29.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:50:29.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:50:29.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:50:29.660Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:50:29.670Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18d6d7bb-2c59-4655-a59b-77c9743534a4 url= /sdc/v1/artifactTypes 2021-06-04T01:50:29.671Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:50:30.705Z||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.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:50:30.705Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@605b7c48 2021-06-04T01:50:30.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:50:30.706Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:50:30.706Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:50:30.707Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:51:19.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:51:19.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:51:19.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:51:19.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:51:19.664Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3648f553-6cae-40ef-8486-cf012d4d6ac5 url= /sdc/v1/artifactTypes 2021-06-04T01:51:19.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:51:20.689Z||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.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:51:20.690Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@306fbcbc 2021-06-04T01:51:20.690Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:51:20.691Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:51:20.691Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:51:20.692Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:52:09.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:52:09.656Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:52:09.656Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:52:09.662Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:52:09.667Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1f9e2f79-4026-498f-94e5-c4733b943679 url= /sdc/v1/artifactTypes 2021-06-04T01:52:09.668Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:52:10.705Z||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.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:52:10.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26d2b021 2021-06-04T01:52:10.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:52:10.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:52:10.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:52:10.709Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:52:59.655Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:52:59.656Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:52:59.656Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:52:59.660Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:52:59.666Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fe93f8bf-4d42-4af8-8a4c-896a09cdf97a url= /sdc/v1/artifactTypes 2021-06-04T01:52:59.666Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:53:00.689Z||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.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:53:00.690Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1533f282 2021-06-04T01:53:00.690Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:53:00.691Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:53:00.691Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:53:00.691Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:53:49.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:53:49.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:53:49.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:53:49.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:53:49.666Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c92e766-eac9-43b0-9ffe-66313f8ed39f url= /sdc/v1/artifactTypes 2021-06-04T01:53:49.667Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:53:50.705Z||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.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:53:50.706Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f952de9 2021-06-04T01:53:50.706Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:53:50.706Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:53:50.706Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:53:50.707Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:54:39.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:54:39.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:54:39.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:54:39.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:54:39.663Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c7bb7f5b-8b92-4fb1-bc28-19c29ddbd747 url= /sdc/v1/artifactTypes 2021-06-04T01:54:39.664Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:54:40.689Z||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.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:54:40.690Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@221d5379 2021-06-04T01:54:40.690Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:54:40.690Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:54:40.690Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:54:40.691Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:55:29.657Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:55:29.658Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:55:29.659Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:55:29.663Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:55:29.670Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57672649-9113-4895-815a-89f9178f4f20 url= /sdc/v1/artifactTypes 2021-06-04T01:55:29.670Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:55:30.706Z||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.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:55:30.707Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@15301f36 2021-06-04T01:55:30.707Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:55:30.707Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:55:30.708Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:55:30.708Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:56:19.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:56:19.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:56:19.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:56:19.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:56:19.665Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 68e6d1d8-23ec-451f-b6dc-ef2ca3233302 url= /sdc/v1/artifactTypes 2021-06-04T01:56:19.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:56:20.692Z||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.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:56:20.693Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29c6fc6b 2021-06-04T01:56:20.693Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:56:20.693Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:56:20.694Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:56:20.694Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:57:09.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:57:09.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:57:09.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:57:09.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:57:09.664Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9d9220ef-63d7-45f2-9b71-44dc68b95aff url= /sdc/v1/artifactTypes 2021-06-04T01:57:09.664Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:57:10.710Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:57:10.710Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73612c42 2021-06-04T01:57:10.710Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:57:10.711Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:57:10.711Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:57:10.712Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:57:59.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:57:59.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:57:59.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:57:59.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:57:59.665Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa12864e-8121-4c19-bb90-2a32c276a9f7 url= /sdc/v1/artifactTypes 2021-06-04T01:57:59.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:58:00.689Z||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.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:58:00.689Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c05531b 2021-06-04T01:58:00.689Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:58:00.690Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:58:00.690Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:58:00.690Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:58:49.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:58:49.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:58:49.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:58:49.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:58:49.667Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 956a00d7-faca-4e45-a079-91b0d7d9e318 url= /sdc/v1/artifactTypes 2021-06-04T01:58:49.667Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:58:50.704Z||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.40.232] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-06-04T01:58:50.705Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@695cbbee 2021-06-04T01:58:50.705Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-06-04T01:58:50.705Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-06-04T01:58:50.705Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T01:58:50.706Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T01:59:17.605Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-06-04T01:59:39.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T01:59:39.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T01:59:39.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T01:59:39.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T01:59:39.665Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f7bb8c3-18f4-4322-a9ca-6faece0cd222 url= /sdc/v1/artifactTypes 2021-06-04T01:59:39.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T01:59:39.864Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-04T01:59:39.873Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-06-04T01:59:39.899Z||scheduling-1|||||DEBUG|500||create keys 2021-06-04T01:59:39.906Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-06-04T01:59:40.945Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-06-04T01:59:40.948Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused)] 2021-06-04T01:59:40.949Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused) 2021-06-04T01:59:40.949Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T02:00:29.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T02:00:29.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T02:00:29.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T02:00:29.659Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T02:00:29.667Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d450df97-5d61-4fd2-954c-aae65482c89f url= /sdc/v1/artifactTypes 2021-06-04T02:00:29.667Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T02:00:29.721Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-04T02:00:29.723Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-06-04T02:00:29.723Z||scheduling-1|||||DEBUG|500||create keys 2021-06-04T02:00:29.724Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-06-04T02:00:29.724Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-06-04T02:00:30.737Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-06-04T02:00:30.738Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused)] 2021-06-04T02:00:30.738Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused) 2021-06-04T02:00:30.738Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T02:01:19.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T02:01:19.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T02:01:19.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T02:01:19.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T02:01:19.665Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e36f8072-b9b0-432c-9a28-e34b41abfc43 url= /sdc/v1/artifactTypes 2021-06-04T02:01:19.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T02:01:19.712Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-04T02:01:19.714Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-06-04T02:01:19.714Z||scheduling-1|||||DEBUG|500||create keys 2021-06-04T02:01:19.714Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-06-04T02:01:19.715Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-06-04T02:01:20.752Z||scheduling-1|||||WARN|500||Error executing HTTP request. Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused); blacklisting for 2 minutes 2021-06-04T02:01:20.753Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=UEB_KEYS_CREATION_FAILED, responseMessage=failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused)] 2021-06-04T02:01:20.753Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused) 2021-06-04T02:01:20.754Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused) 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: failed to create keys: Connect to message-router.onap:3904 [message-router.onap/10.233.24.241] failed: Connection refused (Connection refused) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T02:02:09.655Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T02:02:09.655Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T02:02:09.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T02:02:09.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T02:02:09.665Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a031fff-75de-4454-84cf-b8d4b14a017f url= /sdc/v1/artifactTypes 2021-06-04T02:02:09.665Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T02:02:09.725Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-04T02:02:09.727Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-06-04T02:02:09.727Z||scheduling-1|||||DEBUG|500||create keys 2021-06-04T02:02:09.727Z||scheduling-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts. 2021-06-04T02:02:09.728Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-06-04T02:02:09.757Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:02:09.777Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 442fd03e-3a3b-4ff3-81d2-6ed6ad522628 url= /sdc/v1/registerForDistribution 2021-06-04T02:02:09.791Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@576501d2 2021-06-04T02:02:09.792Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_SERVER_PROBLEM, responseMessage=ASDC server problem] 2021-06-04T02:02:09.793Z||scheduling-1|||||DEBUG|500||error from ASDC is: { "requestError": { "policyException": { "messageId": "POL5000", "text": "Error: Internal Server Error. Please try again later.", "variables": [] } } } 2021-06-04T02:02:09.801Z||scheduling-1|||||WARN|500||DELETE http://message-router.onap:3904/apiKeys/eJt80eyxaQZUXeiC will send credentials over a clear channel. 2021-06-04T02:02:09.801Z||scheduling-1|||||INFO|500||DELETE http://message-router.onap:3904/apiKeys/eJt80eyxaQZUXeiC (as eJt80eyxaQZUXeiC) ... 2021-06-04T02:02:09.823Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:02:09.826Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-06-04T02:02:09.827Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-06-04T02:02:59.654Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-06-04T02:02:59.654Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-06-04T02:02:59.655Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-06-04T02:02:59.658Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-06-04T02:02:59.663Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f1c4a6f-4a57-463f-ad13-997fe3390b8f url= /sdc/v1/artifactTypes 2021-06-04T02:02:59.664Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-06-04T02:02:59.757Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-06-04T02:02:59.759Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-06-04T02:02:59.759Z||scheduling-1|||||DEBUG|500||create keys 2021-06-04T02:02:59.759Z||scheduling-1|||||WARN|500||POST http://message-router.onap:3904/apiKeys/create will send credentials over a clear channel. 2021-06-04T02:02:59.760Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (as eJt80eyxaQZUXeiC) ... 2021-06-04T02:02:59.795Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:02:59.797Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 36f0bbe6-f16f-4a26-b1a4-1e4e20680b2a url= /sdc/v1/registerForDistribution 2021-06-04T02:02:59.998Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 36f0bbe6-f16f-4a26-b1a4-1e4e20680b2a url= /sdc/v1/registerForDistribution 2021-06-04T02:02:59.998Z||scheduling-1|||||INFO|500||start DistributionClient 2021-06-04T02:03:00.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:03:00.007Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:03:00.007Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:03:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:03:00.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:03:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:03:00.014Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-06-04T02:03:10.255Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:03:10.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:04:00.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:04:00.007Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:04:00.007Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:04:00.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:04:00.008Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:04:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:04:09.560Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:04:09.560Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:05:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:05:00.006Z||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-06-04T02:05:00.007Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:05:00.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:05:00.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:05:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:05:09.564Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:05:09.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:06:00.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:06:00.007Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:06:00.007Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:06:00.010Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:06:00.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:06:00.010Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:06:09.557Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:06:09.558Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:07:00.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:07:00.006Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:07:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:07:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:07:00.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:07:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:07:09.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:07:09.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:08:00.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:08:00.006Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:08:00.007Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:08:00.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:08:00.014Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:08:00.014Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:08:09.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:08:09.558Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:09:00.005Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:09:00.006Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:09:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:09:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:09:00.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:09:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:09:09.559Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:09:09.559Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:10:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:10:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:10:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:10:00.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:10:00.009Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:10:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:10:09.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:10:09.562Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:11:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:11:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:11:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:11:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:11:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:11:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:11:09.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:11:09.557Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:12:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:12:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:12:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:12:00.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:12:00.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:12:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:12:09.560Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:12:09.560Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:13:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:13:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:13:00.007Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:13:00.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:13:00.009Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:13:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:13:09.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:13:09.561Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:14:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:14:00.006Z||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-06-04T02:14:00.007Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:14:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:14:00.011Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:14:00.011Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:14:09.559Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:14:09.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:15:00.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:15:00.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:15:00.008Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:15:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:15:00.009Z||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-06-04T02:15:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:15:09.637Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:15:09.639Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:16:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:16:00.006Z||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-06-04T02:16:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:16:00.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:16:00.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:16:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:16:09.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:16:09.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:17:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:17:00.006Z||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-06-04T02:17:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:17:00.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:17:00.008Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:17:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:17:09.550Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:17:09.551Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:18:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:18:00.006Z||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-06-04T02:18:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:18:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:18:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:18:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:18:09.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:18:09.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:19:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:19:00.006Z||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-06-04T02:19:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:19:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:19:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:19:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:19:09.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:19:09.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:20:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:20:00.006Z||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-06-04T02:20:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:20:00.008Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:20:00.009Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:20:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:20:09.549Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:20:09.563Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:21:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:21:00.006Z||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-06-04T02:21:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:21:00.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:21:00.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:21:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:21:09.551Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:21:09.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:22:00.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:22:00.007Z||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-06-04T02:22:00.007Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:22:00.008Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:22:00.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:22:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:22:09.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:22:09.557Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:23:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:23:00.006Z||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-06-04T02:23:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:23:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:23:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:23:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:23:09.548Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:23:09.552Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:24:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:24:00.006Z||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-06-04T02:24:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:24:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:24:00.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:24:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:24:09.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:24:09.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:25:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:25:00.006Z||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-06-04T02:25:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:25:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:25:00.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:25:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:25:09.551Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:25:09.554Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:26:00.005Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:26:00.007Z||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-06-04T02:26:00.007Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:26:00.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:26:00.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:26:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:26:09.556Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:26:09.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:27:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:27:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:27:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:27:00.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:27:00.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:27:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:27:09.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:27:09.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:28:00.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:28:00.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:28:00.007Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:28:00.007Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:28:00.008Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:28:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:28:09.550Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:28:09.552Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:29:00.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:29:00.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:29:00.007Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:29:00.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:29:00.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:29:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:29:09.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:29:09.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:30:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:30:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:30:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:30:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:30:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:30:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:30:09.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:30:09.557Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:31:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:31:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:31:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:31:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:31:00.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:31:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:31:09.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:31:09.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:32:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:32:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:32:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:32:00.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:32:00.008Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:32:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:32:09.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:32:09.547Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:33:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:33:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:33:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:33:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:33:00.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:33:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:33:09.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:33:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:34:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:34:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:34:00.006Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:34:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:34:00.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:34:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:34:09.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:34:09.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:35:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:35:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:35:00.007Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:35:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:35:00.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:35:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:35:09.554Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:35:09.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:36:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:36:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:36:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:36:00.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:36:00.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:36:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:36:09.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:36:09.546Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:37:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:37:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:37:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:37:00.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:37:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:37:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:37:09.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:37:09.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:38:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:38:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:38:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:38:00.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:38:00.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:38:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:38:09.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:38:09.552Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:39:00.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:39:00.007Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:39:00.007Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:39:00.007Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:39:00.008Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:39:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:39:09.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:39:09.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:40:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:40:00.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:40:00.010Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:40:00.010Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:40:00.010Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:40:00.010Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:40:09.559Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:40:09.559Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:41:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:41:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:41:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:41:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:41:00.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:41:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:41:09.547Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:41:09.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:42:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:42:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:42:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:42:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:42:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:42:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:42:09.547Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:42:09.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:43:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:43:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:43:00.007Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:43:00.008Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:43:00.008Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:43:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:43:09.551Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:43:09.552Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:44:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:44:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:44:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:44:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:44:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:44:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:44:09.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:44:09.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:45:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:45:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:45:00.007Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:45:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:45:00.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:45:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:45:09.548Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:45:09.549Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:46:00.005Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:46:00.006Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:46:00.006Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:46:00.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:46:00.009Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:46:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:46:09.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:46:09.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:47:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:47:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:47:00.007Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:47:00.008Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:47:00.009Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:47:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:47:09.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:47:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:48:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:48:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:48:00.007Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:48:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:48:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:48:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:48:09.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:48:09.552Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:49:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:49:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:49:00.007Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:49:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:49:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:49:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:49:09.554Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:49:09.555Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:50:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:50:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:50:00.006Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:50:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:50:00.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:50:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:50:09.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:50:09.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:51:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:51:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:51:00.006Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:51:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:51:00.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:51:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:51:09.548Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:51:09.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:52:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:52:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:52:00.006Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:52:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:52:00.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:52:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:52:09.552Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:52:09.553Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:53:00.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:53:00.007Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:53:00.007Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:53:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:53:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:53:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:53:09.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:53:09.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:54:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:54:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:54:00.006Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:54:00.007Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:54:00.008Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:54:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:54:09.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:54:09.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:55:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:55:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:55:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:55:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:55:00.009Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:55:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:55:09.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:55:09.551Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:56:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:56:00.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:56:00.007Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:56:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:56:00.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:56:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:56:09.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:56:09.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:57:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:57:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:57:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:57:00.008Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:57:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:57:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:57:09.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:57:09.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:58:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:58:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:58:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:58:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:58:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:58:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:58:09.565Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:58:09.565Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:59:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:59:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:59:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:59:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T02:59:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T02:59:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T02:59:09.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T02:59:09.547Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:00:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:00:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:00:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:00:00.008Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:00:00.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:00:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:00:09.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:00:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:01:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:01:00.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:01:00.007Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:01:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:01:00.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:01:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:01:09.549Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:01:09.558Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:02:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:02:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:02:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:02:00.007Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:02:00.008Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:02:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:02:09.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:02:09.556Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:03:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:03:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:03:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:03:00.007Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:03:00.008Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:03:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:03:09.549Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:03:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:04:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:04:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:04:00.007Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:04:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:04:00.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:04:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:04:09.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:04:09.550Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:05:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:05:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:05:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:05:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:05:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:05:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:05:09.544Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:05:09.549Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:06:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:06:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:06:00.007Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:06:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:06:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:06:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:06:09.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:06:09.553Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:07:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:07:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:07:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:07:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:07:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:07:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:07:09.546Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:07:09.546Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:08:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:08:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:08:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:08:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:08:00.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:08:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:08:09.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:08:09.550Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:09:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:09:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:09:00.006Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:09:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:09:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:09:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:09:09.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:09:09.550Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:00.005Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:10:00.006Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:10:00.007Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:10:00.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:10:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:00.632Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:00.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3c93321-480c-4ea8-a013-11819b1cdeca","serviceName":"basic_onboard_uDydny","serviceVersion":"1.0","serviceUUID":"5b2fcab1-bbd3-4879-8ed2-16e6b143b895","serviceDescription":"service","serviceInvariantUUID":"8f714ba6-91db-458f-83bd-dd8b01d58197","resources":[{"resourceInstanceName":"basic_onboard_uDydny 0","resourceName":"basic_onboard_uDydny","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e00730c-66ea-4f92-b593-2ca7964fee5f","resourceInvariantUUID":"2ebc9446-9281-4acb-be2d-328e1963f38a","resourceCustomizationUUID":"cf646f98-25d5-4235-a853-84b646b358a6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml","artifactChecksum":"OTIyYzIzNDE0MTY4OTdjMzRkYzljZGQ4ODUzOTk5NjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"655d5b25-a58d-43f5-a7c7-d9d28b1e2989","artifactVersion":"1"},{"artifactName":"basic_onboard_udydny0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json","artifactChecksum":"MzMzYjI0ZjcxZWE2ZDA3ODBhNzgyMTQ3YzcwMDY3Mzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3902b391-a339-4873-bda0-52f6cc1085bf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5b537097-b163-4fb2-97c6-d1d153a659fe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d84b4c7c-fa54-4054-a1c3-8770e42e37a1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"885abbca-0dd6-4241-86aa-0b925fc0f4a7","artifactVersion":"2","generatedFromUUID":"5b537097-b163-4fb2-97c6-d1d153a659fe"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUdydny-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml","artifactChecksum":"OGIyMDZkMWMxNGU0NGRjYTEwZDU2MGNlN2YwZmViNDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd2cae72-81ac-4d6b-85fe-cc481b9512d6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUdydny-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar","artifactChecksum":"NWY5ODlkYjIyNWM0MTVhNjYzODlhZDI2ZDFmZjk1MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"976240c5-9ba8-4c69-8753-f9263379b17b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-04T03:10:00.636Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:00.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "clamp", "timestamp": 1622776154042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.651Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:10:00.658Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:00.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "cds", "timestamp": 1622776153315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776153954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776153506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "aai-ml", "timestamp": 1622776154930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "clamp", "timestamp": 1622776154042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "cds", "timestamp": 1622776153315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776153954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776153506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "aai-ml", "timestamp": 1622776154930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "cds", "timestamp": 1622776153315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "clamp", "timestamp": 1622776154042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776153954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776153506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:10:00.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "aai-ml", "timestamp": 1622776154930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "clamp", "timestamp": 1622776154042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "cds", "timestamp": 1622776153315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.670Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:00.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776153954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.670Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776153506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "aai-ml", "timestamp": 1622776154930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "ves-openapi-manager", "timestamp": 1622776159524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776159631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "cds", "timestamp": 1622776153315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "clamp", "timestamp": 1622776154042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776153954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776153506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "aai-ml", "timestamp": 1622776154930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "ves-openapi-manager", "timestamp": 1622776159524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776159631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:10:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "cds", "timestamp": 1622776153315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "clamp", "timestamp": 1622776154042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776153954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776153506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "aai-ml", "timestamp": 1622776154930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "ves-openapi-manager", "timestamp": 1622776159524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776159631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:10:00.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776161722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "cds", "timestamp": 1622776153315, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "clamp", "timestamp": 1622776154042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776153954, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776153506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "aai-ml", "timestamp": 1622776154930, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "dcae-sch", "timestamp": 1622776162026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "ves-openapi-manager", "timestamp": 1622776159524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776159631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776161722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "dcae-sch", "timestamp": 1622776162026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "cds", "timestamp": 1622776164153, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776164157, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776164169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.677Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "ves-openapi-manager", "timestamp": 1622776159524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "aai-ml", "timestamp": 1622776164219, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776159631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776161722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "dcae-sch", "timestamp": 1622776162026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "cds", "timestamp": 1622776165168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:10:00.771Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2021-06-04T03:10:00.774Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:00.775Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:00.787Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:00.788Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:10:00.876Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca 2021-06-04T03:10:00.904Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:10:00.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "ves-openapi-manager", "timestamp": 1622776159524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776159631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776161722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776165515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "dcae-sch", "timestamp": 1622776162026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "policy-id", "timestamp": 1622776165302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "ves-openapi-manager", "timestamp": 1622776159524, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776159631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776161722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "dcae-sch", "timestamp": 1622776162026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "policy-id", "timestamp": 1622776165302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776167117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.929Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776161722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "dcae-sch", "timestamp": 1622776162026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776167922, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "policy-id", "timestamp": 1622776165302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:10:00.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776168137, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:10:00.946Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca 2021-06-04T03:10:00.946Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:10:00.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776161722, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:10:00.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.955Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "dcae-sch", "timestamp": 1622776162026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776168743, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:10:00.956Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "policy-id", "timestamp": 1622776165302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776169140, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:10:00.957Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776169632, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.957Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776169748, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:10:00.962Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca 2021-06-04T03:10:00.962Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:10:00.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "policy-id", "timestamp": 1622776165302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776170037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "policy-id", "timestamp": 1622776165302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:00.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "policy-id", "timestamp": 1622776165302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:10:00.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:10:00.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776172098, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776172519, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776173328, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:10:00.986Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca 2021-06-04T03:10:00.986Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:10:00.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "policy-id", "timestamp": 1622776174120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-k8s-id", "timestamp": 1622776174332, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:10:00.996Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776174607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "policy-id", "timestamp": 1622776175127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:10:00.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "clamp", "timestamp": 1622776175377, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:00.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:00.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:00.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776175614, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:10:01.003Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca 2021-06-04T03:10:01.003Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:10:01.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:01.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "policy-id", "timestamp": 1622776176130, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:10:01.016Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca 2021-06-04T03:10:01.016Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:10:01.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:01.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "multicloud-windriver-id", "timestamp": 1622776176617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:10:01.023Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "aai-ml", "timestamp": 1622776176917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:10:01.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "clamp", "timestamp": 1622776177396, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:10:01.024Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:01.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "aai-ml", "timestamp": 1622776177922, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:10:01.029Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca 2021-06-04T03:10:01.029Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:10:01.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:10:01.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "clamp", "timestamp": 1622776178399, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:10:01.043Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3c93321-480c-4ea8-a013-11819b1cdeca 2021-06-04T03:10:01.043Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3c93321-480c-4ea8-a013-11819b1cdeca and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:10:01.685Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:10:01.685Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:01.687Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:01.687Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:10:01.787Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:01.788Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:01.788Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:01.800Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:01.801Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:10:02.687Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:10:02.688Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:02.689Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:02.690Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:10:02.790Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:02.794Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:02.794Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:02.809Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:02.810Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:10:03.690Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:10:03.691Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:03.693Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:03.693Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:03.793Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:03.794Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:03.795Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:03.806Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:03.806Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:10:04.693Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:10:04.694Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:04.696Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:04.696Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-04T03:10:04.796Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:04.797Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:04.797Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:04.807Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:04.808Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:10:05.696Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:10:05.697Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:05.699Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:05.699Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:10:05.799Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:05.800Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:05.800Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:05.811Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:05.811Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:10:06.699Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:10:06.700Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:06.702Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:06.702Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:10:06.802Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:06.803Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:06.803Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:06.814Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:06.814Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:10:07.704Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "serviceName": "basic_onboard_uDydny", "serviceVersion": "1.0", "serviceUUID": "5b2fcab1-bbd3-4879-8ed2-16e6b143b895", "serviceDescription": "service", "serviceInvariantUUID": "8f714ba6-91db-458f-83bd-dd8b01d58197", "resources": [ { "resourceInstanceName": "basic_onboard_uDydny 0", "resourceCustomizationUUID": "cf646f98-25d5-4235-a853-84b646b358a6", "resourceName": "basic_onboard_uDydny", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3e00730c-66ea-4f92-b593-2ca7964fee5f", "resourceInvariantUUID": "2ebc9446-9281-4acb-be2d-328e1963f38a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_udydny0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "artifactChecksum": "MzMzYjI0ZjcxZWE2ZDA3ODBhNzgyMTQ3YzcwMDY3Mzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3902b391-a339-4873-bda0-52f6cc1085bf", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5b537097-b163-4fb2-97c6-d1d153a659fe", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "885abbca-0dd6-4241-86aa-0b925fc0f4a7", "generatedFromUUID": "5b537097-b163-4fb2-97c6-d1d153a659fe" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "885abbca-0dd6-4241-86aa-0b925fc0f4a7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardUdydny-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "artifactChecksum": "NWY5ODlkYjIyNWM0MTVhNjYzODlhZDI2ZDFmZjk1MTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "976240c5-9ba8-4c69-8753-f9263379b17b" } ], "workloadContext": "Production" } 2021-06-04T03:10:07.704Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-04T03:10:07.705Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b2fcab1-bbd3-4879-8ed2-16e6b143b895 ASDC 2021-06-04T03:10:07.863Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:d3c93321-480c-4ea8-a013-11819b1cdeca ServiceName:basic_onboard_uDydny ServiceVersion:1.0 ServiceUUID:5b2fcab1-bbd3-4879-8ed2-16e6b143b895 ServiceInvariantUUID:8f714ba6-91db-458f-83bd-dd8b01d58197 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardUdydny-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar ArtifactUUID:976240c5-9ba8-4c69-8753-f9263379b17b ArtifactChecksum:NWY5ODlkYjIyNWM0MTVhNjYzODlhZDI2ZDFmZjk1MTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_uDydny 0 ResourceCustomizationUUID:cf646f98-25d5-4235-a853-84b646b358a6 ResourceInvariantUUID:2ebc9446-9281-4acb-be2d-328e1963f38a ResourceName:basic_onboard_uDydny ResourceType:VF ResourceUUID:3e00730c-66ea-4f92-b593-2ca7964fee5f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_udydny0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json ArtifactUUID:3902b391-a339-4873-bda0-52f6cc1085bf ArtifactChecksum:MzMzYjI0ZjcxZWE2ZDA3ODBhNzgyMTQ3YzcwMDY3Mzg= 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/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml ArtifactUUID:5b537097-b163-4fb2-97c6-d1d153a659fe 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/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env ArtifactUUID:885abbca-0dd6-4241-86aa-0b925fc0f4a7 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/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env ArtifactUUID:885abbca-0dd6-4241-86aa-0b925fc0f4a7 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-04T03:10:07.863Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b2fcab1-bbd3-4879-8ed2-16e6b143b895 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:10:07.913Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:10:07.914Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:10:07.914Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:10:07.915Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 976240c5-9ba8-4c69-8753-f9263379b17b from URL: /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:07.915Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:10:07.916Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:08.633Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:10:08.641Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar 976240c5-9ba8-4c69-8753-f9263379b17b 71358 2021-06-04T03:10:08.642Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar ASDC sendASDCNotification 2021-06-04T03:10:08.642Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:08.644Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:10:08.645Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:08.647Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:08.647Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776208641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:08.747Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:08.747Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:08.748Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:08.760Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:08.760Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:10:09.647Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:10:09.649Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:10:09.649Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 976240c5-9ba8-4c69-8753-f9263379b17b, URL: /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar to file: /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:09.650Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:09.804Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:09.804Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:10.240Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11566446244760058013/Definitions/service-BasicOnboardUdydny-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-06-04T03:10:12.092Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_uDydny 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-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:12.096Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:12.097Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:12.097Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:12.097Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:10:12.102Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.103Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:12.106Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria 2021-06-04T03:10:12.106Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:10:12.108Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria 2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.109Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:12.113Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.113Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is not matching search criteria 2021-06-04T03:10:12.113Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-06-04T03:10:12.113Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-06-04T03:10:12.113Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-06-04T03:10:12.114Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-04T03:10:12.114Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-04T03:10:12.114Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.114Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:10:12.115Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.115Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria 2021-06-04T03:10:12.116Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:10:12.116Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.116Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria 2021-06-04T03:10:12.116Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:10:12.116Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria 2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is not matching search criteria 2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-04T03:10:12.117Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-04T03:10:12.118Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1a60167c-a226-4ff2-a90a-fd4a89c83dca 2021-06-04T03:10:12.118Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.118Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:12.118Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.118Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:12.119Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.119Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:12.119Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:12.119Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:12.119Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_uDydny Description:service Model UUID:5b2fcab1-bbd3-4879-8ed2-16e6b143b895 Model Version:NULL Model InvariantUuid:8f714ba6-91db-458f-83bd-dd8b01d58197 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_uDydny Model UUID:026795e6-5f42-4bbd-9a00-0af2fb6a30a6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2ebc9446-9281-4acb-be2d-328e1963f38a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cf646f98-25d5-4235-a853-84b646b358a6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1fc38d9b-d44e-4ece-b372-5e3acb94e76e ModelName:BasicOnboardUdydny..base_ubuntu18..module-0 ModelUuid:4a1ab8e4-5e41-4cd2-91cc-c84591167a91 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1a60167c-a226-4ff2-a90a-fd4a89c83dca ModelInvariantUuid:13e2c234-4195-4f18-87ef-ce6b25f9bff7 ModelName:basic_onboard_uDydny-nodes.ubuntu18Cvfc ModelUuid:ba4c4ed0-bfd0-4640-a348-9b56d59e4f6d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5de5bbdc-d269-4939-ab27-c30a2b93de79 ModelInvariantUuid:53563bd2-6dcb-457c-9f3f-8217134e9c7f ModelName:BasicOnboardUdydny.compute.nodes.heat.ubuntu18 ModelUuid:54396867-e6f5-4e2c-8588-9d5b909cac8b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-04T03:10:12.138Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e00730c-66ea-4f92-b593-2ca7964fee5f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:10:12.225Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||basic_onboard_uDydny 0 2021-06-04T03:10:12.231Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e00730c-66ea-4f92-b593-2ca7964fee5f 2021-06-04T03:10:12.231Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3902b391-a339-4873-bda0-52f6cc1085bf from URL: /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json 2021-06-04T03:10:12.231Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:10:12.232Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json 2021-06-04T03:10:13.500Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:10:13.501Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json 3902b391-a339-4873-bda0-52f6cc1085bf 798 2021-06-04T03:10:13.501Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json ASDC sendASDCNotification 2021-06-04T03:10:13.502Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json 2021-06-04T03:10:13.502Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:10:13.502Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:13.505Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:13.505Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776213501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:13.605Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:13.606Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:13.606Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:13.618Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:13.619Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:10:14.506Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardUdydny..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1fc38d9b-d44e-4ece-b372-5e3acb94e76e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4a1ab8e4-5e41-4cd2-91cc-c84591167a91", "vfModuleModelCustomizationUUID": "a143ca7b-a5ee-4ce2-be2a-e793efdf897d", "isBase": true, "artifacts": [ "5b537097-b163-4fb2-97c6-d1d153a659fe", "885abbca-0dd6-4241-86aa-0b925fc0f4a7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:10:14.531Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardUdydny..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4a1ab8e4-5e41-4cd2-91cc-c84591167a91 VfModuleModelInvariantUUID:1fc38d9b-d44e-4ece-b372-5e3acb94e76e VfModuleModelDescription:NULL Artifacts UUID List:{ 5b537097-b163-4fb2-97c6-d1d153a659fe , 885abbca-0dd6-4241-86aa-0b925fc0f4a7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:10:14.534Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardUdydny..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1fc38d9b-d44e-4ece-b372-5e3acb94e76e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4a1ab8e4-5e41-4cd2-91cc-c84591167a91", "vfModuleModelCustomizationUUID": "a143ca7b-a5ee-4ce2-be2a-e793efdf897d", "isBase": true, "artifacts": [ "5b537097-b163-4fb2-97c6-d1d153a659fe", "885abbca-0dd6-4241-86aa-0b925fc0f4a7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:10:14.534Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardUdydny..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4a1ab8e4-5e41-4cd2-91cc-c84591167a91 VfModuleModelInvariantUUID:1fc38d9b-d44e-4ece-b372-5e3acb94e76e VfModuleModelDescription:NULL Artifacts UUID List:{ 5b537097-b163-4fb2-97c6-d1d153a659fe , 885abbca-0dd6-4241-86aa-0b925fc0f4a7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:10:14.535Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5b537097-b163-4fb2-97c6-d1d153a659fe from URL: /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml 2021-06-04T03:10:14.535Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:10:14.535Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml 2021-06-04T03:10:15.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:10:15.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml 5b537097-b163-4fb2-97c6-d1d153a659fe 5033 2021-06-04T03:10:15.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-06-04T03:10:15.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml 2021-06-04T03:10:15.895Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:10:15.895Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:15.897Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:15.897Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776215894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:15.997Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:15.998Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:15.998Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:16.009Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:16.009Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:10:16.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 885abbca-0dd6-4241-86aa-0b925fc0f4a7 from URL: /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env 2021-06-04T03:10:16.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:10:16.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env 2021-06-04T03:10:17.895Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:10:17.896Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env 885abbca-0dd6-4241-86aa-0b925fc0f4a7 909 2021-06-04T03:10:17.896Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-06-04T03:10:17.896Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env 2021-06-04T03:10:17.896Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:10:17.896Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:17.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:17.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776217896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:10:17.998Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:17.999Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:17.999Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:18.011Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:18.012Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:10:18.898Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 5b2fcab1-bbd3-4879-8ed2-16e6b143b895 2021-06-04T03:10:18.899Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_uDydny 0 3e00730c-66ea-4f92-b593-2ca7964fee5f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:10:18.929Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.930Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:18.930Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-06-04T03:10:18.930Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= cf646f98-25d5-4235-a853-84b646b358a6 2021-06-04T03:10:18.930Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cf646f98-25d5-4235-a853-84b646b358a6 matches Tosca VF Customization UUID: cf646f98-25d5-4235-a853-84b646b358a6 2021-06-04T03:10:18.930Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: cf646f98-25d5-4235-a853-84b646b358a6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-04T03:10:18.937Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.937Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:18.938Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id cf646f98-25d5-4235-a853-84b646b358a6: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-06-04T03:10:18.938Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c71a3e9 2021-06-04T03:10:18.938Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.938Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:10:18.939Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a143ca7b-a5ee-4ce2-be2a-e793efdf897d 2021-06-04T03:10:18.940Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a143ca7b-a5ee-4ce2-be2a-e793efdf897d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-04T03:10:18.945Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.945Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria 2021-06-04T03:10:18.945Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria 2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is not matching search criteria 2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-04T03:10:18.946Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-04T03:10:18.947Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1a60167c-a226-4ff2-a90a-fd4a89c83dca Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-04T03:10:18.953Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.953Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria 2021-06-04T03:10:18.953Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:10:18.954Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.954Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_uDydny 0 is matching search criteria 2021-06-04T03:10:18.954Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_uDydny 0] matching following query criteria: sdcType=VF, customizationUUID=cf646f98-25d5-4235-a853-84b646b358a6 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:10:18.956Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.957Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:18.957Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 5b2fcab1-bbd3-4879-8ed2-16e6b143b895: basic_onboard_uDydny 2021-06-04T03:10:18.957Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.957Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:18.958Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:10:18.959Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_uDydny is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:10:18.959Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_uDydny Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:10:19.147Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_uDydny 3e00730c-66ea-4f92-b593-2ca7964fee5f 1 ASDC deployResourceStructure 2021-06-04T03:10:19.148Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json ASDC sendASDCNotification 2021-06-04T03:10:19.148Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json 2021-06-04T03:10:19.148Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:10:19.148Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:19.150Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:19.150Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776219148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:10:19.250Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:19.251Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:19.251Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:19.263Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:19.264Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:10:20.151Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-06-04T03:10:20.151Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml 2021-06-04T03:10:20.151Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:10:20.152Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:20.154Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:20.154Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776220151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:10:20.254Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:20.255Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:20.255Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:20.267Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:20.267Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:10:21.155Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-06-04T03:10:21.155Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env 2021-06-04T03:10:21.155Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:10:21.156Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:21.157Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:21.157Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776221154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-04T03:10:21.258Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:21.259Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:21.259Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:21.269Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:21.270Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:10:22.158Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar ASDC sendASDCNotification 2021-06-04T03:10:22.159Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar 2021-06-04T03:10:22.159Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:10:22.159Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:10:22.161Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:10:22.161Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776222158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:10:22.261Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:10:22.262Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:10:22.262Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:10:22.274Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:10:22.274Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:10:23.162Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3c93321-480c-4ea8-a013-11819b1cdeca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:10:23.182Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3c93321-480c-4ea8-a013-11819b1cdeca Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:10:23.186Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:10:23.187Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:10:23.194Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-04T03:10:53.194Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3c93321-480c-4ea8-a013-11819b1cdeca and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-04T03:10:53.203Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3c93321-480c-4ea8-a013-11819b1cdeca and serviceModelVersionId: 5b2fcab1-bbd3-4879-8ed2-16e6b143b895 2021-06-04T03:10:53.203Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f714ba6-91db-458f-83bd-dd8b01d58197 2021-06-04T03:11:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:11:00.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:11:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:00.129Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:00.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:11:00.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:11:00.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:11:08.301Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0 2021-06-04T03:11:08.644Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-04T03:11:09.379Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0|INFO|500||Invoke 2021-06-04T03:11:09.388Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d3c93321-480c-4ea8-a013-11819b1cdeca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3fcd474a-5dd3-4021-a21f-7224a2f95870], X-ECOMP-RequestID=[d3c93321-480c-4ea8-a013-11819b1cdeca], X-TransactionId=[], X-ONAP-RequestID=[d3c93321-480c-4ea8-a013-11819b1cdeca], Content-Type=[application/merge-patch+json]} 2021-06-04T03:11:09.511Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-04T03:11:09.854Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?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/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210604-03:11:09:519-65383], vertex-id=[209000], Content-Length=[0], Date=[Fri, 04 Jun 2021 03:11:09 GMT], Content-Type=[application/json]} 2021-06-04T03:11:09.856Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-04T03:11:09.856Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8f714ba6-91db-458f-83bd-dd8b01d58197/model-vers/model-ver/5b2fcab1-bbd3-4879-8ed2-16e6b143b895?depth=0|INFO|500||InvokeReturn 2021-06-04T03:11:09.860Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-04T03:11:09.860Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:11:09.864Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-04T03:11:09.873Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3c93321-480c-4ea8-a013-11819b1cdeca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-04T03:11:09.874Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-04T03:11:09.874Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:09.876Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:09.876Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776269873, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:11:09.976Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:09.977Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:09.977Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:09.992Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:09.992Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:11:10.893Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:11:10.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:11:10.894Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:11.515Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:11.516Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-04T03:11:11.516Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d81274f-2360-4f07-9f62-f83095e5a0a6","serviceName":"vFW 2021-06-04 03-08-48","serviceVersion":"1.0","serviceUUID":"19d8562f-b7af-4ff7-b85c-8ab07a14d036","serviceDescription":"catalog service description","serviceInvariantUUID":"831e22dd-1e7a-4004-8b2b-5a048e79b14d","resources":[{"resourceInstanceName":"vFW 078e7990-40e1 0","resourceName":"vFW 078e7990-40e1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3","resourceInvariantUUID":"0b899640-cbcf-4bbf-820d-cb43d52d0b26","resourceCustomizationUUID":"8aed7fab-bfe7-4243-959a-656c6b95f803","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml","artifactChecksum":"MzM2NWYyZTMwZDkyYWY0NWNjYzUwNzk2ZDhjNzM2NWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe31116d-6693-4277-93a5-55388b8db518","artifactVersion":"1"},{"artifactName":"vfw078e799040e10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json","artifactChecksum":"NjBlY2JmOTU4NDg4NjE0NmE1ZTVlNDQzNzQzYmYzYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4de700fb-685b-4b01-933a-49ac46e1ce5d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b278c41b-f31a-4f65-b2ca-68847cbc651a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml","artifactChecksum":"MmNmZDk3YmQ3ZmE0NDg5ZDE1ZmY2NTE5MjBiZWQwYjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22256ab9-99bf-489b-abca-96329eeb0d45","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da87ff81-9a5b-42b0-8daf-efc6aeef6af4","artifactVersion":"2","generatedFromUUID":"b278c41b-f31a-4f65-b2ca-68847cbc651a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210604030848-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml","artifactChecksum":"NWE2ZTNkYWIzYTI0NzQxNDlhODE5YWYyNjc4MjQ0MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4c44a8d-719b-406b-8930-8bc7fd99d37d","artifactVersion":"1"},{"artifactName":"service-Vfw20210604030848-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar","artifactChecksum":"N2U2ODZlOWY1MzMzMmMxMjRlMDJjZTNjNDE4ZTEyNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d4bf9562-8c9b-4f83-9edb-5c1ab84f9692","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-04T03:11:11.519Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:11:11.519Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:11.521Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:11.521Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:11:11.621Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:11.622Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:11.622Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:11.633Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:11.633Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:11:12.522Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:11:12.523Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:12.525Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:12.525Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOTIFIED" } 2021-06-04T03:11:12.625Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:12.626Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:12.626Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:12.636Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:12.637Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:11:13.525Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:11:13.526Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:13.528Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:13.528Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-04T03:11:13.628Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:13.629Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:13.629Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:13.640Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:13.641Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:11:14.528Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:11:14.530Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:14.532Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:14.532Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:11:14.632Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:14.633Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:14.634Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:14.644Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:14.645Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:11:15.533Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:11:15.533Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:15.535Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:15.536Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-04T03:11:15.636Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:15.636Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:15.637Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:15.647Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:15.647Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:11:16.536Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:11:16.537Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:16.538Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:16.538Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:11:16.639Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-04T03:11:16.640Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:16.640Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:16.651Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:16.651Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:11:17.539Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:11:17.540Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:17.542Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:17.542Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:11:17.642Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:17.643Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:17.643Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:17.652Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:17.653Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:11:18.544Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "serviceName": "vFW 2021-06-04 03-08-48", "serviceVersion": "1.0", "serviceUUID": "19d8562f-b7af-4ff7-b85c-8ab07a14d036", "serviceDescription": "catalog service description", "serviceInvariantUUID": "831e22dd-1e7a-4004-8b2b-5a048e79b14d", "resources": [ { "resourceInstanceName": "vFW 078e7990-40e1 0", "resourceCustomizationUUID": "8aed7fab-bfe7-4243-959a-656c6b95f803", "resourceName": "vFW 078e7990-40e1", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3", "resourceInvariantUUID": "0b899640-cbcf-4bbf-820d-cb43d52d0b26", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw078e799040e10_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "artifactChecksum": "NjBlY2JmOTU4NDg4NjE0NmE1ZTVlNDQzNzQzYmYzYTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4de700fb-685b-4b01-933a-49ac46e1ce5d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b278c41b-f31a-4f65-b2ca-68847cbc651a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "da87ff81-9a5b-42b0-8daf-efc6aeef6af4", "generatedFromUUID": "b278c41b-f31a-4f65-b2ca-68847cbc651a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "da87ff81-9a5b-42b0-8daf-efc6aeef6af4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210604030848-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "artifactChecksum": "N2U2ODZlOWY1MzMzMmMxMjRlMDJjZTNjNDE4ZTEyNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d4bf9562-8c9b-4f83-9edb-5c1ab84f9692" } ], "workloadContext": "Production" } 2021-06-04T03:11:18.544Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-04T03:11:18.544Z|d3c93321-480c-4ea8-a013-11819b1cdeca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19d8562f-b7af-4ff7-b85c-8ab07a14d036 ASDC 2021-06-04T03:11:18.544Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:5d81274f-2360-4f07-9f62-f83095e5a0a6 ServiceName:vFW 2021-06-04 03-08-48 ServiceVersion:1.0 ServiceUUID:19d8562f-b7af-4ff7-b85c-8ab07a14d036 ServiceInvariantUUID:831e22dd-1e7a-4004-8b2b-5a048e79b14d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210604030848-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar ArtifactUUID:d4bf9562-8c9b-4f83-9edb-5c1ab84f9692 ArtifactChecksum:N2U2ODZlOWY1MzMzMmMxMjRlMDJjZTNjNDE4ZTEyNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 078e7990-40e1 0 ResourceCustomizationUUID:8aed7fab-bfe7-4243-959a-656c6b95f803 ResourceInvariantUUID:0b899640-cbcf-4bbf-820d-cb43d52d0b26 ResourceName:vFW 078e7990-40e1 ResourceType:VF ResourceUUID:ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw078e799040e10_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json ArtifactUUID:4de700fb-685b-4b01-933a-49ac46e1ce5d ArtifactChecksum:NjBlY2JmOTU4NDg4NjE0NmE1ZTVlNDQzNzQzYmYzYTM= 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/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml ArtifactUUID:b278c41b-f31a-4f65-b2ca-68847cbc651a 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/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env ArtifactUUID:da87ff81-9a5b-42b0-8daf-efc6aeef6af4 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/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env ArtifactUUID:da87ff81-9a5b-42b0-8daf-efc6aeef6af4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-04T03:11:18.545Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19d8562f-b7af-4ff7-b85c-8ab07a14d036 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:11:18.584Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:11:18.586Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:11:18.586Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:11:18.586Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d4bf9562-8c9b-4f83-9edb-5c1ab84f9692 from URL: /sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:18.586Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:11:18.586Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:19.318Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:11:19.323Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar d4bf9562-8c9b-4f83-9edb-5c1ab84f9692 98766 2021-06-04T03:11:19.323Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar ASDC sendASDCNotification 2021-06-04T03:11:19.323Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:19.324Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:11:19.324Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:19.326Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:19.326Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776279323, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:11:19.426Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:19.427Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:19.427Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:19.437Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:19.438Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:11:20.326Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:11:20.328Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:11:20.328Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: d4bf9562-8c9b-4f83-9edb-5c1ab84f9692, URL: /sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar to file: /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:20.328Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210604030848-csar.csar 2021-06-04T03:11:20.329Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:20.329Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:20.746Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11533215724540859352/Definitions/service-Vfw20210604030848-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-06-04T03:11:23.173Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||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-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.174Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 078e7990-40e1 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-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:11:23.175Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria 2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.176Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria 2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.177Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:11:23.178Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.179Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria 2021-06-04T03:11:23.179Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:11:23.179Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.179Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria 2021-06-04T03:11:23.179Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria 2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria 2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-04T03:11:23.180Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-04T03:11:23.181Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a2d30cd6-9c3b-46b7-98f2-2aa711fa6397 2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria 2021-06-04T03:11:23.182Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-06-04T03:11:23.183Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d51abba8-56d1-495a-a1c1-692eacb78e80 2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.184Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria 2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.185Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d5fbe09e-6b1c-49d7-8102-7077862309fe 2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:23.186Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.187Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:23.187Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:23.187Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:23.187Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-06-04 03-08-48 Description:catalog service description Model UUID:19d8562f-b7af-4ff7-b85c-8ab07a14d036 Model Version:NULL Model InvariantUuid:831e22dd-1e7a-4004-8b2b-5a048e79b14d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 078e7990-40e1 Model UUID:65519e52-1d58-42b4-8712-121d5c134966 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0b899640-cbcf-4bbf-820d-cb43d52d0b26 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8aed7fab-bfe7-4243-959a-656c6b95f803 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:09e1eb1e-672b-4766-9e2d-a1d1fe39c8dc ModelName:Vfw078e799040e1..base_vfw..module-0 ModelUuid:d5c8c8c4-7728-464b-830f-ccc31afa5348 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a2d30cd6-9c3b-46b7-98f2-2aa711fa6397 ModelInvariantUuid:a3f97b1b-6b67-4efa-862b-9ba499b8773b ModelName:vFW 078e7990-40e1-nodes.vfwCvfc ModelUuid:2aa0904a-48f4-492f-8c36-d1ac129c2149 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4116b36f-e3b6-4e7e-80fa-5b0e7cb4d40d ModelInvariantUuid:1547c175-2412-4119-adbb-aa89058333c6 ModelName:Vfw078e799040e1.compute.nodes.heat.vfw ModelUuid:4ce917ad-6d1a-4e7b-9421-c9570efa0752 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d51abba8-56d1-495a-a1c1-692eacb78e80 ModelInvariantUuid:eee640c2-874a-49a0-a5ea-1a78bda628f8 ModelName:vFW 078e7990-40e1-nodes.vsnCvfc ModelUuid:6ccb5040-e52c-4060-b7e6-fd2434560866 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d9835d2a-a7a0-48af-8fbc-04d4f82a7ced ModelInvariantUuid:4b38c671-ecd4-4dc9-abe4-b631f1d1973a ModelName:Vfw078e799040e1.compute.nodes.heat.vsn ModelUuid:32abe4b3-6c65-4ede-86cc-1317f0b43b74 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d5fbe09e-6b1c-49d7-8102-7077862309fe ModelInvariantUuid:10b97e94-bf33-430e-bd85-642cac173151 ModelName:vFW 078e7990-40e1-nodes.vpgCvfc ModelUuid:05b37c8c-882c-4a18-be63-fc34f7a38b75 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:54453594-a2e2-4f98-8f8f-2a6e244dac1e ModelInvariantUuid:e02af9a3-ecac-4120-a846-4c1d0d4f211c ModelName:Vfw078e799040e1.compute.nodes.heat.vpg ModelUuid:5e13819a-0c24-436d-a486-38bd8a87bf0a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-04T03:11:23.192Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:11:23.194Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||vFW 078e7990-40e1 0 2021-06-04T03:11:23.194Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3 2021-06-04T03:11:23.194Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4de700fb-685b-4b01-933a-49ac46e1ce5d from URL: /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json 2021-06-04T03:11:23.194Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:11:23.194Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json 2021-06-04T03:11:23.592Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:11:23.593Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json 4de700fb-685b-4b01-933a-49ac46e1ce5d 785 2021-06-04T03:11:23.593Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json ASDC sendASDCNotification 2021-06-04T03:11:23.593Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json 2021-06-04T03:11:23.593Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:11:23.593Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:23.595Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:23.595Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776283593, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:11:23.695Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:23.696Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:23.696Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:23.707Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:23.707Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:11:24.595Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw078e799040e1..base_vfw..module-0", "vfModuleModelInvariantUUID": "09e1eb1e-672b-4766-9e2d-a1d1fe39c8dc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5c8c8c4-7728-464b-830f-ccc31afa5348", "vfModuleModelCustomizationUUID": "0ea07b6f-9e2f-43ac-b156-108c776f3ad0", "isBase": true, "artifacts": [ "b278c41b-f31a-4f65-b2ca-68847cbc651a", "da87ff81-9a5b-42b0-8daf-efc6aeef6af4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:11:24.599Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw078e799040e1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d5c8c8c4-7728-464b-830f-ccc31afa5348 VfModuleModelInvariantUUID:09e1eb1e-672b-4766-9e2d-a1d1fe39c8dc VfModuleModelDescription:NULL Artifacts UUID List:{ b278c41b-f31a-4f65-b2ca-68847cbc651a , da87ff81-9a5b-42b0-8daf-efc6aeef6af4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:11:24.601Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw078e799040e1..base_vfw..module-0", "vfModuleModelInvariantUUID": "09e1eb1e-672b-4766-9e2d-a1d1fe39c8dc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d5c8c8c4-7728-464b-830f-ccc31afa5348", "vfModuleModelCustomizationUUID": "0ea07b6f-9e2f-43ac-b156-108c776f3ad0", "isBase": true, "artifacts": [ "b278c41b-f31a-4f65-b2ca-68847cbc651a", "da87ff81-9a5b-42b0-8daf-efc6aeef6af4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:11:24.601Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw078e799040e1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d5c8c8c4-7728-464b-830f-ccc31afa5348 VfModuleModelInvariantUUID:09e1eb1e-672b-4766-9e2d-a1d1fe39c8dc VfModuleModelDescription:NULL Artifacts UUID List:{ b278c41b-f31a-4f65-b2ca-68847cbc651a , da87ff81-9a5b-42b0-8daf-efc6aeef6af4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:11:24.601Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b278c41b-f31a-4f65-b2ca-68847cbc651a from URL: /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml 2021-06-04T03:11:24.601Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:11:24.601Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml 2021-06-04T03:11:24.796Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:11:24.797Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml b278c41b-f31a-4f65-b2ca-68847cbc651a 20368 2021-06-04T03:11:24.798Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-06-04T03:11:24.798Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml 2021-06-04T03:11:24.798Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:11:24.798Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:24.800Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:24.800Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776284798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:11:24.900Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:24.901Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:24.901Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:24.912Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:24.912Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:11:25.800Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: da87ff81-9a5b-42b0-8daf-efc6aeef6af4 from URL: /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env 2021-06-04T03:11:25.801Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:11:25.801Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env 2021-06-04T03:11:26.411Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:11:26.411Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env da87ff81-9a5b-42b0-8daf-efc6aeef6af4 2098 2021-06-04T03:11:26.411Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env ASDC sendASDCNotification 2021-06-04T03:11:26.412Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env 2021-06-04T03:11:26.412Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:11:26.412Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:26.414Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:26.415Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776286411, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:11:26.515Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:26.516Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:26.516Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:26.527Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:26.527Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:11:27.415Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 19d8562f-b7af-4ff7-b85c-8ab07a14d036 2021-06-04T03:11:27.416Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 078e7990-40e1 0 ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3 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-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8aed7fab-bfe7-4243-959a-656c6b95f803 2021-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8aed7fab-bfe7-4243-959a-656c6b95f803 matches Tosca VF Customization UUID: 8aed7fab-bfe7-4243-959a-656c6b95f803 2021-06-04T03:11:27.436Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8aed7fab-bfe7-4243-959a-656c6b95f803 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-04T03:11:27.438Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.438Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:27.439Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8aed7fab-bfe7-4243-959a-656c6b95f803: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-06-04T03:11:27.439Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a9426ff 2021-06-04T03:11:27.439Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.439Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:11:27.439Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ea07b6f-9e2f-43ac-b156-108c776f3ad0 2021-06-04T03:11:27.440Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ea07b6f-9e2f-43ac-b156-108c776f3ad0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria 2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria 2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:11:27.442Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria 2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:27.443Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-04T03:11:27.444Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:27.444Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-04T03:11:27.444Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-04T03:11:27.444Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a2d30cd6-9c3b-46b7-98f2-2aa711fa6397 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria 2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria 2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-04T03:11:27.446Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-06-04T03:11:27.447Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d51abba8-56d1-495a-a1c1-692eacb78e80 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-04T03:11:27.449Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.449Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria 2021-06-04T03:11:27.449Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is not matching search criteria 2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:27.452Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-06-04T03:11:27.453Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d5fbe09e-6b1c-49d7-8102-7077862309fe Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-04T03:11:27.455Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.455Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria 2021-06-04T03:11:27.455Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:11:27.456Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.456Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Node template vFW 078e7990-40e1 0 is matching search criteria 2021-06-04T03:11:27.456Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 078e7990-40e1 0] matching following query criteria: sdcType=VF, customizationUUID=8aed7fab-bfe7-4243-959a-656c6b95f803 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:11:27.458Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.458Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:27.458Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 19d8562f-b7af-4ff7-b85c-8ab07a14d036: vFW 078e7990-40e1 2021-06-04T03:11:27.458Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.458Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-06-04 03-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:11:27.459Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-06-04 03-08-48 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:11:27.623Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 078e7990-40e1 ef4d55bb-90c3-424a-b9a0-ed8eadf41ec3 1 ASDC deployResourceStructure 2021-06-04T03:11:27.623Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json ASDC sendASDCNotification 2021-06-04T03:11:27.623Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json 2021-06-04T03:11:27.623Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:11:27.624Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:27.626Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:27.626Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776287623, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:11:27.726Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:27.727Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:27.727Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:27.737Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:27.738Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:11:28.626Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-06-04T03:11:28.627Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml 2021-06-04T03:11:28.627Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:11:28.627Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:28.629Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:28.629Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776288626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:11:28.729Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:28.730Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:28.730Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:28.742Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:28.743Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:11:29.630Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env ASDC sendASDCNotification 2021-06-04T03:11:29.630Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env 2021-06-04T03:11:29.631Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:11:29.631Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:29.632Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:29.632Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776289630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-06-04T03:11:29.733Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-04T03:11:29.733Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:29.733Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:29.744Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:29.744Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:11:30.633Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar ASDC sendASDCNotification 2021-06-04T03:11:30.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar 2021-06-04T03:11:30.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:11:30.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:11:30.636Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:11:30.636Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776290633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:11:30.736Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:11:30.737Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:11:30.738Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:11:30.752Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:11:30.753Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:11:31.637Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:11:31.647Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:11:31.649Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:11:31.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:11:31.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:12:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:12:00.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:12:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:12:00.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:12:00.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:12:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:12:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:12:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:12:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:12:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776200005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776208641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776213501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:12:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776215894, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776217896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776219148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/basic_onboard_udydny0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776220151, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:12:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776221154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/resourceInstances/basic_onboard_udydny0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-04T03:12:00.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:12:00.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:12:00.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776222158, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardUdydny/1.0/artifacts/service-BasicOnboardUdydny-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:12:00.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:12:01.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:12:01.661Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:12:01.663Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:12:01.663Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:12:01.663Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:12:31.663Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:12:31.674Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:12:31.676Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:12:31.676Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:12:31.676Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:13:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:13:00.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:13:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:13:00.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:13:00.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "cds", "timestamp": 1622776258315, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776253506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "ves-openapi-manager", "timestamp": 1622776259523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776261718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776259631, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "dcae-sch", "timestamp": 1622776262026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776259631, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOTIFIED" } 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776253506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOTIFIED" } 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "cds", "timestamp": 1622776258315, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776261718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOTIFIED" } 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "ves-openapi-manager", "timestamp": 1622776259523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "dcae-sch", "timestamp": 1622776262026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776253506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776261718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "cds", "timestamp": 1622776258315, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776259631, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "ves-openapi-manager", "timestamp": 1622776259523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "dcae-sch", "timestamp": 1622776262026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776261718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "cds", "timestamp": 1622776258315, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776253506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776259631, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "ves-openapi-manager", "timestamp": 1622776259523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "dcae-sch", "timestamp": 1622776262026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "policy-id", "timestamp": 1622776265302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "cds", "timestamp": 1622776258315, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776259631, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776261718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776253506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "ves-openapi-manager", "timestamp": 1622776259523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "dcae-sch", "timestamp": 1622776262026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "policy-id", "timestamp": 1622776265302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776259631, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776253506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776261718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "cds", "timestamp": 1622776258315, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "ves-openapi-manager", "timestamp": 1622776259523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "dcae-sch", "timestamp": 1622776262026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "policy-id", "timestamp": 1622776265302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776259631, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "cds", "timestamp": 1622776258315, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776253506, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776261718, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "ves-openapi-manager", "timestamp": 1622776259523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "dcae-sch", "timestamp": 1622776262026, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.575Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "policy-id", "timestamp": 1622776265302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "d3c93321-480c-4ea8-a013-11819b1cdeca", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776269873, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "policy-id", "timestamp": 1622776265302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776270126, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776270128, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776270127, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "cds", "timestamp": 1622776270139, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "policy-id", "timestamp": 1622776265302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "cds", "timestamp": 1622776271144, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:13:00.586Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6 2021-06-04T03:13:00.586Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:13:00.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "policy-id", "timestamp": 1622776265302, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:13:00.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776272000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776272018, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776272116, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOTIFIED" } 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776274215, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "policy-id", "timestamp": 1622776274205, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776274295, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776274315, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776273954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "clamp", "timestamp": 1622776274042, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776275220, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:13:00.606Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6 2021-06-04T03:13:00.606Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:13:00.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "policy-id", "timestamp": 1622776275212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:13:00.614Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776275316, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:13:00.619Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6 2021-06-04T03:13:00.619Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:13:00.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776275319, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:13:00.631Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6 2021-06-04T03:13:00.631Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:13:00.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-06-04T03:13:00.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "aai-ml", "timestamp": 1622776274930, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776273954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "clamp", "timestamp": 1622776274042, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOTIFIED" } 2021-06-04T03:13:00.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-windriver-id", "timestamp": 1622776276223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:13:00.638Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "policy-id", "timestamp": 1622776276219, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:13:00.642Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6 2021-06-04T03:13:00.642Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:13:00.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-k8s-id", "timestamp": 1622776276319, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:13:00.647Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776276323, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:13:00.648Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "aai-ml", "timestamp": 1622776274930, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.648Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776273954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "clamp", "timestamp": 1622776274042, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776270893, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "aai-ml", "timestamp": 1622776274930, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776273954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "clamp", "timestamp": 1622776274042, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "aai-ml", "timestamp": 1622776274930, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776273954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "clamp", "timestamp": 1622776274042, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776279323, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "aai-ml", "timestamp": 1622776274930, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776273954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.651Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "clamp", "timestamp": 1622776274042, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.652Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "aai-ml", "timestamp": 1622776274930, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:13:00.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776273954, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:13:00.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "clamp", "timestamp": 1622776274042, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:13:00.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "aai-ml", "timestamp": 1622776274930, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:13:00.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776282336, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "aai-ml", "timestamp": 1622776283421, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776283593, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.655Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776284798, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776285948, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:13:00.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776286411, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776286952, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:13:00.661Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6 2021-06-04T03:13:00.661Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:13:00.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776287623, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/vfw078e799040e10_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:13:00.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776288626, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:13:00.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776289630, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/resourceInstances/vfw078e799040e10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-06-04T03:13:00.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776290633, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:13:00.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "clamp", "timestamp": 1622776291383, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:13:00.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "aai-ml", "timestamp": 1622776292800, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:13:00.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "clamp", "timestamp": 1622776293392, "artifactURL": "/sdc/v1/catalog/services/Vfw20210604030848/1.0/artifacts/service-Vfw20210604030848-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:13:00.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:13:00.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "aai-ml", "timestamp": 1622776293803, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:13:00.679Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6 2021-06-04T03:13:00.679Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:13:00.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:13:00.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "clamp", "timestamp": 1622776294395, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:13:00.693Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5d81274f-2360-4f07-9f62-f83095e5a0a6 2021-06-04T03:13:00.693Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d81274f-2360-4f07-9f62-f83095e5a0a6 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:13:01.676Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:13:01.687Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:13:01.690Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:13:01.690Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-04T03:13:01.691Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-04T03:13:01.691Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-04T03:13:01.691Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:13:01.691Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:13:01.691Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:13:01.692Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:13:01.692Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:13:01.692Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:13:01.692Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:13:01.696Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-04T03:13:31.697Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-04T03:13:31.701Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5d81274f-2360-4f07-9f62-f83095e5a0a6 and serviceModelVersionId: 19d8562f-b7af-4ff7-b85c-8ab07a14d036 2021-06-04T03:13:31.702Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 831e22dd-1e7a-4004-8b2b-5a048e79b14d 2021-06-04T03:13:31.703Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?depth=0 2021-06-04T03:13:31.708Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-04T03:13:31.749Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-06-04T03:13:31.750Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?depth=0|INFO|500||Invoke 2021-06-04T03:13:31.771Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-04T03:13:32.021Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?depth=0|INFO|500||InvokeReturn 2021-06-04T03:13:32.022Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/831e22dd-1e7a-4004-8b2b-5a048e79b14d/model-vers/model-ver/19d8562f-b7af-4ff7-b85c-8ab07a14d036?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210604-03:13:31:778-56094], vertex-id=[532568], Content-Length=[0], Date=[Fri, 04 Jun 2021 03:13:31 GMT], Content-Type=[application/json]} 2021-06-04T03:13:32.022Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-06-04T03:13:32.022Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-04T03:13:32.022Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:13:32.026Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-04T03:13:32.026Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5d81274f-2360-4f07-9f62-f83095e5a0a6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-04T03:13:32.026Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-04T03:13:32.026Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:13:32.028Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:13:32.029Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776412026, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:13:32.129Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:13:32.130Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:13:32.130Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:13:32.144Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:13:32.145Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:13:33.041Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:13:33.041Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:13:33.041Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:13:43.238Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:13:43.239Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:13:43.239Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:13:43.239Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:13:52.774Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:14:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:14:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:14:00.006Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:14:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:14:00.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:14:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:14:00.630Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:14:00.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-06-04T03:14:00.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "5d81274f-2360-4f07-9f62-f83095e5a0a6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776412026, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:14:00.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:14:09.546Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:15:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:15:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:15:00.006Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:15:00.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:15:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:15:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:15:09.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:15:09.551Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:16:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:16:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:16:00.006Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:16:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:16:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:16:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:16:09.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:16:09.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:17:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:17:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:17:00.007Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:17:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:17:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:17:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:17:09.550Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:17:09.551Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:18:00.005Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:18:00.006Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:18:00.006Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:18:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:18:00.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:18:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:18:00.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:18:00.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:18:00.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.631Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"03c610be-bcf7-4098-8ac2-559f519cd1a4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d47f8003-f855-414b-ae77-56b4a1df38b6","serviceDescription":"service","serviceInvariantUUID":"abf7cf88-d2ae-42f9-a082-f4f61b60d275","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4bcbc027-07fc-4803-ba72-7434440444d1","resourceInvariantUUID":"42b47640-66e6-47d4-ae84-39f1f6b4a355","resourceCustomizationUUID":"b909ed1d-6659-4835-bcb6-55966d38fe9a","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":"ZDE5ZDNjODljNDczZDAyMTI5YjI1NmZjZjhkNGIzZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"873dc89b-c312-4f69-8033-18a797d56c28","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDhlZmQ3OTRkNzVlYTMwZjZiMGNiMzdiYzUwMzExYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59f73356-1516-4654-829e-a461c17e9ae8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-04T03:18:00.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "dcae-sch", "timestamp": 1622776642026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "cds", "timestamp": 1622776648315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.634Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "multicloud-windriver-id", "timestamp": 1622776641718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.634Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:18:00.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "policy-id", "timestamp": 1622776645302, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "dcae-sch", "timestamp": 1622776642026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "cds", "timestamp": 1622776648315, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:18:00.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "multicloud-windriver-id", "timestamp": 1622776641718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:18:00.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.635Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:18:00.635Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776680005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "policy-id", "timestamp": 1622776645302, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:18:00.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "cds", "timestamp": 1622776653098, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:18:00.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "policy-id", "timestamp": 1622776653107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:18:00.636Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "cds", "timestamp": 1622776654103, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:18:00.653Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03c610be-bcf7-4098-8ac2-559f519cd1a4 2021-06-04T03:18:00.653Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c610be-bcf7-4098-8ac2-559f519cd1a4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:18:00.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776653506, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "policy-id", "timestamp": 1622776654112, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:18:00.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:18:00.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776653506, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:18:00.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "policy-id", "timestamp": 1622776655114, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:18:00.669Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03c610be-bcf7-4098-8ac2-559f519cd1a4 2021-06-04T03:18:00.670Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c610be-bcf7-4098-8ac2-559f519cd1a4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:18:00.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "ves-openapi-manager", "timestamp": 1622776659523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "multicloud-k8s-id", "timestamp": 1622776659631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "ves-openapi-manager", "timestamp": 1622776659523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "multicloud-k8s-id", "timestamp": 1622776659631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:18:00.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776663954, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "clamp", "timestamp": 1622776664042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "aai-ml", "timestamp": 1622776664930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776663954, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "clamp", "timestamp": 1622776664042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "aai-ml", "timestamp": 1622776664930, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:18:00.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776667265, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:18:00.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "aai-ml", "timestamp": 1622776668214, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:18:00.683Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776668857, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:18:00.684Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:18:00.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776669862, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:18:00.689Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03c610be-bcf7-4098-8ac2-559f519cd1a4 2021-06-04T03:18:00.690Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c610be-bcf7-4098-8ac2-559f519cd1a4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:18:00.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "clamp", "timestamp": 1622776671431, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:18:00.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:18:00.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "aai-ml", "timestamp": 1622776672014, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:18:00.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:18:00.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "aai-ml", "timestamp": 1622776673017, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:18:00.706Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03c610be-bcf7-4098-8ac2-559f519cd1a4 2021-06-04T03:18:00.706Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c610be-bcf7-4098-8ac2-559f519cd1a4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:18:00.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "clamp", "timestamp": 1622776674432, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:18:00.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:18:00.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-06-04T03:18:00.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "clamp", "timestamp": 1622776675435, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:18:00.722Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03c610be-bcf7-4098-8ac2-559f519cd1a4 2021-06-04T03:18:00.722Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03c610be-bcf7-4098-8ac2-559f519cd1a4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:18:00.736Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:18:00.736Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:18:00.736Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:18:00.746Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:18:00.747Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:18:01.636Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:18:01.637Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:18:01.639Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:18:01.639Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776680005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:18:01.739Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:18:01.740Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:18:01.740Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:18:01.750Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:18:01.750Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:18:02.641Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d47f8003-f855-414b-ae77-56b4a1df38b6", "serviceDescription": "service", "serviceInvariantUUID": "abf7cf88-d2ae-42f9-a082-f4f61b60d275", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "b909ed1d-6659-4835-bcb6-55966d38fe9a", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "4bcbc027-07fc-4803-ba72-7434440444d1", "resourceInvariantUUID": "42b47640-66e6-47d4-ae84-39f1f6b4a355", "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": "NDhlZmQ3OTRkNzVlYTMwZjZiMGNiMzdiYzUwMzExYjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "59f73356-1516-4654-829e-a461c17e9ae8" } ], "workloadContext": "Production" } 2021-06-04T03:18:02.641Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-04T03:18:02.642Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d47f8003-f855-414b-ae77-56b4a1df38b6 ASDC 2021-06-04T03:18:02.642Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:03c610be-bcf7-4098-8ac2-559f519cd1a4 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d47f8003-f855-414b-ae77-56b4a1df38b6 ServiceInvariantUUID:abf7cf88-d2ae-42f9-a082-f4f61b60d275 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:59f73356-1516-4654-829e-a461c17e9ae8 ArtifactChecksum:NDhlZmQ3OTRkNzVlYTMwZjZiMGNiMzdiYzUwMzExYjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:b909ed1d-6659-4835-bcb6-55966d38fe9a ResourceInvariantUUID:42b47640-66e6-47d4-ae84-39f1f6b4a355 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:4bcbc027-07fc-4803-ba72-7434440444d1 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-06-04T03:18:02.642Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d47f8003-f855-414b-ae77-56b4a1df38b6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 59f73356-1516-4654-829e-a461c17e9ae8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-06-04T03:18:02.668Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-04T03:18:03.626Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-06-04T03:18:03.629Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 59f73356-1516-4654-829e-a461c17e9ae8 52176 2021-06-04T03:18:03.629Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-06-04T03:18:03.629Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-04T03:18:03.629Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:18:03.630Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:18:03.631Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:18:03.631Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776683629, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:18:03.732Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:18:03.732Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:18:03.732Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:18:03.745Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:18:03.745Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:18:04.632Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:18:04.633Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-06-04T03:18:04.633Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 59f73356-1516-4654-829e-a461c17e9ae8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:04.634Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-06-04T03:18:04.634Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:04.634Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:04.772Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14229098212690192134/Definitions/service-BasicNetwork-template.yml 2021-06-04T03:18:05.246Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.249Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d47f8003-f855-414b-ae77-56b4a1df38b6 Model Version:NULL Model InvariantUuid:abf7cf88-d2ae-42f9-a082-f4f61b60d275 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:42b47640-66e6-47d4-ae84-39f1f6b4a355 Model UUID:f41124d7-1a96-4656-924b-8a0e63ce7d15 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:b909ed1d-6659-4835-bcb6-55966d38fe9a Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-04T03:18:05.255Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 4bcbc027-07fc-4803-ba72-7434440444d1 2021-06-04T03:18:05.255Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||No resources found for Service: d47f8003-f855-414b-ae77-56b4a1df38b6 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500|| 2021-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d47f8003-f855-414b-ae77-56b4a1df38b6 2021-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d47f8003-f855-414b-ae77-56b4a1df38b6 2021-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-06-04T03:18:05.258Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:18:05.263Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.263Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.263Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.263Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.263Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d47f8003-f855-414b-ae77-56b4a1df38b6: Generic NeutronNet 2021-06-04T03:18:05.264Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.264Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.264Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.264Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:18:05.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:18:05.286Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-06-04T03:18:05.337Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-06-04T03:18:05.337Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-06-04T03:18:05.337Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-06-04T03:18:05.337Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:18:05.337Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:18:05.339Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:18:05.339Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776685337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:18:05.439Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:18:05.440Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:18:05.440Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:18:05.452Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:18:05.452Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:18:06.339Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03c610be-bcf7-4098-8ac2-559f519cd1a4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:18:06.352Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03c610be-bcf7-4098-8ac2-559f519cd1a4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:18:06.355Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:18:06.355Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-04T03:18:06.355Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-04T03:18:06.355Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:18:06.356Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:18:06.360Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-04T03:18:36.360Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03c610be-bcf7-4098-8ac2-559f519cd1a4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-04T03:18:36.368Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03c610be-bcf7-4098-8ac2-559f519cd1a4 and serviceModelVersionId: d47f8003-f855-414b-ae77-56b4a1df38b6 2021-06-04T03:18:36.368Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abf7cf88-d2ae-42f9-a082-f4f61b60d275 2021-06-04T03:18:36.369Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0 2021-06-04T03:18:36.374Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-06-04T03:18:36.420Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0|INFO|500||Invoke 2021-06-04T03:18:36.420Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03c610be-bcf7-4098-8ac2-559f519cd1a4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6687df19-4d65-49df-a6a5-0d7f04357902], X-ECOMP-RequestID=[03c610be-bcf7-4098-8ac2-559f519cd1a4], X-TransactionId=[], X-ONAP-RequestID=[03c610be-bcf7-4098-8ac2-559f519cd1a4], Content-Type=[application/merge-patch+json]} 2021-06-04T03:18:36.438Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-04T03:18:36.901Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?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/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210604-03:18:36:445-17561], vertex-id=[196664], Content-Length=[0], Date=[Fri, 04 Jun 2021 03:18:36 GMT], Content-Type=[application/json]} 2021-06-04T03:18:36.901Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-04T03:18:36.902Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/abf7cf88-d2ae-42f9-a082-f4f61b60d275/model-vers/model-ver/d47f8003-f855-414b-ae77-56b4a1df38b6?depth=0|INFO|500||InvokeReturn 2021-06-04T03:18:36.902Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-04T03:18:36.902Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:18:36.906Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-04T03:18:36.907Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03c610be-bcf7-4098-8ac2-559f519cd1a4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-04T03:18:36.907Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-04T03:18:36.907Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:18:36.908Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:18:36.908Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776716907, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:18:37.009Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:18:37.010Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:18:37.010Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:18:37.028Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:18:37.028Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:19:00.006Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:19:00.007Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:19:00.007Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:19:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:19:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:00.127Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:00.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:19:00.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776680005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:19:00.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:19:00.629Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:00.629Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-04T03:19:00.629Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"95e950da-5792-4b25-b2af-86f210959288","serviceName":"Demo_pNF_AZFfffvnjyiuL8rv2UDB","serviceVersion":"1.0","serviceUUID":"0d667e29-fcab-46f0-be0a-eaaa8f1a3158","serviceDescription":"catalog service description","serviceInvariantUUID":"271afcbe-e52c-43af-b347-5e4a50744c16","resources":[{"resourceInstanceName":"pNF 6bc31fe2-28f2 0","resourceName":"pNF 6bc31fe2-28f2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"636d7682-e7b8-4f18-863f-16f274aecdc1","resourceInvariantUUID":"b71075b6-4421-4928-9429-e7e13709e06d","resourceCustomizationUUID":"cad1c531-984d-4838-80b0-622bd6e8a0a0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml","artifactChecksum":"ODVhNmZiYzgxOTViN2EwZWE1MThiOGE5MzUyZDczMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1edd2910-9bcf-4912-9985-08d3928719e5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar","artifactChecksum":"MGU1NWVhYmQ0MGNlNTc4YTllNDBjMjljMmQyYzc2OTM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f5d7471-3c66-4c8c-88a6-0ffc1d785fdd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8e0ca2cf-4faa-4829-87de-210b21ac3b28","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml","artifactChecksum":"MjQ2ZGJjMDNlMzYwMzhkOTliOWZhNTkxY2MyODY2MDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c72db388-25ce-4970-9026-3e459a84d065","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71dc5848-4037-432b-8b4c-6c9b1ff8866e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51fcb8d0-097d-4089-b536-7e3723c5b13b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAzffffvnjyiul8rv2udb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml","artifactChecksum":"ZDgxMzI4MDFlZmY5ZWJiNTNiM2IxYjYxNmVhMDE4OWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6e831cd-cea3-4096-a714-12c40b3d0a0e","artifactVersion":"1"},{"artifactName":"service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar","artifactChecksum":"NGY3OTA5MTFjYTg2NjYzMDM3NjBhMDg5YmI3YzE1YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4cb9fc3-81ed-4529-a548-ff6690b1e82b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-04T03:19:00.631Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:19:00.632Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:19:00.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:19:00.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:19:00.734Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:19:00.734Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:19:00.735Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:00.747Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:00.747Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:19:01.634Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:19:01.635Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:19:01.638Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:19:01.638Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:19:01.738Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:19:01.739Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:19:01.739Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:01.749Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:01.750Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:19:02.638Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:19:02.639Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:19:02.642Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:19:02.642Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:19:02.742Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:19:02.743Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:19:02.743Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:02.753Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:02.754Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:19:03.642Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:19:03.643Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:19:03.645Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:19:03.645Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:19:03.745Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:19:03.746Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:19:03.746Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:03.758Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:03.759Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:19:04.647Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:19:04.648Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:19:04.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:19:04.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:19:04.750Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:19:04.751Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:19:04.751Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:04.763Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:04.763Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:19:05.650Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:19:05.651Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:19:05.653Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:19:05.653Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:19:05.753Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:19:05.754Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:19:05.754Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:05.765Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:05.766Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:19:06.654Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:19:06.655Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:19:06.657Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:19:06.657Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:19:06.757Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:19:06.758Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:19:06.758Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:06.768Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:06.769Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:19:07.657Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:19:07.658Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:19:07.660Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:19:07.660Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:19:07.760Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:19:07.761Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:19:07.761Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:07.775Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:07.775Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:19:08.661Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "serviceName": "Demo_pNF_AZFfffvnjyiuL8rv2UDB", "serviceVersion": "1.0", "serviceUUID": "0d667e29-fcab-46f0-be0a-eaaa8f1a3158", "serviceDescription": "catalog service description", "serviceInvariantUUID": "271afcbe-e52c-43af-b347-5e4a50744c16", "resources": [ { "resourceInstanceName": "pNF 6bc31fe2-28f2 0", "resourceCustomizationUUID": "cad1c531-984d-4838-80b0-622bd6e8a0a0", "resourceName": "pNF 6bc31fe2-28f2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "636d7682-e7b8-4f18-863f-16f274aecdc1", "resourceInvariantUUID": "b71075b6-4421-4928-9429-e7e13709e06d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "artifactChecksum": "NGY3OTA5MTFjYTg2NjYzMDM3NjBhMDg5YmI3YzE1YTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4cb9fc3-81ed-4529-a548-ff6690b1e82b" } ], "workloadContext": "Production" } 2021-06-04T03:19:08.662Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-04T03:19:08.662Z|5d81274f-2360-4f07-9f62-f83095e5a0a6|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d667e29-fcab-46f0-be0a-eaaa8f1a3158 ASDC 2021-06-04T03:19:08.662Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:95e950da-5792-4b25-b2af-86f210959288 ServiceName:Demo_pNF_AZFfffvnjyiuL8rv2UDB ServiceVersion:1.0 ServiceUUID:0d667e29-fcab-46f0-be0a-eaaa8f1a3158 ServiceInvariantUUID:271afcbe-e52c-43af-b347-5e4a50744c16 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar ArtifactUUID:b4cb9fc3-81ed-4529-a548-ff6690b1e82b ArtifactChecksum:NGY3OTA5MTFjYTg2NjYzMDM3NjBhMDg5YmI3YzE1YTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6bc31fe2-28f2 0 ResourceCustomizationUUID:cad1c531-984d-4838-80b0-622bd6e8a0a0 ResourceInvariantUUID:b71075b6-4421-4928-9429-e7e13709e06d ResourceName:pNF 6bc31fe2-28f2 ResourceType:PNF ResourceUUID:636d7682-e7b8-4f18-863f-16f274aecdc1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-06-04T03:19:08.662Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d667e29-fcab-46f0-be0a-eaaa8f1a3158 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:19:08.689Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:19:08.690Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:19:08.690Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:19:08.690Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b4cb9fc3-81ed-4529-a548-ff6690b1e82b from URL: /sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:08.690Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:19:08.691Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:09.409Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:19:09.413Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar b4cb9fc3-81ed-4529-a548-ff6690b1e82b 82523 2021-06-04T03:19:09.413Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar ASDC sendASDCNotification 2021-06-04T03:19:09.413Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:09.414Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:19:09.414Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:19:09.416Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:19:09.416Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776749413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:19:09.516Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:19:09.517Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:19:09.517Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:09.527Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:09.527Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:19:10.416Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:19:10.418Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:19:10.418Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b4cb9fc3-81ed-4529-a548-ff6690b1e82b, URL: /sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar to file: /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:10.418Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:10.419Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:10.419Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:10.538Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15089318161310666209/Definitions/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml 2021-06-04T03:19:11.192Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6bc31fe2-28f2 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-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:11.193Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:19:11.194Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:19:11.195Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:19:11.195Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Node template pNF 6bc31fe2-28f2 0 is matching search criteria 2021-06-04T03:19:11.195Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:19:11.195Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6bc31fe2-28f2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:19:11.196Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:19:11.196Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:19:11.196Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Node template pNF 6bc31fe2-28f2 0 is matching search criteria 2021-06-04T03:19:11.196Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:19:11.196Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 6bc31fe2-28f2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:19:11.197Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:19:11.198Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:19:11.198Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:19:11.198Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:19:11.199Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_AZFfffvnjyiuL8rv2UDB Description:catalog service description Model UUID:0d667e29-fcab-46f0-be0a-eaaa8f1a3158 Model Version:NULL Model InvariantUuid:271afcbe-e52c-43af-b347-5e4a50744c16 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-04T03:19:11.207Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 636d7682-e7b8-4f18-863f-16f274aecdc1 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:19:11.210Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||pNF 6bc31fe2-28f2 0 2021-06-04T03:19:11.211Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 636d7682-e7b8-4f18-863f-16f274aecdc1 2021-06-04T03:19:11.211Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 0d667e29-fcab-46f0-be0a-eaaa8f1a3158 2021-06-04T03:19:11.211Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0d667e29-fcab-46f0-be0a-eaaa8f1a3158 2021-06-04T03:19:11.211Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6bc31fe2-28f2 0 636d7682-e7b8-4f18-863f-16f274aecdc1 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:19:11.215Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:19:11.216Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:19:11.216Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0d667e29-fcab-46f0-be0a-eaaa8f1a3158: pNF 6bc31fe2-28f2 2021-06-04T03:19:11.216Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Processing PNF resource: 636d7682-e7b8-4f18-863f-16f274aecdc1 2021-06-04T03:19:11.216Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:19:11.216Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_AZFfffvnjyiuL8rv2UDB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:19:11.217Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||Resource customization UUID: cad1c531-984d-4838-80b0-622bd6e8a0a0 is the same as notified resource customizationUUID: cad1c531-984d-4838-80b0-622bd6e8a0a0 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-06-04T03:19:11.286Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6bc31fe2-28f2 636d7682-e7b8-4f18-863f-16f274aecdc1 0 ASDC deployResourceStructure 2021-06-04T03:19:11.287Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar ASDC sendASDCNotification 2021-06-04T03:19:11.287Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar 2021-06-04T03:19:11.287Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:19:11.287Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:19:11.290Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:19:11.290Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776751287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:19:11.390Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-04T03:19:11.391Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:19:11.392Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:19:11.403Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:19:11.403Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:19:12.293Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:19:12.302Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:19:12.304Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:19:12.305Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:19:12.305Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:19:42.305Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:19:42.318Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:19:42.321Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:19:42.321Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:19:42.321Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:20:00.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:20:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:20:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:20:00.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:20:00.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776680005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:20:00.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776683629, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:20:00.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776685337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "03c610be-bcf7-4098-8ac2-559f519cd1a4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776716907, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776713506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "ves-openapi-manager", "timestamp": 1622776719523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-k8s-id", "timestamp": 1622776719631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776713506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "ves-openapi-manager", "timestamp": 1622776719523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-k8s-id", "timestamp": 1622776719631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776713506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "ves-openapi-manager", "timestamp": 1622776719523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-k8s-id", "timestamp": 1622776719631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-windriver-id", "timestamp": 1622776721718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776713506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "dcae-sch", "timestamp": 1622776722026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "ves-openapi-manager", "timestamp": 1622776719523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-k8s-id", "timestamp": 1622776719631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-windriver-id", "timestamp": 1622776721718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776713506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "dcae-sch", "timestamp": 1622776722026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "cds", "timestamp": 1622776723315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "ves-openapi-manager", "timestamp": 1622776719523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-k8s-id", "timestamp": 1622776719631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-windriver-id", "timestamp": 1622776721718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776713506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776723954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "dcae-sch", "timestamp": 1622776722026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "clamp", "timestamp": 1622776724042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "cds", "timestamp": 1622776723315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "ves-openapi-manager", "timestamp": 1622776719523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-k8s-id", "timestamp": 1622776719631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-windriver-id", "timestamp": 1622776721718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "aai-ml", "timestamp": 1622776724930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776713506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776723954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "dcae-sch", "timestamp": 1622776722026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "clamp", "timestamp": 1622776724042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "cds", "timestamp": 1622776723315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "policy-id", "timestamp": 1622776725302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "ves-openapi-manager", "timestamp": 1622776719523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-k8s-id", "timestamp": 1622776719631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-windriver-id", "timestamp": 1622776721718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "aai-ml", "timestamp": 1622776724930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776713506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776723954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "dcae-sch", "timestamp": 1622776722026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "clamp", "timestamp": 1622776724042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "cds", "timestamp": 1622776723315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "policy-id", "timestamp": 1622776725302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "ves-openapi-manager", "timestamp": 1622776719523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-k8s-id", "timestamp": 1622776719631, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-windriver-id", "timestamp": 1622776721718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "aai-ml", "timestamp": 1622776724930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776723954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "dcae-sch", "timestamp": 1622776722026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "clamp", "timestamp": 1622776724042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "policy-id", "timestamp": 1622776725302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "cds", "timestamp": 1622776723315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-windriver-id", "timestamp": 1622776721718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "aai-ml", "timestamp": 1622776724930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776723954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "dcae-sch", "timestamp": 1622776722026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "clamp", "timestamp": 1622776724042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "ves-openapi-manager", "timestamp": 1622776728755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:20:00.051Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:20:00.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "policy-id", "timestamp": 1622776725302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "cds", "timestamp": 1622776723315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "multicloud-windriver-id", "timestamp": 1622776721718, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "aai-ml", "timestamp": 1622776724930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776723954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "dcae-sch", "timestamp": 1622776722026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "clamp", "timestamp": 1622776724042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "policy-id", "timestamp": 1622776725302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "cds", "timestamp": 1622776723315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "ves-openapi-manager", "timestamp": 1622776730001, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:20:00.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "aai-ml", "timestamp": 1622776724930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776723954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "clamp", "timestamp": 1622776724042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "cds", "timestamp": 1622776723315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "policy-id", "timestamp": 1622776725302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "ves-openapi-manager", "timestamp": 1622776731013, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:20:00.063Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 95e950da-5792-4b25-b2af-86f210959288 2021-06-04T03:20:00.063Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e950da-5792-4b25-b2af-86f210959288 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:20:00.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "aai-ml", "timestamp": 1622776724930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776723954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:20:00.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "clamp", "timestamp": 1622776724042, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:20:00.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "policy-id", "timestamp": 1622776725302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:20:00.074Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "aai-ml", "timestamp": 1622776724930, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "policy-id", "timestamp": 1622776725302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "cds", "timestamp": 1622776733420, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776734012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "cds", "timestamp": 1622776734425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:20:00.080Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 95e950da-5792-4b25-b2af-86f210959288 2021-06-04T03:20:00.081Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e950da-5792-4b25-b2af-86f210959288 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:20:00.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "aai-ml", "timestamp": 1622776734618, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:20:00.089Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:20:00.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "policy-id", "timestamp": 1622776734807, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:20:00.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:20:00.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "policy-id", "timestamp": 1622776735811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:20:00.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:20:00.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776735992, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:20:00.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:20:00.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "policy-id", "timestamp": 1622776736814, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:20:00.095Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 95e950da-5792-4b25-b2af-86f210959288 2021-06-04T03:20:00.096Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e950da-5792-4b25-b2af-86f210959288 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:20:00.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:20:00.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776736996, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:20:00.107Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 95e950da-5792-4b25-b2af-86f210959288 2021-06-04T03:20:00.108Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e950da-5792-4b25-b2af-86f210959288 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:20:12.321Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:20:12.334Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:20:12.337Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:20:12.337Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:20:12.337Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:20:42.338Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:20:42.349Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:20:42.351Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:20:42.351Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:20:42.352Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:21:00.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:21:00.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:21:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:21:00.032Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:21:00.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:21:00.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "aai-ml", "timestamp": 1622776740213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:21:00.034Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:21:12.352Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:21:12.362Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:21:12.368Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:21:12.368Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:21:12.368Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:21:42.368Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:21:42.379Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:21:42.382Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:21:42.382Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:21:42.382Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:22:00.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:22:00.009Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:22:00.009Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:00.034Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:00.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:22:00.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:22:00.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "aai-ml", "timestamp": 1622776741217, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:22:00.047Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 95e950da-5792-4b25-b2af-86f210959288 2021-06-04T03:22:00.048Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e950da-5792-4b25-b2af-86f210959288 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:22:00.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "clamp", "timestamp": 1622776741440, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:22:00.057Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:22:00.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:22:00.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:22:00.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-06-04T03:22:00.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:22:00.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "clamp", "timestamp": 1622776743448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:22:00.057Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:22:00.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:22:00.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:22:00.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "clamp", "timestamp": 1622776744451, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:22:00.064Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 95e950da-5792-4b25-b2af-86f210959288 2021-06-04T03:22:00.064Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 95e950da-5792-4b25-b2af-86f210959288 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:22:00.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:22:00.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:22:00.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/resourceInstances/pnf6bc31fe228f20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776740006, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776749413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776751287, "artifactURL": "/sdc/v1/catalog/services/DemoPnfAzffffvnjyiul8rv2udb/1.0/artifacts/service-DemoPnfAzffffvnjyiul8rv2udb-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:22:00.073Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:22:12.383Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:22:12.393Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:22:12.395Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:22:12.395Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-04T03:22:12.396Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-04T03:22:12.396Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-04T03:22:12.396Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:22:12.396Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:22:12.396Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:22:12.396Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:22:12.396Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:22:12.396Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:22:12.396Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:22:12.396Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:22:12.401Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-04T03:22:42.402Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 95e950da-5792-4b25-b2af-86f210959288 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-04T03:22:42.406Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 95e950da-5792-4b25-b2af-86f210959288 and serviceModelVersionId: 0d667e29-fcab-46f0-be0a-eaaa8f1a3158 2021-06-04T03:22:42.407Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 271afcbe-e52c-43af-b347-5e4a50744c16 2021-06-04T03:22:42.407Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/271afcbe-e52c-43af-b347-5e4a50744c16/model-vers/model-ver/0d667e29-fcab-46f0-be0a-eaaa8f1a3158?depth=0 2021-06-04T03:22:42.413Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-04T03:22:42.455Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/271afcbe-e52c-43af-b347-5e4a50744c16/model-vers/model-ver/0d667e29-fcab-46f0-be0a-eaaa8f1a3158?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-06-04T03:22:42.456Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/271afcbe-e52c-43af-b347-5e4a50744c16/model-vers/model-ver/0d667e29-fcab-46f0-be0a-eaaa8f1a3158?depth=0|INFO|500||Invoke 2021-06-04T03:22:42.473Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/271afcbe-e52c-43af-b347-5e4a50744c16/model-vers/model-ver/0d667e29-fcab-46f0-be0a-eaaa8f1a3158?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-04T03:22:42.710Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/271afcbe-e52c-43af-b347-5e4a50744c16/model-vers/model-ver/0d667e29-fcab-46f0-be0a-eaaa8f1a3158?depth=0|INFO|500||InvokeReturn 2021-06-04T03:22:42.710Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/271afcbe-e52c-43af-b347-5e4a50744c16/model-vers/model-ver/0d667e29-fcab-46f0-be0a-eaaa8f1a3158?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210604-03:22:42:478-57727], vertex-id=[229480], Content-Length=[0], Date=[Fri, 04 Jun 2021 03:22:42 GMT], Content-Type=[application/json]} 2021-06-04T03:22:42.711Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-06-04T03:22:42.711Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-04T03:22:42.711Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:22:42.714Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-04T03:22:42.715Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 95e950da-5792-4b25-b2af-86f210959288 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-04T03:22:42.715Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-04T03:22:42.715Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:22:42.717Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:22:42.718Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776962715, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:22:42.818Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:22:42.819Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:22:42.819Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:42.832Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:42.833Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:22:43.729Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:22:43.730Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:22:43.730Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:48.029Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:48.030Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-04T03:22:48.030Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"973456cf-b65e-4484-9adc-3c02e61d99d7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4a3a5db9-763f-4825-98c5-7239866cfb76","serviceDescription":"service","serviceInvariantUUID":"8bed318a-b0dc-4608-aacd-5f29e27aa132","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e5efeff5-c0cb-4987-9904-23b7863dce48","resourceInvariantUUID":"6b4efd2a-083a-4392-9bc6-ba8a8857b2a5","resourceCustomizationUUID":"af38ff22-5989-4460-967a-ef2d453cba2f","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":"M2FiYzgzMGFjZTYwNTE1YmM3NzE0YTE5NzlkMWIyMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bfddf8f-26f4-4899-bf77-d0f9cb4c99ac","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":"NjY0ZGIxMjBhZWUyYWRhZjQyMDJhYjJhZjg0YzA0Y2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29eba0e7-3847-4537-b5bd-909d9440d992","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":"8bb37c74-0ce6-41eb-a65c-7a577e7df960","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":"238d4c9d-ddda-47a8-b597-52bd3612ef0d","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":"c8dda0e5-9631-4cd5-b8c4-11a042e9fb20","artifactVersion":"2","generatedFromUUID":"8bb37c74-0ce6-41eb-a65c-7a577e7df960"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzA2MWYwODcyODE5NDA3OTNjNDg0MjEzYjgzNjRhNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc90f787-1413-447a-8f05-daf3d68da64c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTVlODIwN2U1YWRiZTg2MjY0ZmY0NDUxNjdkYTgyNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56a7548d-7308-424b-8a8d-130f2dd2079c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-04T03:22:48.032Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:22:48.032Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:22:48.033Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:22:48.033Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:22:48.134Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:22:48.134Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:22:48.134Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:48.145Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:48.146Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:22:49.034Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:22:49.034Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:22:49.036Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:22:49.036Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:22:49.136Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-04T03:22:49.137Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:22:49.138Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:49.148Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:49.148Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:22:50.037Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:22:50.038Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:22:50.040Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:22:50.040Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:22:50.141Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:22:50.142Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:22:50.142Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:50.153Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:50.154Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:22:51.042Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:22:51.042Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:22:51.044Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:22:51.044Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:22:51.144Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:22:51.145Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:22:51.145Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:51.155Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:51.155Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:22:52.044Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:22:52.045Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:22:52.046Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:22:52.047Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-04T03:22:52.147Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:22:52.148Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:22:52.148Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:52.159Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:52.159Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:22:53.047Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:22:53.047Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:22:53.049Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:22:53.049Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:22:53.149Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:22:53.150Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:22:53.150Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:53.161Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:53.162Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:22:54.050Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:22:54.051Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:22:54.053Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:22:54.053Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:22:54.153Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:22:54.154Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:22:54.154Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:54.164Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:54.164Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:22:55.055Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "4a3a5db9-763f-4825-98c5-7239866cfb76", "serviceDescription": "service", "serviceInvariantUUID": "8bed318a-b0dc-4608-aacd-5f29e27aa132", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "af38ff22-5989-4460-967a-ef2d453cba2f", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e5efeff5-c0cb-4987-9904-23b7863dce48", "resourceInvariantUUID": "6b4efd2a-083a-4392-9bc6-ba8a8857b2a5", "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": "NjY0ZGIxMjBhZWUyYWRhZjQyMDJhYjJhZjg0YzA0Y2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29eba0e7-3847-4537-b5bd-909d9440d992", "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": "8bb37c74-0ce6-41eb-a65c-7a577e7df960", "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": "c8dda0e5-9631-4cd5-b8c4-11a042e9fb20", "generatedFromUUID": "8bb37c74-0ce6-41eb-a65c-7a577e7df960" }, "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": "c8dda0e5-9631-4cd5-b8c4-11a042e9fb20", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MTVlODIwN2U1YWRiZTg2MjY0ZmY0NDUxNjdkYTgyNzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "56a7548d-7308-424b-8a8d-130f2dd2079c" } ], "workloadContext": "Production" } 2021-06-04T03:22:55.055Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-04T03:22:55.055Z|95e950da-5792-4b25-b2af-86f210959288|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4a3a5db9-763f-4825-98c5-7239866cfb76 ASDC 2021-06-04T03:22:55.056Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:973456cf-b65e-4484-9adc-3c02e61d99d7 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:4a3a5db9-763f-4825-98c5-7239866cfb76 ServiceInvariantUUID:8bed318a-b0dc-4608-aacd-5f29e27aa132 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:56a7548d-7308-424b-8a8d-130f2dd2079c ArtifactChecksum:MTVlODIwN2U1YWRiZTg2MjY0ZmY0NDUxNjdkYTgyNzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:af38ff22-5989-4460-967a-ef2d453cba2f ResourceInvariantUUID:6b4efd2a-083a-4392-9bc6-ba8a8857b2a5 ResourceName:basic_vm ResourceType:VF ResourceUUID:e5efeff5-c0cb-4987-9904-23b7863dce48 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:29eba0e7-3847-4537-b5bd-909d9440d992 ArtifactChecksum:NjY0ZGIxMjBhZWUyYWRhZjQyMDJhYjJhZjg0YzA0Y2Q= 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:8bb37c74-0ce6-41eb-a65c-7a577e7df960 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:c8dda0e5-9631-4cd5-b8c4-11a042e9fb20 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:c8dda0e5-9631-4cd5-b8c4-11a042e9fb20 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-04T03:22:55.056Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4a3a5db9-763f-4825-98c5-7239866cfb76 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:22:55.094Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:22:55.095Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:22:55.095Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:22:55.095Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 56a7548d-7308-424b-8a8d-130f2dd2079c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-04T03:22:55.095Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:22:55.096Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-04T03:22:56.493Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:22:56.497Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 56a7548d-7308-424b-8a8d-130f2dd2079c 70846 2021-06-04T03:22:56.497Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-06-04T03:22:56.497Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-04T03:22:56.498Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:22:56.498Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:22:56.499Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:22:56.500Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776976497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:22:56.600Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:22:56.601Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:22:56.601Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:56.613Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:56.613Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:22:57.500Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:22:57.501Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:22:57.502Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 56a7548d-7308-424b-8a8d-130f2dd2079c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:57.502Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-06-04T03:22:57.503Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:57.503Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:57.648Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12098208332547957893/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-06-04T03:22:58.685Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-04T03:22:58.685Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:22:58.686Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:58.686Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-06-04T03:22:58.686Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:58.686Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:58.686Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:58.686Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:58.686Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:58.686Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:58.686Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:58.687Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:58.687Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-06-04T03:22:58.687Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:22:58.687Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.687Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:22:58.687Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-04T03:22:58.687Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:22:58.687Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:22:58.688Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.688Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:22:58.688Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-04T03:22:58.688Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:22:58.688Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:22:58.688Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.688Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:22:58.688Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.688Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-04T03:22:58.689Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-04T03:22:58.689Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-06-04T03:22:58.689Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-06-04T03:22:58.689Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-06-04T03:22:58.689Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-04T03:22:58.689Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.689Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:22:58.689Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.689Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-04T03:22:58.689Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:22:58.690Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.690Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-04T03:22:58.690Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:22:58.690Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.690Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-04T03:22:58.690Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:22:58.690Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.691Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-04T03:22:58.691Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-04T03:22:58.691Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-04T03:22:58.691Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64132dc9-297d-4c2f-bfb3-41b85ac06488 2021-06-04T03:22:58.691Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.691Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:22:58.691Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.691Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:22:58.692Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.692Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:22:58.692Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:22:58.692Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:22:58.692Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:4a3a5db9-763f-4825-98c5-7239866cfb76 Model Version:NULL Model InvariantUuid:8bed318a-b0dc-4608-aacd-5f29e27aa132 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:3ebab12f-a471-4f3f-9988-8cdbcdb93363 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6b4efd2a-083a-4392-9bc6-ba8a8857b2a5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:af38ff22-5989-4460-967a-ef2d453cba2f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:abafee4e-733e-4f42-9dde-5316b33dab8c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1acfa282-b64e-449b-8db8-58c9fe2ebad6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:64132dc9-297d-4c2f-bfb3-41b85ac06488 ModelInvariantUuid:a4c42686-8079-4d1e-abac-097afbab3f19 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:566c5bc8-1b7c-4e83-8e9a-51f7847c4086 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:cd17b6cf-6009-4b4b-ab59-e0ea43ff9f4e ModelInvariantUuid:cd8a0928-0f64-4fba-80eb-f211da9e543d ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:59e23113-07dc-420a-b19e-e6f1673dc50b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-04T03:22:58.698Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e5efeff5-c0cb-4987-9904-23b7863dce48 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:22:58.701Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||basic_vm 0 2021-06-04T03:22:58.701Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e5efeff5-c0cb-4987-9904-23b7863dce48 2021-06-04T03:22:58.701Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 29eba0e7-3847-4537-b5bd-909d9440d992 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-06-04T03:22:58.701Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:22:58.701Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-06-04T03:22:59.515Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:22:59.516Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 29eba0e7-3847-4537-b5bd-909d9440d992 787 2021-06-04T03:22:59.516Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-06-04T03:22:59.516Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-06-04T03:22:59.516Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:22:59.517Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:22:59.518Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:22:59.518Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776979516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:22:59.619Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:22:59.619Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:22:59.620Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:22:59.629Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:22:59.629Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:23:00.008Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:23:00.010Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:23:00.010Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:23:00.027Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:23:00.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:23:00.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776913506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:23:00.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:23:00.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:23:00.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776913506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:23:00.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:23:00.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:23:00.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776913506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:23:00.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:23:00.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:23:00.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:23:00.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:23:00.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-06-04T03:23:00.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776913506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:23:00.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-06-04T03:23:00.519Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "abafee4e-733e-4f42-9dde-5316b33dab8c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1acfa282-b64e-449b-8db8-58c9fe2ebad6", "vfModuleModelCustomizationUUID": "5a6588ea-f191-4b27-a7a4-0fe2e884d093", "isBase": true, "artifacts": [ "8bb37c74-0ce6-41eb-a65c-7a577e7df960", "c8dda0e5-9631-4cd5-b8c4-11a042e9fb20" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:23:00.523Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1acfa282-b64e-449b-8db8-58c9fe2ebad6 VfModuleModelInvariantUUID:abafee4e-733e-4f42-9dde-5316b33dab8c VfModuleModelDescription:NULL Artifacts UUID List:{ 8bb37c74-0ce6-41eb-a65c-7a577e7df960 , c8dda0e5-9631-4cd5-b8c4-11a042e9fb20 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:23:00.526Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "abafee4e-733e-4f42-9dde-5316b33dab8c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1acfa282-b64e-449b-8db8-58c9fe2ebad6", "vfModuleModelCustomizationUUID": "5a6588ea-f191-4b27-a7a4-0fe2e884d093", "isBase": true, "artifacts": [ "8bb37c74-0ce6-41eb-a65c-7a577e7df960", "c8dda0e5-9631-4cd5-b8c4-11a042e9fb20" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:23:00.527Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1acfa282-b64e-449b-8db8-58c9fe2ebad6 VfModuleModelInvariantUUID:abafee4e-733e-4f42-9dde-5316b33dab8c VfModuleModelDescription:NULL Artifacts UUID List:{ 8bb37c74-0ce6-41eb-a65c-7a577e7df960 , c8dda0e5-9631-4cd5-b8c4-11a042e9fb20 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:23:00.527Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8bb37c74-0ce6-41eb-a65c-7a577e7df960 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-06-04T03:23:00.527Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:23:00.527Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-06-04T03:23:01.321Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:23:01.321Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8bb37c74-0ce6-41eb-a65c-7a577e7df960 5033 2021-06-04T03:23:01.321Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-06-04T03:23:01.321Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-06-04T03:23:01.321Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:23:01.321Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:23:01.323Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:23:01.323Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776981321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:23:01.423Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:23:01.424Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:23:01.424Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:23:01.434Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:23:01.434Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:23:02.323Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c8dda0e5-9631-4cd5-b8c4-11a042e9fb20 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-06-04T03:23:02.324Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:23:02.324Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-06-04T03:23:03.019Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:23:03.020Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c8dda0e5-9631-4cd5-b8c4-11a042e9fb20 903 2021-06-04T03:23:03.020Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-06-04T03:23:03.020Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-06-04T03:23:03.020Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:23:03.021Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:23:03.023Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:23:03.023Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776983020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:23:03.123Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:23:03.124Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:23:03.124Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:23:03.135Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:23:03.135Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:23:04.024Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 4a3a5db9-763f-4825-98c5-7239866cfb76 2021-06-04T03:23:04.024Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e5efeff5-c0cb-4987-9904-23b7863dce48 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-06-04T03:23:04.038Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.038Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:23:04.038Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-06-04T03:23:04.039Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= af38ff22-5989-4460-967a-ef2d453cba2f 2021-06-04T03:23:04.039Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af38ff22-5989-4460-967a-ef2d453cba2f matches Tosca VF Customization UUID: af38ff22-5989-4460-967a-ef2d453cba2f 2021-06-04T03:23:04.039Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: af38ff22-5989-4460-967a-ef2d453cba2f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-04T03:23:04.041Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.041Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:23:04.042Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id af38ff22-5989-4460-967a-ef2d453cba2f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-06-04T03:23:04.042Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@344aac7f 2021-06-04T03:23:04.042Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.042Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:23:04.042Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a6588ea-f191-4b27-a7a4-0fe2e884d093 2021-06-04T03:23:04.042Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a6588ea-f191-4b27-a7a4-0fe2e884d093 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-04T03:23:04.044Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.044Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-04T03:23:04.044Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:23:04.045Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.045Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-04T03:23:04.045Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:23:04.045Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.045Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-06-04T03:23:04.046Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-04T03:23:04.046Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-04T03:23:04.046Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=64132dc9-297d-4c2f-bfb3-41b85ac06488 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-04T03:23:04.047Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.048Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-04T03:23:04.048Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:23:04.048Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.048Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-06-04T03:23:04.048Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=af38ff22-5989-4460-967a-ef2d453cba2f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:23:04.050Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.050Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:23:04.050Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 4a3a5db9-763f-4825-98c5-7239866cfb76: basic_vm 2021-06-04T03:23:04.050Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.050Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:23:04.051Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.051Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:23:04.051Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.051Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:23:04.051Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.051Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:23:04.051Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:23:04.052Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:23:04.052Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:23:04.134Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e5efeff5-c0cb-4987-9904-23b7863dce48 1 ASDC deployResourceStructure 2021-06-04T03:23:04.135Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-06-04T03:23:04.135Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-06-04T03:23:04.135Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:23:04.135Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:23:04.137Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:23:04.137Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776984135, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:23:04.239Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-06-04T03:23:04.239Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:23:04.239Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:23:04.251Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:23:04.251Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:23:05.138Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-06-04T03:23:05.139Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-06-04T03:23:05.139Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:23:05.139Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:23:05.141Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:23:05.141Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776985138, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:23:05.241Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:23:05.242Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:23:05.242Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:23:05.253Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:23:05.253Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:23:06.142Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-06-04T03:23:06.142Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-06-04T03:23:06.142Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:23:06.143Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:23:06.144Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:23:06.145Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776986142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-04T03:23:06.245Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:23:06.246Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:23:06.246Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:23:06.258Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:23:06.259Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:23:07.146Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-06-04T03:23:07.146Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-06-04T03:23:07.146Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:23:07.146Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:23:07.148Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:23:07.148Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776987145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:23:07.249Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-04T03:23:07.249Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:23:07.250Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:23:07.260Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:23:07.261Z||pool-65-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:23:08.149Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:23:08.158Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:23:08.160Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:23:08.160Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:23:08.160Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:23:38.160Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:23:38.171Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:23:38.173Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:23:38.173Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:23:38.173Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:24:00.007Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:24:00.008Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:24:00.008Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:24:00.028Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:24:00.029Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:24:00.029Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:24:00.030Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:24:08.174Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:24:08.182Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:24:08.184Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:24:08.185Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:24:08.185Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:24:38.185Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:24:38.196Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:24:38.198Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:24:38.198Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:24:38.198Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:25:00.008Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:25:00.008Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:25:00.008Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:00.026Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:00.045Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.045Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776913506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.046Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776913506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776913506, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.047Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.048Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776924616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.049Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776926023, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.050Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "cds", "timestamp": 1622776926529, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.051Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "cds", "timestamp": 1622776927533, "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-06-04T03:25:00.059Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 973456cf-b65e-4484-9adc-3c02e61d99d7 2021-06-04T03:25:00.059Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 973456cf-b65e-4484-9adc-3c02e61d99d7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.067Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.067Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.067Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.067Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.067Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776927808, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.067Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.067Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776928026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.068Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776928812, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.073Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 973456cf-b65e-4484-9adc-3c02e61d99d7 2021-06-04T03:25:00.073Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 973456cf-b65e-4484-9adc-3c02e61d99d7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.081Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.082Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.082Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.082Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.082Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.083Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.083Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.083Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.083Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.083Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.083Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.083Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.083Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.084Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776929815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.084Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.084Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.084Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776929908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.084Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.084Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.084Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.084Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.084Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.084Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776930212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.085Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.086Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776931816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.087Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.087Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.087Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.087Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.087Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.087Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.087Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.087Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.087Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776932313, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.087Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.087Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.088Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.088Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.088Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.088Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.088Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.088Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.088Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776932838, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.093Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 973456cf-b65e-4484-9adc-3c02e61d99d7 2021-06-04T03:25:00.093Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 973456cf-b65e-4484-9adc-3c02e61d99d7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:25:00.100Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.100Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.100Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.100Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.100Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.100Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.101Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.101Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.101Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.101Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.101Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-k8s-id", "timestamp": 1622776933842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.101Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.101Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.101Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776933506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "policy-id", "timestamp": 1622776934107, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "ves-openapi-manager", "timestamp": 1622776919523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776934403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.102Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.103Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.103Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.103Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.103Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.103Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.103Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776933506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "policy-id", "timestamp": 1622776935110, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.104Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776935409, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.109Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 973456cf-b65e-4484-9adc-3c02e61d99d7 2021-06-04T03:25:00.110Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 973456cf-b65e-4484-9adc-3c02e61d99d7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:25:00.117Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "cds", "timestamp": 1622776918315, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.118Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.119Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.119Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.119Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776933506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.119Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.119Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.119Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "policy-id", "timestamp": 1622776936113, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.123Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 973456cf-b65e-4484-9adc-3c02e61d99d7 2021-06-04T03:25:00.123Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 973456cf-b65e-4484-9adc-3c02e61d99d7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:25:00.127Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "multicloud-windriver-id", "timestamp": 1622776936412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "dcae-sch", "timestamp": 1622776922026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.128Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776933506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "cds", "timestamp": 1622776937500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.129Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776933506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.130Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "cds", "timestamp": 1622776938506, "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-06-04T03:25:00.141Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d 2021-06-04T03:25:00.141Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.147Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.147Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.148Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.148Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.148Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.148Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.148Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.148Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.148Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.148Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.148Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.149Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.149Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.149Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776933506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-04T03:25:00.149Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.149Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.149Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.149Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.149Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.149Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.150Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.150Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.150Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.150Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.150Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.150Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.150Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776933506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.151Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.152Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.152Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.152Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.152Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.152Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.152Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.152Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.152Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.152Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.152Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.152Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "dcae-sch", "timestamp": 1622776940915, "artifactURL": "/sdc/v1/catalog/services/fe805b6e-7ad3-47b8-bba2-9ea1c44ac264/resourceInstances/basicclamp0/artifacts/791490e7-d48d-4348-9c4a-85e9de6f2d3e", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776933506, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.153Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "ves-openapi-manager", "timestamp": 1622776939523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.154Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "cds", "timestamp": 1622776939509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.155Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.155Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.155Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776919631, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.155Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.155Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.155Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.155Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.155Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.155Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "dcae-sch", "timestamp": 1622776942198, "artifactURL": "/sdc/v1/catalog/services/fe805b6e-7ad3-47b8-bba2-9ea1c44ac264/resourceInstances/basicclamp0/artifacts/791490e7-d48d-4348-9c4a-85e9de6f2d3e", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.156Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.156Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.156Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-04T03:25:00.156Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.156Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.156Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776942513, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.156Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.156Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.156Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "ves-openapi-manager", "timestamp": 1622776939523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.156Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.157Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.157Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "cds", "timestamp": 1622776939509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.157Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.157Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.157Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776943013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.157Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.157Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.157Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.157Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.157Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.158Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "dcae-sch", "timestamp": 1622776943201, "artifactURL": "/sdc/v1/catalog/services/fe805b6e-7ad3-47b8-bba2-9ea1c44ac264/resourceInstances/basicclamp0/artifacts/791490e7-d48d-4348-9c4a-85e9de6f2d3e", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.163Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d 2021-06-04T03:25:00.163Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.170Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.170Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "aai-ml", "timestamp": 1622776943653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776943726, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "ves-openapi-manager", "timestamp": 1622776939523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "cds", "timestamp": 1622776939509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "policy-id", "timestamp": 1622776925302, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.171Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776921718, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "ves-openapi-manager", "timestamp": 1622776939523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "cds", "timestamp": 1622776939509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776944815, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "dcae-sch", "timestamp": 1622776944205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776944965, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776945070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "policy-id", "timestamp": 1622776945518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.172Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "ves-openapi-manager", "timestamp": 1622776939523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "cds", "timestamp": 1622776939509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776945816, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "dcae-sch", "timestamp": 1622776944205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.173Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776946074, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.177Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 973456cf-b65e-4484-9adc-3c02e61d99d7 2021-06-04T03:25:00.178Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 973456cf-b65e-4484-9adc-3c02e61d99d7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.185Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.185Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776946317, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.185Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.185Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.185Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776946512, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.185Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.185Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.185Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "policy-id", "timestamp": 1622776946522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "ves-openapi-manager", "timestamp": 1622776939523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "cds", "timestamp": 1622776939509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "dcae-sch", "timestamp": 1622776944205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.186Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776947322, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.190Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d 2021-06-04T03:25:00.190Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.198Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.198Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776947533, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.203Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d 2021-06-04T03:25:00.203Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:25:00.209Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.210Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "policy-id", "timestamp": 1622776947524, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.214Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d 2021-06-04T03:25:00.214Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:25:00.219Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.219Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776947611, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "ves-openapi-manager", "timestamp": 1622776939523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "cds", "timestamp": 1622776939509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "dcae-sch", "timestamp": 1622776944205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.220Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.221Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.221Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776948326, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.221Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.221Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.221Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-k8s-id", "timestamp": 1622776948535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.221Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.221Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.221Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "ves-openapi-manager", "timestamp": 1622776939523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.221Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.222Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.222Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "cds", "timestamp": 1622776939509, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.222Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.222Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.222Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "dcae-sch", "timestamp": 1622776944205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.222Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.222Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.222Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.222Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.222Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.222Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "policy-id", "timestamp": 1622776948527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776949431, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "clamp", "timestamp": 1622776949468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "dcae-sch", "timestamp": 1622776944205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.223Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.224Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.224Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.224Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776949540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.224Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.224Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.224Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "policy-id", "timestamp": 1622776948527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.224Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.224Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.224Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776950435, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.229Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d 2021-06-04T03:25:00.229Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:25:00.234Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.234Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "cds", "timestamp": 1622776950514, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.234Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.234Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.234Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "aai-ml", "timestamp": 1622776950811, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.234Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.234Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.234Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "dcae-sch", "timestamp": 1622776944205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.234Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776949540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "policy-id", "timestamp": 1622776948527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "multicloud-windriver-id", "timestamp": 1622776951438, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "clamp", "timestamp": 1622776951477, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.235Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "aai-ml", "timestamp": 1622776951814, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.239Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 973456cf-b65e-4484-9adc-3c02e61d99d7 2021-06-04T03:25:00.239Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 973456cf-b65e-4484-9adc-3c02e61d99d7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "dcae-sch", "timestamp": 1622776944205, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776949540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.247Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "policy-id", "timestamp": 1622776948527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.248Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "clamp", "timestamp": 1622776952479, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.252Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 973456cf-b65e-4484-9adc-3c02e61d99d7 2021-06-04T03:25:00.252Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 973456cf-b65e-4484-9adc-3c02e61d99d7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.260Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.260Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "cds", "timestamp": 1622776952689, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.272Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54d7640f-e358-4fe6-9ff4-ed90edf19054 2021-06-04T03:25:00.272Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d7640f-e358-4fe6-9ff4-ed90edf19054 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.282Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.282Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.282Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.282Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.282Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776952441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.283Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.283Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.283Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.283Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.283Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.283Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776949540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.283Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.283Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.284Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "policy-id", "timestamp": 1622776948527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.284Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.284Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.284Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.284Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.284Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.284Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.284Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776952441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.285Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776933954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.286Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.286Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.286Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776953506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.286Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.286Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.286Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776949540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-04T03:25:00.286Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.287Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.287Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "policy-id", "timestamp": 1622776948527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.287Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.287Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.287Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.287Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.287Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.288Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.288Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.288Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.288Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776952441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.288Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.288Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.288Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776953506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.289Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.289Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.289Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776949540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.289Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.289Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.290Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "policy-id", "timestamp": 1622776948527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.290Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.290Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.290Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.290Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.290Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.290Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.291Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.291Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.291Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776952441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.291Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.291Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.291Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776953506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.291Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.292Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.292Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776949540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.292Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.292Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.292Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "policy-id", "timestamp": 1622776948527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.292Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.292Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.293Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776956301, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.293Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.293Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.293Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.293Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.293Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.294Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.294Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.294Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.294Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776952441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-04T03:25:00.294Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.294Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.295Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776953506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.295Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.295Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.295Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776949540, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.295Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.295Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.296Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.296Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.296Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.296Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.296Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.297Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.297Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776952441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.297Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.297Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.297Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776953506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-04T03:25:00.297Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.297Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.298Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.298Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.298Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.298Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776958682, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.298Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.298Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.299Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "policy-id", "timestamp": 1622776958817, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.299Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.299Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.299Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.299Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.302Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.302Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776952441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.302Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.302Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.302Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776953506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.302Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.302Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.302Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.302Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.302Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.302Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776959686, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.307Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d 2021-06-04T03:25:00.307Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.313Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.314Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "aai-ml", "timestamp": 1622776934930, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.314Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.314Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.314Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "policy-id", "timestamp": 1622776959990, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.314Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.314Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.314Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776960010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.314Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.314Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.314Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776952441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.315Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.315Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.315Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776953506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.315Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.315Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.315Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776934042, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.315Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.315Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.315Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "policy-id", "timestamp": 1622776960992, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.319Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54d7640f-e358-4fe6-9ff4-ed90edf19054 2021-06-04T03:25:00.319Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d7640f-e358-4fe6-9ff4-ed90edf19054 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.326Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.326Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776953506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776962117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "aai-ml", "timestamp": 1622776962142, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776962209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "95e950da-5792-4b25-b2af-86f210959288", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776962715, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776962918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.327Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776964320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776964415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776963954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776964723, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.328Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776965433, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.333Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54d7640f-e358-4fe6-9ff4-ed90edf19054 2021-06-04T03:25:00.334Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d7640f-e358-4fe6-9ff4-ed90edf19054 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776965550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776963954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776966318, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-k8s-id", "timestamp": 1622776966436, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.340Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.341Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.341Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776966556, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.346Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54d7640f-e358-4fe6-9ff4-ed90edf19054 2021-06-04T03:25:00.346Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d7640f-e358-4fe6-9ff4-ed90edf19054 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:25:00.353Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.353Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776963954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.353Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.353Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.353Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776967321, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.358Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54d7640f-e358-4fe6-9ff4-ed90edf19054 2021-06-04T03:25:00.358Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d7640f-e358-4fe6-9ff4-ed90edf19054 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:25:00.364Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.364Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-windriver-id", "timestamp": 1622776967559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.364Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.364Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.364Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776963954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.364Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.364Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.364Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "multicloud-starlingx-id", "timestamp": 1622776968324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776963954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "aai-ml", "timestamp": 1622776969115, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.365Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.366Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.366Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776969471, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.366Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.366Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.366Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776963954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.366Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.366Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.366Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:00.366Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.366Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.366Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "aai-ml", "timestamp": 1622776970118, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.371Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d 2021-06-04T03:25:00.371Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.380Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.380Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776970474, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776963954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776963954, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.381Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "aai-ml", "timestamp": 1622776971120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "aai-ml", "timestamp": 1622776971120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776973552, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776973710, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "aai-ml", "timestamp": 1622776971120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.382Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.383Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.383Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.383Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.383Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.383Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776974555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.383Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.383Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.383Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "aai-ml", "timestamp": 1622776971120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.383Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.383Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.383Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "clamp", "timestamp": 1622776975560, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.388Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d 2021-06-04T03:25:00.388Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.396Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.396Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "aai-ml", "timestamp": 1622776971120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.396Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.396Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.396Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776976497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.396Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.396Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.397Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776976536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:25:00.397Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:00.397Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.397Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "aai-ml", "timestamp": 1622776971120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.397Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.397Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.397Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "clamp", "timestamp": 1622776976563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.397Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.397Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.397Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622776977540, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:00.402Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54d7640f-e358-4fe6-9ff4-ed90edf19054 2021-06-04T03:25:00.403Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d7640f-e358-4fe6-9ff4-ed90edf19054 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:00.411Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.411Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "aai-ml", "timestamp": 1622776971120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.412Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.412Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.412Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "clamp", "timestamp": 1622776976563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:00.412Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.412Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.412Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "aai-ml", "timestamp": 1622776971120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:00.412Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.412Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.413Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "clamp", "timestamp": 1622776976563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:00.413Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-06-04T03:25:00.413Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:25:00.413Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776979516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:00.413Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:25:08.198Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:25:08.207Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:25:08.209Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:25:08.209Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-04T03:25:08.209Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-04T03:25:08.209Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-04T03:25:08.209Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:25:08.209Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:25:08.209Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:25:08.209Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:25:08.209Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:25:08.209Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:25:08.209Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:25:08.214Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-04T03:25:38.214Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-04T03:25:38.224Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 973456cf-b65e-4484-9adc-3c02e61d99d7 and serviceModelVersionId: 4a3a5db9-763f-4825-98c5-7239866cfb76 2021-06-04T03:25:38.224Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8bed318a-b0dc-4608-aacd-5f29e27aa132 2021-06-04T03:25:38.225Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8bed318a-b0dc-4608-aacd-5f29e27aa132/model-vers/model-ver/4a3a5db9-763f-4825-98c5-7239866cfb76?depth=0 2021-06-04T03:25:38.230Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-04T03:25:38.265Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bed318a-b0dc-4608-aacd-5f29e27aa132/model-vers/model-ver/4a3a5db9-763f-4825-98c5-7239866cfb76?depth=0|INFO|500||Invoke 2021-06-04T03:25:38.265Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bed318a-b0dc-4608-aacd-5f29e27aa132/model-vers/model-ver/4a3a5db9-763f-4825-98c5-7239866cfb76?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bed318a-b0dc-4608-aacd-5f29e27aa132/model-vers/model-ver/4a3a5db9-763f-4825-98c5-7239866cfb76?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[973456cf-b65e-4484-9adc-3c02e61d99d7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1769902f-e395-46a2-8be5-dd9401f720b6], X-ECOMP-RequestID=[973456cf-b65e-4484-9adc-3c02e61d99d7], X-TransactionId=[], X-ONAP-RequestID=[973456cf-b65e-4484-9adc-3c02e61d99d7], Content-Type=[application/merge-patch+json]} 2021-06-04T03:25:38.287Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bed318a-b0dc-4608-aacd-5f29e27aa132/model-vers/model-ver/4a3a5db9-763f-4825-98c5-7239866cfb76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-04T03:25:38.896Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bed318a-b0dc-4608-aacd-5f29e27aa132/model-vers/model-ver/4a3a5db9-763f-4825-98c5-7239866cfb76?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/8bed318a-b0dc-4608-aacd-5f29e27aa132/model-vers/model-ver/4a3a5db9-763f-4825-98c5-7239866cfb76?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210604-03:25:38:294-90859], vertex-id=[405656], Content-Length=[0], Date=[Fri, 04 Jun 2021 03:25:38 GMT], Content-Type=[application/json]} 2021-06-04T03:25:38.897Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bed318a-b0dc-4608-aacd-5f29e27aa132/model-vers/model-ver/4a3a5db9-763f-4825-98c5-7239866cfb76?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-04T03:25:38.897Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/8bed318a-b0dc-4608-aacd-5f29e27aa132/model-vers/model-ver/4a3a5db9-763f-4825-98c5-7239866cfb76?depth=0|INFO|500||InvokeReturn 2021-06-04T03:25:38.897Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-04T03:25:38.897Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:25:38.901Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-04T03:25:38.901Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 973456cf-b65e-4484-9adc-3c02e61d99d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-04T03:25:38.901Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-04T03:25:38.901Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:38.903Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:38.903Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777138901, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:25:39.003Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:39.004Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:39.004Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:39.016Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:39.017Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:25:39.913Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-04T03:25:39.913Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"fe805b6e-7ad3-47b8-bba2-9ea1c44ac264","serviceDescription":"service","serviceInvariantUUID":"3996ac2b-dfef-4e34-8ebd-0eacb428f739","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41d5bf2a-3b12-49fc-bf34-c7009c58131a","resourceInvariantUUID":"4698444f-f6ee-4936-aefa-272747f15561","resourceCustomizationUUID":"0f565d10-f7ba-4a49-8a25-2f0f5fd62f76","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":"791490e7-d48d-4348-9c4a-85e9de6f2d3e","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":"YWY2MzEyNTZmYTU5OWM5NTdlNTc0ODgyY2EyODU4NjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8f2b2f37-80f8-46ad-970b-e8405ac7758b","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":"MGQ2MmYyNjQxMzcwMGY5ZWUwYjY4ZjEzMGZhYTE0YjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b8db4b84-bfcf-4338-b15d-940b5db8e5bc","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":"20d3a5ef-4808-4f3b-bdfe-a642ce21ae09","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":"2e727115-ae5c-4899-a7a5-d82558a00a9b","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":"76aaa3fc-1385-49a7-87ba-56576787dd56","artifactVersion":"2","generatedFromUUID":"20d3a5ef-4808-4f3b-bdfe-a642ce21ae09"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MzRlNWNiZjdjN2VkOGQ1YTI2MzAzN2JmZTI3NWRjYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b105906-4c60-4dcb-8516-97a400585db0","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTFiM2I2MTFiYmVhMjQxOWI5ZTE0ZGYyOWQ0YTc5YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d27dc91-bbc2-408a-8962-5d6065d96d3e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-04T03:25:39.913Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:25:39.913Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:39.915Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:39.915Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:40.015Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:40.016Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:40.016Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:40.027Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:40.027Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:40.915Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:25:40.916Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:40.918Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:40.918Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:41.018Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:41.019Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:41.019Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:41.028Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:41.029Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:41.918Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:25:41.919Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:41.921Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:41.921Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:25:42.021Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:42.022Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:42.022Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:42.033Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:42.034Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:25:42.921Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:25:42.922Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:42.924Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:42.924Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:25:43.024Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:43.025Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:43.025Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:43.036Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:43.036Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:43.924Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:25:43.925Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:43.927Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:43.927Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:44.027Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:44.028Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:44.028Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:44.039Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:44.039Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:44.927Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:25:44.928Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:44.930Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:44.930Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-04T03:25:45.030Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:45.031Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:45.031Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:45.042Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:45.042Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:45.931Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:25:45.931Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:45.934Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:45.934Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:25:46.034Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:46.035Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:46.035Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:46.048Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:46.048Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:46.934Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:25:46.935Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:46.936Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:46.936Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:25:47.037Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-04T03:25:47.037Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:47.037Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:47.048Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:47.049Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:47.937Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "fe805b6e-7ad3-47b8-bba2-9ea1c44ac264", "serviceDescription": "service", "serviceInvariantUUID": "3996ac2b-dfef-4e34-8ebd-0eacb428f739", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "0f565d10-f7ba-4a49-8a25-2f0f5fd62f76", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "41d5bf2a-3b12-49fc-bf34-c7009c58131a", "resourceInvariantUUID": "4698444f-f6ee-4936-aefa-272747f15561", "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": "MGQ2MmYyNjQxMzcwMGY5ZWUwYjY4ZjEzMGZhYTE0YjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8db4b84-bfcf-4338-b15d-940b5db8e5bc", "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": "20d3a5ef-4808-4f3b-bdfe-a642ce21ae09", "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": "76aaa3fc-1385-49a7-87ba-56576787dd56", "generatedFromUUID": "20d3a5ef-4808-4f3b-bdfe-a642ce21ae09" }, "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": "76aaa3fc-1385-49a7-87ba-56576787dd56", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NTFiM2I2MTFiYmVhMjQxOWI5ZTE0ZGYyOWQ0YTc5YWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9d27dc91-bbc2-408a-8962-5d6065d96d3e" } ], "workloadContext": "Production" } 2021-06-04T03:25:47.938Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-04T03:25:47.938Z|973456cf-b65e-4484-9adc-3c02e61d99d7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fe805b6e-7ad3-47b8-bba2-9ea1c44ac264 ASDC 2021-06-04T03:25:47.938Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:fe805b6e-7ad3-47b8-bba2-9ea1c44ac264 ServiceInvariantUUID:3996ac2b-dfef-4e34-8ebd-0eacb428f739 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:9d27dc91-bbc2-408a-8962-5d6065d96d3e ArtifactChecksum:NTFiM2I2MTFiYmVhMjQxOWI5ZTE0ZGYyOWQ0YTc5YWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:0f565d10-f7ba-4a49-8a25-2f0f5fd62f76 ResourceInvariantUUID:4698444f-f6ee-4936-aefa-272747f15561 ResourceName:basicclamp ResourceType:VF ResourceUUID:41d5bf2a-3b12-49fc-bf34-c7009c58131a 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:b8db4b84-bfcf-4338-b15d-940b5db8e5bc ArtifactChecksum:MGQ2MmYyNjQxMzcwMGY5ZWUwYjY4ZjEzMGZhYTE0YjE= 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:20d3a5ef-4808-4f3b-bdfe-a642ce21ae09 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:76aaa3fc-1385-49a7-87ba-56576787dd56 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:76aaa3fc-1385-49a7-87ba-56576787dd56 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-04T03:25:47.938Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe805b6e-7ad3-47b8-bba2-9ea1c44ac264 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:25:47.970Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:25:47.971Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:25:47.971Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:25:47.971Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9d27dc91-bbc2-408a-8962-5d6065d96d3e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-04T03:25:47.971Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:25:47.971Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-04T03:25:48.718Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:25:48.721Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 9d27dc91-bbc2-408a-8962-5d6065d96d3e 73376 2021-06-04T03:25:48.722Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-06-04T03:25:48.722Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-04T03:25:48.722Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:25:48.722Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:48.723Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:48.723Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777148722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:48.824Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:48.824Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:48.824Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:48.834Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:48.834Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:49.724Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:25:49.725Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:25:49.725Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9d27dc91-bbc2-408a-8962-5d6065d96d3e, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:49.726Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-06-04T03:25:49.726Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:49.726Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:49.907Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15969014555999380370/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-06-04T03:25:50.991Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-04T03:25:50.992Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:25:50.992Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:50.992Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-06-04T03:25:50.992Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:50.992Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:50.992Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:50.992Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:50.992Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:50.992Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:50.993Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:50.993Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:50.993Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-06-04T03:25:50.993Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:25:50.993Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.993Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:50.993Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-04T03:25:50.993Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:25:50.994Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:25:50.994Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.994Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:50.994Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-04T03:25:50.994Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:25:50.994Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:25:50.994Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.994Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:50.995Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.995Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-04T03:25:50.995Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-06-04T03:25:50.995Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-06-04T03:25:50.995Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-06-04T03:25:50.995Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-04T03:25:50.995Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-04T03:25:50.996Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.996Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:25:50.996Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.996Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-04T03:25:50.996Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:25:50.996Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.996Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-04T03:25:50.997Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:25:50.997Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.997Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-04T03:25:50.997Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:25:50.997Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.997Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-04T03:25:50.997Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-04T03:25:50.997Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-04T03:25:50.998Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=31701e53-d29d-4aca-b314-509e1d335906 2021-06-04T03:25:50.998Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.998Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:50.998Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.998Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:50.998Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.998Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:50.998Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:50.999Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:50.999Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:fe805b6e-7ad3-47b8-bba2-9ea1c44ac264 Model Version:NULL Model InvariantUuid:3996ac2b-dfef-4e34-8ebd-0eacb428f739 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:98753804-3cf0-45de-aa9c-18acae774f7b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4698444f-f6ee-4936-aefa-272747f15561 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0f565d10-f7ba-4a49-8a25-2f0f5fd62f76 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3108a840-51de-4948-8178-c956d6a18812 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:639a5535-3d2f-4e5f-ac68-ab5addffc300 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:31701e53-d29d-4aca-b314-509e1d335906 ModelInvariantUuid:684d383c-3cca-431c-b702-20b2d89af6eb ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:ed4ce775-6f35-4e53-8036-eaf746c0b5e4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e7cb1805-5778-473c-ab16-b74d31d85e27 ModelInvariantUuid:d9fda347-654a-42e3-81f7-3aaa84926b5b ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:d06d31ac-a5ff-43de-93b2-cc082c14d043 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-04T03:25:51.004Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 41d5bf2a-3b12-49fc-bf34-c7009c58131a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:25:51.008Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||basicclamp 0 2021-06-04T03:25:51.008Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 41d5bf2a-3b12-49fc-bf34-c7009c58131a 2021-06-04T03:25:51.008Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b8db4b84-bfcf-4338-b15d-940b5db8e5bc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-04T03:25:51.008Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:25:51.008Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-04T03:25:52.292Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:25:52.292Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json b8db4b84-bfcf-4338-b15d-940b5db8e5bc 790 2021-06-04T03:25:52.292Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-06-04T03:25:52.292Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-04T03:25:52.293Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:25:52.293Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:52.295Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:52.295Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777152292, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:52.395Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:52.396Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:52.396Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:52.407Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:52.408Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:53.295Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3108a840-51de-4948-8178-c956d6a18812", "vfModuleModelVersion": "1", "vfModuleModelUUID": "639a5535-3d2f-4e5f-ac68-ab5addffc300", "vfModuleModelCustomizationUUID": "e2668c63-59ae-4ebd-b8bd-0aca5fce48c2", "isBase": true, "artifacts": [ "20d3a5ef-4808-4f3b-bdfe-a642ce21ae09", "76aaa3fc-1385-49a7-87ba-56576787dd56" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:25:53.299Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:639a5535-3d2f-4e5f-ac68-ab5addffc300 VfModuleModelInvariantUUID:3108a840-51de-4948-8178-c956d6a18812 VfModuleModelDescription:NULL Artifacts UUID List:{ 20d3a5ef-4808-4f3b-bdfe-a642ce21ae09 , 76aaa3fc-1385-49a7-87ba-56576787dd56 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:25:53.301Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "3108a840-51de-4948-8178-c956d6a18812", "vfModuleModelVersion": "1", "vfModuleModelUUID": "639a5535-3d2f-4e5f-ac68-ab5addffc300", "vfModuleModelCustomizationUUID": "e2668c63-59ae-4ebd-b8bd-0aca5fce48c2", "isBase": true, "artifacts": [ "20d3a5ef-4808-4f3b-bdfe-a642ce21ae09", "76aaa3fc-1385-49a7-87ba-56576787dd56" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:25:53.301Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:639a5535-3d2f-4e5f-ac68-ab5addffc300 VfModuleModelInvariantUUID:3108a840-51de-4948-8178-c956d6a18812 VfModuleModelDescription:NULL Artifacts UUID List:{ 20d3a5ef-4808-4f3b-bdfe-a642ce21ae09 , 76aaa3fc-1385-49a7-87ba-56576787dd56 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:25:53.301Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 20d3a5ef-4808-4f3b-bdfe-a642ce21ae09 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-04T03:25:53.301Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:25:53.301Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-04T03:25:54.400Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:25:54.400Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 20d3a5ef-4808-4f3b-bdfe-a642ce21ae09 5033 2021-06-04T03:25:54.400Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-06-04T03:25:54.400Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-04T03:25:54.401Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:25:54.401Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:54.403Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:54.403Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777154400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:54.503Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:54.504Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:54.504Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:54.515Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:54.515Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:55.404Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 76aaa3fc-1385-49a7-87ba-56576787dd56 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-04T03:25:55.404Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:25:55.405Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-04T03:25:56.692Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:25:56.693Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 76aaa3fc-1385-49a7-87ba-56576787dd56 909 2021-06-04T03:25:56.693Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-06-04T03:25:56.694Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-04T03:25:56.694Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:25:56.694Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:56.696Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:56.696Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777156693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:25:56.796Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:56.797Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:56.797Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:56.808Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:56.808Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:57.697Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fe805b6e-7ad3-47b8-bba2-9ea1c44ac264 2021-06-04T03:25:57.698Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 41d5bf2a-3b12-49fc-bf34-c7009c58131a 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-06-04T03:25:57.710Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.710Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:57.710Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-06-04T03:25:57.710Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0f565d10-f7ba-4a49-8a25-2f0f5fd62f76 2021-06-04T03:25:57.710Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f565d10-f7ba-4a49-8a25-2f0f5fd62f76 matches Tosca VF Customization UUID: 0f565d10-f7ba-4a49-8a25-2f0f5fd62f76 2021-06-04T03:25:57.710Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0f565d10-f7ba-4a49-8a25-2f0f5fd62f76 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-04T03:25:57.712Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.712Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:57.713Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0f565d10-f7ba-4a49-8a25-2f0f5fd62f76: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-06-04T03:25:57.713Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4813f589 2021-06-04T03:25:57.713Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.713Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:25:57.713Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e2668c63-59ae-4ebd-b8bd-0aca5fce48c2 2021-06-04T03:25:57.713Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e2668c63-59ae-4ebd-b8bd-0aca5fce48c2 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-04T03:25:57.715Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.715Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-04T03:25:57.715Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:25:57.715Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.715Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-04T03:25:57.715Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:25:57.716Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.716Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-06-04T03:25:57.716Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-06-04T03:25:57.716Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-06-04T03:25:57.716Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=31701e53-d29d-4aca-b314-509e1d335906 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-04T03:25:57.717Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.718Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-04T03:25:57.718Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:25:57.718Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.718Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-06-04T03:25:57.718Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=0f565d10-f7ba-4a49-8a25-2f0f5fd62f76 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:25:57.720Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.720Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:57.720Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fe805b6e-7ad3-47b8-bba2-9ea1c44ac264: basicclamp 2021-06-04T03:25:57.720Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.720Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:57.721Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.721Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:57.721Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.721Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:57.721Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.721Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:57.722Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:25:57.722Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:25:57.722Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:25:57.795Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 41d5bf2a-3b12-49fc-bf34-c7009c58131a 1 ASDC deployResourceStructure 2021-06-04T03:25:57.795Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-06-04T03:25:57.795Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-06-04T03:25:57.795Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:25:57.796Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:57.798Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:57.798Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777157795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:25:57.898Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:57.899Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:57.899Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:57.909Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:57.910Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:58.799Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-06-04T03:25:58.799Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-06-04T03:25:58.799Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:25:58.800Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:58.801Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:58.801Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777158799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:25:58.902Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-04T03:25:58.902Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:58.903Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:58.913Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:58.913Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:25:59.802Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-06-04T03:25:59.802Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-06-04T03:25:59.802Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:25:59.803Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:25:59.804Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:25:59.804Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777159802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-04T03:25:59.904Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:25:59.905Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:25:59.905Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:25:59.915Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:25:59.915Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:26:00.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:26:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:00.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:00.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "clamp", "timestamp": 1622776976563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "aai-ml", "timestamp": 1622776980737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "clamp", "timestamp": 1622776976563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776981321, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "clamp", "timestamp": 1622776976563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:26:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776983020, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "clamp", "timestamp": 1622776976563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776984135, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "clamp", "timestamp": 1622776976563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776985138, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "aai-ml", "timestamp": 1622776986119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776986142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "aai-ml", "timestamp": 1622776987122, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:26:00.040Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54d7640f-e358-4fe6-9ff4-ed90edf19054 2021-06-04T03:26:00.041Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d7640f-e358-4fe6-9ff4-ed90edf19054 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:26:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776987145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:26:00.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:26:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "clamp", "timestamp": 1622776997665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:26:00.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:26:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "clamp", "timestamp": 1622777000477, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:26:00.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:26:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:26:00.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "clamp", "timestamp": 1622777001480, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:26:00.054Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54d7640f-e358-4fe6-9ff4-ed90edf19054 2021-06-04T03:26:00.054Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54d7640f-e358-4fe6-9ff4-ed90edf19054 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:26:00.805Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-06-04T03:26:00.806Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-06-04T03:26:00.806Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:26:00.806Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:00.807Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:00.807Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777160805, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:26:00.908Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:00.908Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:00.908Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:00.919Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:00.920Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:26:01.808Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:26:01.819Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:26:01.821Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:26:01.821Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-04T03:26:01.821Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-04T03:26:01.822Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-04T03:26:01.822Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:01.822Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:01.822Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:01.822Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:01.822Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:01.822Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:01.822Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:01.822Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:26:01.826Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-04T03:26:31.827Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-04T03:26:31.831Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and serviceModelVersionId: fe805b6e-7ad3-47b8-bba2-9ea1c44ac264 2021-06-04T03:26:31.831Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3996ac2b-dfef-4e34-8ebd-0eacb428f739 2021-06-04T03:26:31.832Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3996ac2b-dfef-4e34-8ebd-0eacb428f739/model-vers/model-ver/fe805b6e-7ad3-47b8-bba2-9ea1c44ac264?depth=0 2021-06-04T03:26:31.837Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-04T03:26:31.868Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3996ac2b-dfef-4e34-8ebd-0eacb428f739/model-vers/model-ver/fe805b6e-7ad3-47b8-bba2-9ea1c44ac264?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-06-04T03:26:31.873Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3996ac2b-dfef-4e34-8ebd-0eacb428f739/model-vers/model-ver/fe805b6e-7ad3-47b8-bba2-9ea1c44ac264?depth=0|INFO|500||Invoke 2021-06-04T03:26:31.895Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3996ac2b-dfef-4e34-8ebd-0eacb428f739/model-vers/model-ver/fe805b6e-7ad3-47b8-bba2-9ea1c44ac264?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-04T03:26:32.397Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3996ac2b-dfef-4e34-8ebd-0eacb428f739/model-vers/model-ver/fe805b6e-7ad3-47b8-bba2-9ea1c44ac264?depth=0|INFO|500||InvokeReturn 2021-06-04T03:26:32.397Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3996ac2b-dfef-4e34-8ebd-0eacb428f739/model-vers/model-ver/fe805b6e-7ad3-47b8-bba2-9ea1c44ac264?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210604-03:26:31:900-11496], vertex-id=[221328], Content-Length=[0], Date=[Fri, 04 Jun 2021 03:26:31 GMT], Content-Type=[application/json]} 2021-06-04T03:26:32.398Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2021-06-04T03:26:32.398Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-04T03:26:32.398Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:26:32.403Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-04T03:26:32.403Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-04T03:26:32.403Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-04T03:26:32.404Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:32.406Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:32.406Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777192403, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:26:32.506Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:32.507Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:32.508Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:32.521Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:32.522Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:26:33.418Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-04T03:26:33.418Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"54d7640f-e358-4fe6-9ff4-ed90edf19054","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d689b395-6555-48af-a25b-ae122dd7e6aa","serviceDescription":"service","serviceInvariantUUID":"090d7bd1-7527-4f88-88c4-465f8aa53889","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc1d50f0-c26b-428f-b5a9-fb9d7cf06257","resourceInvariantUUID":"73d57a92-6271-4888-a10e-cc09e8b0d18b","resourceCustomizationUUID":"561228dd-d58b-46a7-a6d3-fd9927b3075f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ2ODM3Njg4MGJkZWJhZWYxMDc4ZmVmZGM3MDkzMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"56370bdb-2657-468e-8df7-29c5a272adba","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NTFiY2NhMzUwYjJiM2IzMDBiNGQ2YTczNTkyN2Q5MTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"255f2fb0-2f00-4ad5-b0ca-12780c44b3f0","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"05e22b31-1896-4ced-a9da-ea6173de95da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a575557-f459-468b-aecb-dc5af5fa3b4c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"147f2b7c-a5a9-4d55-ac4f-148b0dfdb717","artifactVersion":"2","generatedFromUUID":"05e22b31-1896-4ced-a9da-ea6173de95da"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MjRhNDMxZWZhYWE1YTZiMTg0MmZmNDRhZGI1Njk2OWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6cb5b1c-413f-4d2f-8cc1-226d62433ce9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"Yjc4MDMwOGRjZGE2YzFmMjJkNDc3NDQyN2U4OTJkYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a74b29f-55fa-4ac5-9eae-a20b1cffd2ec","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTBhMjFmODRjYzQ3ZTJiNzcyZmY1ODcxNzlhOWViYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4030dafb-6387-4457-a2a2-a699303b4fb4","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-04T03:26:33.418Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:26:33.418Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:33.420Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:33.420Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:26:33.520Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:33.521Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:33.521Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:33.531Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:33.531Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:34.420Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:26:34.421Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:34.423Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:34.423Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:26:34.524Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:34.524Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:34.524Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:34.534Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:34.534Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:35.424Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:26:35.424Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:35.427Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:35.427Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:26:35.527Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:35.528Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:35.528Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:35.538Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:35.538Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:36.427Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:26:36.428Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:36.430Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:36.430Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:26:36.530Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:36.531Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:36.531Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:36.541Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:36.542Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:37.430Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:26:37.431Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:37.433Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:37.433Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-04T03:26:37.534Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:37.534Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:37.535Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:37.544Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:37.544Z||pool-88-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:38.434Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:26:38.435Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:38.436Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:38.436Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:26:38.536Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:38.537Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:38.537Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:38.547Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:38.548Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:39.437Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:26:39.438Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:39.440Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:39.440Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:26:39.540Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:39.541Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:39.541Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:39.552Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:39.553Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:40.441Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:26:40.441Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:40.443Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:40.443Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:26:40.543Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:40.544Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:40.545Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:40.555Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:40.556Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:41.444Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d689b395-6555-48af-a25b-ae122dd7e6aa", "serviceDescription": "service", "serviceInvariantUUID": "090d7bd1-7527-4f88-88c4-465f8aa53889", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "561228dd-d58b-46a7-a6d3-fd9927b3075f", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bc1d50f0-c26b-428f-b5a9-fb9d7cf06257", "resourceInvariantUUID": "73d57a92-6271-4888-a10e-cc09e8b0d18b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "NTFiY2NhMzUwYjJiM2IzMDBiNGQ2YTczNTkyN2Q5MTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "255f2fb0-2f00-4ad5-b0ca-12780c44b3f0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "05e22b31-1896-4ced-a9da-ea6173de95da", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "147f2b7c-a5a9-4d55-ac4f-148b0dfdb717", "generatedFromUUID": "05e22b31-1896-4ced-a9da-ea6173de95da" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "147f2b7c-a5a9-4d55-ac4f-148b0dfdb717", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OTBhMjFmODRjYzQ3ZTJiNzcyZmY1ODcxNzlhOWViYTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4030dafb-6387-4457-a2a2-a699303b4fb4" } ], "workloadContext": "Production" } 2021-06-04T03:26:41.444Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-04T03:26:41.445Z|2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d689b395-6555-48af-a25b-ae122dd7e6aa ASDC 2021-06-04T03:26:41.445Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:54d7640f-e358-4fe6-9ff4-ed90edf19054 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d689b395-6555-48af-a25b-ae122dd7e6aa ServiceInvariantUUID:090d7bd1-7527-4f88-88c4-465f8aa53889 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:4030dafb-6387-4457-a2a2-a699303b4fb4 ArtifactChecksum:OTBhMjFmODRjYzQ3ZTJiNzcyZmY1ODcxNzlhOWViYTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:561228dd-d58b-46a7-a6d3-fd9927b3075f ResourceInvariantUUID:73d57a92-6271-4888-a10e-cc09e8b0d18b ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:bc1d50f0-c26b-428f-b5a9-fb9d7cf06257 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:255f2fb0-2f00-4ad5-b0ca-12780c44b3f0 ArtifactChecksum:NTFiY2NhMzUwYjJiM2IzMDBiNGQ2YTczNTkyN2Q5MTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:05e22b31-1896-4ced-a9da-ea6173de95da ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:147f2b7c-a5a9-4d55-ac4f-148b0dfdb717 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:147f2b7c-a5a9-4d55-ac4f-148b0dfdb717 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-04T03:26:41.445Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d689b395-6555-48af-a25b-ae122dd7e6aa ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:26:41.470Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:26:41.470Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:26:41.470Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:26:41.471Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4030dafb-6387-4457-a2a2-a699303b4fb4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-04T03:26:41.471Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:26:41.471Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-04T03:26:42.222Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:26:42.226Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4030dafb-6387-4457-a2a2-a699303b4fb4 78598 2021-06-04T03:26:42.226Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-06-04T03:26:42.226Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-04T03:26:42.226Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:26:42.227Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:42.228Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:42.228Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777202226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:26:42.328Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:42.329Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:42.330Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:42.341Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:42.342Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:43.229Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:26:43.230Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:26:43.230Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4030dafb-6387-4457-a2a2-a699303b4fb4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:43.230Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-06-04T03:26:43.231Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:43.231Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:43.324Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16195154808188802711/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-06-04T03:26:44.383Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-04T03:26:44.384Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:26:44.384Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:44.384Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-06-04T03:26:44.384Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:44.384Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:44.384Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:44.385Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:44.385Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:44.385Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:44.385Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:44.385Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:44.385Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-06-04T03:26:44.385Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:26:44.385Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.385Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:44.386Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-04T03:26:44.386Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:26:44.386Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:26:44.386Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.386Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:44.386Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-04T03:26:44.386Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:26:44.387Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:26:44.387Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.387Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:44.387Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.387Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-04T03:26:44.388Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-04T03:26:44.388Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-06-04T03:26:44.388Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-06-04T03:26:44.388Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-06-04T03:26:44.388Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-04T03:26:44.388Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.389Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:26:44.389Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.389Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-04T03:26:44.389Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:26:44.389Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.390Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-04T03:26:44.390Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:26:44.390Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.390Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-04T03:26:44.390Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:26:44.391Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.391Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-04T03:26:44.391Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-04T03:26:44.391Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-04T03:26:44.391Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0aae93ca-45b6-4b13-b92e-176fe72c650e 2021-06-04T03:26:44.391Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.391Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:44.392Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.392Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:44.392Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.392Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:44.392Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:44.392Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:44.392Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d689b395-6555-48af-a25b-ae122dd7e6aa Model Version:NULL Model InvariantUuid:090d7bd1-7527-4f88-88c4-465f8aa53889 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:ce4ce711-216a-4e85-8f04-8e94912812db Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:73d57a92-6271-4888-a10e-cc09e8b0d18b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:561228dd-d58b-46a7-a6d3-fd9927b3075f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:03914993-f71e-47df-83cc-4794f9cd645b ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:5d8c303b-c7d5-4a27-a03b-0f7b2db39492 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0aae93ca-45b6-4b13-b92e-176fe72c650e ModelInvariantUuid:661ac17e-222b-42fd-8bc5-5b0c63f0e0db ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:a8252f6f-e73e-4c7f-8182-2778bf7ec660 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:96fcb983-a4c3-49ea-843e-862e630f6456 ModelInvariantUuid:95ae1e04-0b61-420f-bf26-cb909d56331b ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:92a6e686-6dc0-4c3c-811c-babed33b02d2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-04T03:26:44.398Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: bc1d50f0-c26b-428f-b5a9-fb9d7cf06257 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:26:44.400Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||basic_vm_macro 0 2021-06-04T03:26:44.401Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc1d50f0-c26b-428f-b5a9-fb9d7cf06257 2021-06-04T03:26:44.401Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 255f2fb0-2f00-4ad5-b0ca-12780c44b3f0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-06-04T03:26:44.401Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:26:44.401Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-06-04T03:26:44.598Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:26:44.599Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 255f2fb0-2f00-4ad5-b0ca-12780c44b3f0 792 2021-06-04T03:26:44.599Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-06-04T03:26:44.599Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-06-04T03:26:44.599Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:26:44.599Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:44.601Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:44.601Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777204599, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:26:44.702Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-04T03:26:44.702Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:44.703Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:44.714Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:44.714Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:45.602Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "03914993-f71e-47df-83cc-4794f9cd645b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d8c303b-c7d5-4a27-a03b-0f7b2db39492", "vfModuleModelCustomizationUUID": "de6f075e-d6fd-4fc3-9b8c-9c73f938b42a", "isBase": true, "artifacts": [ "05e22b31-1896-4ced-a9da-ea6173de95da", "147f2b7c-a5a9-4d55-ac4f-148b0dfdb717" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:26:45.605Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d8c303b-c7d5-4a27-a03b-0f7b2db39492 VfModuleModelInvariantUUID:03914993-f71e-47df-83cc-4794f9cd645b VfModuleModelDescription:NULL Artifacts UUID List:{ 05e22b31-1896-4ced-a9da-ea6173de95da , 147f2b7c-a5a9-4d55-ac4f-148b0dfdb717 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:26:45.607Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "03914993-f71e-47df-83cc-4794f9cd645b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d8c303b-c7d5-4a27-a03b-0f7b2db39492", "vfModuleModelCustomizationUUID": "de6f075e-d6fd-4fc3-9b8c-9c73f938b42a", "isBase": true, "artifacts": [ "05e22b31-1896-4ced-a9da-ea6173de95da", "147f2b7c-a5a9-4d55-ac4f-148b0dfdb717" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:26:45.607Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d8c303b-c7d5-4a27-a03b-0f7b2db39492 VfModuleModelInvariantUUID:03914993-f71e-47df-83cc-4794f9cd645b VfModuleModelDescription:NULL Artifacts UUID List:{ 05e22b31-1896-4ced-a9da-ea6173de95da , 147f2b7c-a5a9-4d55-ac4f-148b0dfdb717 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:26:45.607Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 05e22b31-1896-4ced-a9da-ea6173de95da from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-06-04T03:26:45.607Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:26:45.607Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-06-04T03:26:46.020Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:26:46.021Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 05e22b31-1896-4ced-a9da-ea6173de95da 5033 2021-06-04T03:26:46.021Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-06-04T03:26:46.021Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-06-04T03:26:46.021Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:26:46.021Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:46.023Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:46.023Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777206021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:26:46.123Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:46.124Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:46.124Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:46.136Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:46.137Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:26:47.023Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 147f2b7c-a5a9-4d55-ac4f-148b0dfdb717 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-06-04T03:26:47.024Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:26:47.024Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-06-04T03:26:47.534Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:26:47.534Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 147f2b7c-a5a9-4d55-ac4f-148b0dfdb717 903 2021-06-04T03:26:47.534Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-06-04T03:26:47.534Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-06-04T03:26:47.534Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:26:47.535Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:47.536Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:47.536Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777207534, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:26:47.636Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:47.637Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:47.637Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:47.648Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:47.648Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:48.537Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d689b395-6555-48af-a25b-ae122dd7e6aa 2021-06-04T03:26:48.537Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 bc1d50f0-c26b-428f-b5a9-fb9d7cf06257 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-06-04T03:26:48.550Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.550Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:48.550Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-06-04T03:26:48.550Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 561228dd-d58b-46a7-a6d3-fd9927b3075f 2021-06-04T03:26:48.551Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 561228dd-d58b-46a7-a6d3-fd9927b3075f matches Tosca VF Customization UUID: 561228dd-d58b-46a7-a6d3-fd9927b3075f 2021-06-04T03:26:48.551Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 561228dd-d58b-46a7-a6d3-fd9927b3075f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-04T03:26:48.552Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.552Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:48.553Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 561228dd-d58b-46a7-a6d3-fd9927b3075f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-06-04T03:26:48.553Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65475454 2021-06-04T03:26:48.553Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.553Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:26:48.553Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : de6f075e-d6fd-4fc3-9b8c-9c73f938b42a 2021-06-04T03:26:48.553Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID de6f075e-d6fd-4fc3-9b8c-9c73f938b42a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-04T03:26:48.555Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.555Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-04T03:26:48.555Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:26:48.555Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.555Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-04T03:26:48.555Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:26:48.555Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.555Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-06-04T03:26:48.555Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-06-04T03:26:48.556Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-06-04T03:26:48.556Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0aae93ca-45b6-4b13-b92e-176fe72c650e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-04T03:26:48.557Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.557Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-04T03:26:48.557Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:26:48.558Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.558Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-06-04T03:26:48.558Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=561228dd-d58b-46a7-a6d3-fd9927b3075f Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:26:48.559Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.559Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:48.559Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d689b395-6555-48af-a25b-ae122dd7e6aa: basic_vm_macro 2021-06-04T03:26:48.560Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.560Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:48.560Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.560Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:48.560Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.560Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:48.560Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.560Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:48.561Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:26:48.561Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:26:48.561Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:26:48.631Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro bc1d50f0-c26b-428f-b5a9-fb9d7cf06257 1 ASDC deployResourceStructure 2021-06-04T03:26:48.631Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-06-04T03:26:48.631Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-06-04T03:26:48.631Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:26:48.631Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:48.634Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:48.634Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777208631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:26:48.734Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:48.735Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:48.735Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:48.746Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:48.747Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:49.635Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-06-04T03:26:49.635Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-06-04T03:26:49.636Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:26:49.636Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:49.638Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:49.638Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777209635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:26:49.738Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:49.739Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:49.739Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:49.761Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:49.762Z||pool-97-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:50.639Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-06-04T03:26:50.639Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-06-04T03:26:50.639Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:26:50.639Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:50.641Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:50.641Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777210638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-04T03:26:50.741Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:50.744Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:50.744Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:50.754Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:50.754Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:51.642Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-06-04T03:26:51.642Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-06-04T03:26:51.642Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:26:51.642Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:26:51.644Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:26:51.644Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777211642, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:26:51.744Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:26:51.745Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:26:51.745Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:26:51.755Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:26:51.755Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:26:52.645Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54d7640f-e358-4fe6-9ff4-ed90edf19054 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:26:52.656Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54d7640f-e358-4fe6-9ff4-ed90edf19054 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:26:52.659Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:26:52.659Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-04T03:26:52.659Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-04T03:26:52.659Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-04T03:26:52.659Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:52.659Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:52.659Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:52.659Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:52.659Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:52.660Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:26:52.660Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:26:52.664Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-04T03:27:00.008Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:27:00.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:27:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:00.031Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "973456cf-b65e-4484-9adc-3c02e61d99d7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777138901, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777148722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777152292, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777154400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777156693, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777157795, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777158799, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777159802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-06-04T03:27:00.034Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:27:22.665Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54d7640f-e358-4fe6-9ff4-ed90edf19054 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-04T03:27:22.672Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54d7640f-e358-4fe6-9ff4-ed90edf19054 and serviceModelVersionId: d689b395-6555-48af-a25b-ae122dd7e6aa 2021-06-04T03:27:22.672Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 090d7bd1-7527-4f88-88c4-465f8aa53889 2021-06-04T03:27:22.673Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/090d7bd1-7527-4f88-88c4-465f8aa53889/model-vers/model-ver/d689b395-6555-48af-a25b-ae122dd7e6aa?depth=0 2021-06-04T03:27:22.678Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-04T03:27:22.711Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090d7bd1-7527-4f88-88c4-465f8aa53889/model-vers/model-ver/d689b395-6555-48af-a25b-ae122dd7e6aa?depth=0|INFO|500||Invoke 2021-06-04T03:27:22.712Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090d7bd1-7527-4f88-88c4-465f8aa53889/model-vers/model-ver/d689b395-6555-48af-a25b-ae122dd7e6aa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090d7bd1-7527-4f88-88c4-465f8aa53889/model-vers/model-ver/d689b395-6555-48af-a25b-ae122dd7e6aa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54d7640f-e358-4fe6-9ff4-ed90edf19054], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cade3fd2-82ad-41fc-9524-9a447f93b8d5], X-ECOMP-RequestID=[54d7640f-e358-4fe6-9ff4-ed90edf19054], X-TransactionId=[], X-ONAP-RequestID=[54d7640f-e358-4fe6-9ff4-ed90edf19054], Content-Type=[application/merge-patch+json]} 2021-06-04T03:27:22.728Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090d7bd1-7527-4f88-88c4-465f8aa53889/model-vers/model-ver/d689b395-6555-48af-a25b-ae122dd7e6aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-04T03:27:22.922Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090d7bd1-7527-4f88-88c4-465f8aa53889/model-vers/model-ver/d689b395-6555-48af-a25b-ae122dd7e6aa?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/090d7bd1-7527-4f88-88c4-465f8aa53889/model-vers/model-ver/d689b395-6555-48af-a25b-ae122dd7e6aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210604-03:27:22:733-75742], vertex-id=[630872], Content-Length=[0], Date=[Fri, 04 Jun 2021 03:27:22 GMT], Content-Type=[application/json]} 2021-06-04T03:27:22.922Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090d7bd1-7527-4f88-88c4-465f8aa53889/model-vers/model-ver/d689b395-6555-48af-a25b-ae122dd7e6aa?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-04T03:27:22.923Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/090d7bd1-7527-4f88-88c4-465f8aa53889/model-vers/model-ver/d689b395-6555-48af-a25b-ae122dd7e6aa?depth=0|INFO|500||InvokeReturn 2021-06-04T03:27:22.923Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-04T03:27:22.923Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:27:22.928Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-04T03:27:22.928Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54d7640f-e358-4fe6-9ff4-ed90edf19054 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-04T03:27:22.928Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-04T03:27:22.929Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:22.930Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:22.930Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777242928, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:27:23.031Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-04T03:27:23.031Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:23.031Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:23.046Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:23.046Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:27:23.942Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:27:23.943Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:27:23.943Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:28.230Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:28.230Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||received message from topic 2021-06-04T03:27:28.230Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"823c4418-32bc-44bc-97d5-0ebfa0bd9ebb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"09f58a71-7509-4a1b-8f5b-187e14730a54","serviceDescription":"service","serviceInvariantUUID":"5c0e2916-d194-4d3d-8bdb-913dd389ed30","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fd0bab88-237f-4357-a647-99dc394ca445","resourceInvariantUUID":"44960489-5f75-4c0e-9687-9bc2329f4ed4","resourceCustomizationUUID":"b478bf63-7815-43db-b0bc-46fe7f5431c4","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":"ZWY3NjA1OWQ4NGNmOTMzOGMzMzU2ODFjYmYyZDliZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06570c6c-b76d-4f89-b216-3aa7a4e75a91","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":"302a8076-3641-4a24-813a-c75fcead2a3d","artifactVersion":"2","generatedFromUUID":"4e3fef6d-a086-473d-8551-afcd828b703d"},{"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":"4e3fef6d-a086-473d-8551-afcd828b703d","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":"OGI2YTk1NTkyMWZlMjliNTM2MzUyMDQxYjhjMTdiNWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aff48a81-6f5a-4982-a255-fed1a9d405c5","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":"31f56fb8-4d20-4278-b883-84e03b38786d","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":"4548a4eb-badb-479f-8835-f9de784bf968","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":"1aa0c159-aece-4c2d-b23d-e2d457a9e985","artifactVersion":"2","generatedFromUUID":"31f56fb8-4d20-4278-b883-84e03b38786d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MDc4OWE3ZmVmYjcxOTFlYmI0YTUyN2Y1NzM2NGQxNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4966208b-53d4-4cd5-ae30-0ea590e8eef8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZThkNjMxYzEyZDcxMDkwNjRhMWQxNDYzMzdjMjJlYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3c67988-737d-4a23-bb82-ba3cf189322f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-06-04T03:27:28.232Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:27:28.232Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:28.234Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:28.234Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:27:28.334Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:28.335Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:28.335Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:28.344Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:28.345Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:29.234Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:27:29.235Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:29.237Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:29.237Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-04T03:27:29.337Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:29.337Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:29.338Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:29.348Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:29.349Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:30.237Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:27:30.238Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:30.240Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:30.240Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-04T03:27:30.340Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:30.341Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:30.341Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:30.352Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:30.352Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-06-04T03:27:31.240Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:27:31.241Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:31.243Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:31.243Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:27:31.343Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:31.344Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:31.344Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:31.354Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:31.354Z||pool-104-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:32.243Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:27:32.244Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:32.246Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:32.246Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-04T03:27:32.346Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:32.347Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:32.347Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:32.359Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:32.359Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:33.247Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:27:33.248Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:33.250Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:33.250Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:27:33.350Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:33.351Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:33.351Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:33.361Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:33.361Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:34.250Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:27:34.251Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:34.255Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:34.255Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-04T03:27:34.356Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-04T03:27:34.356Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:34.356Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:34.367Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:34.368Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:35.257Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:27:35.257Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:35.259Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:35.259Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:27:35.359Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:35.360Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:35.360Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:35.371Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:35.372Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:36.259Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2021-06-04T03:27:36.260Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:36.262Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:36.262Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:27:36.363Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-04T03:27:36.364Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:36.364Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:36.375Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:36.376Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:37.264Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "09f58a71-7509-4a1b-8f5b-187e14730a54", "serviceDescription": "service", "serviceInvariantUUID": "5c0e2916-d194-4d3d-8bdb-913dd389ed30", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b478bf63-7815-43db-b0bc-46fe7f5431c4", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fd0bab88-237f-4357-a647-99dc394ca445", "resourceInvariantUUID": "44960489-5f75-4c0e-9687-9bc2329f4ed4", "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": "302a8076-3641-4a24-813a-c75fcead2a3d", "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": "4e3fef6d-a086-473d-8551-afcd828b703d", "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": "OGI2YTk1NTkyMWZlMjliNTM2MzUyMDQxYjhjMTdiNWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aff48a81-6f5a-4982-a255-fed1a9d405c5", "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": "31f56fb8-4d20-4278-b883-84e03b38786d", "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": "1aa0c159-aece-4c2d-b23d-e2d457a9e985", "generatedFromUUID": "31f56fb8-4d20-4278-b883-84e03b38786d" }, "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": "1aa0c159-aece-4c2d-b23d-e2d457a9e985", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZThkNjMxYzEyZDcxMDkwNjRhMWQxNDYzMzdjMjJlYWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c3c67988-737d-4a23-bb82-ba3cf189322f" } ], "workloadContext": "Production" } 2021-06-04T03:27:37.264Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-06-04T03:27:37.264Z|54d7640f-e358-4fe6-9ff4-ed90edf19054|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 09f58a71-7509-4a1b-8f5b-187e14730a54 ASDC 2021-06-04T03:27:37.264Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:823c4418-32bc-44bc-97d5-0ebfa0bd9ebb ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:09f58a71-7509-4a1b-8f5b-187e14730a54 ServiceInvariantUUID:5c0e2916-d194-4d3d-8bdb-913dd389ed30 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:c3c67988-737d-4a23-bb82-ba3cf189322f ArtifactChecksum:ZThkNjMxYzEyZDcxMDkwNjRhMWQxNDYzMzdjMjJlYWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b478bf63-7815-43db-b0bc-46fe7f5431c4 ResourceInvariantUUID:44960489-5f75-4c0e-9687-9bc2329f4ed4 ResourceName:basic_cnf ResourceType:VF ResourceUUID:fd0bab88-237f-4357-a647-99dc394ca445 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:302a8076-3641-4a24-813a-c75fcead2a3d 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:4e3fef6d-a086-473d-8551-afcd828b703d 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:aff48a81-6f5a-4982-a255-fed1a9d405c5 ArtifactChecksum:OGI2YTk1NTkyMWZlMjliNTM2MzUyMDQxYjhjMTdiNWU= 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:31f56fb8-4d20-4278-b883-84e03b38786d 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:1aa0c159-aece-4c2d-b23d-e2d457a9e985 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:1aa0c159-aece-4c2d-b23d-e2d457a9e985 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-06-04T03:27:37.265Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 09f58a71-7509-4a1b-8f5b-187e14730a54 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:27:37.294Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:27:37.295Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:27:37.295Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:27:37.295Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c3c67988-737d-4a23-bb82-ba3cf189322f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-04T03:27:37.295Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:27:37.295Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-04T03:27:38.008Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:27:38.013Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c3c67988-737d-4a23-bb82-ba3cf189322f 68773 2021-06-04T03:27:38.013Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-06-04T03:27:38.013Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-04T03:27:38.013Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:27:38.013Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:38.015Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:38.015Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777258013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:27:38.116Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-04T03:27:38.116Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:38.116Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:38.127Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:38.127Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:39.016Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-06-04T03:27:39.017Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2021-06-04T03:27:39.017Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c3c67988-737d-4a23-bb82-ba3cf189322f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-04T03:27:39.017Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-06-04T03:27:39.017Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-04T03:27:39.017Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-04T03:27:39.121Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14694392403878946165/Definitions/service-BasicCnf-template.yml 2021-06-04T03:27:40.296Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2021-06-04T03:27:40.296Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:27:40.296Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-04T03:27:40.296Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-06-04T03:27:40.296Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-04T03:27:40.296Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-04T03:27:40.296Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-04T03:27:40.296Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-06-04T03:27:40.296Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||#################################################################################################### 2021-06-04T03:27:40.297Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.297Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:40.297Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-04T03:27:40.297Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:27:40.297Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:27:40.297Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.297Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:40.297Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-04T03:27:40.298Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2021-06-04T03:27:40.298Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-06-04T03:27:40.298Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.298Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:40.298Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.298Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-04T03:27:40.298Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-06-04T03:27:40.298Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2021-06-04T03:27:40.298Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-06-04T03:27:40.298Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.298Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-06-04T03:27:40.299Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3e305121-a4a7-4f5e-ba08-286e833e3a1c 2021-06-04T03:27:40.300Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.300Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:40.300Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.300Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:40.300Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.300Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:40.300Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:40.300Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:40.300Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:09f58a71-7509-4a1b-8f5b-187e14730a54 Model Version:NULL Model InvariantUuid:5c0e2916-d194-4d3d-8bdb-913dd389ed30 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:19751126-441f-4c18-ab85-0138187575bb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:44960489-5f75-4c0e-9687-9bc2329f4ed4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b478bf63-7815-43db-b0bc-46fe7f5431c4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:57669fac-47bb-499b-a506-65c2330a7c2a ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3c67f40d-d601-4cff-a520-ebb6f5eb66f9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3e305121-a4a7-4f5e-ba08-286e833e3a1c ModelInvariantUuid:8038d334-0071-4154-afec-4b7f55ce1c20 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:4ec45b2d-bc60-4f3a-97f7-cd1514af4715 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:de61ef11-43c4-4f7a-b19f-a64ef44b8e27 ModelInvariantUuid:ab135499-6579-483a-b930-905e809f7fd5 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c08d9ee3-31e6-432d-8beb-797a448b6606 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-06-04T03:27:40.306Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fd0bab88-237f-4357-a647-99dc394ca445 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:27:40.308Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||basic_cnf 0 2021-06-04T03:27:40.308Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fd0bab88-237f-4357-a647-99dc394ca445 2021-06-04T03:27:40.308Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 302a8076-3641-4a24-813a-c75fcead2a3d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-06-04T03:27:40.308Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:27:40.309Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-06-04T03:27:41.114Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:27:41.114Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 302a8076-3641-4a24-813a-c75fcead2a3d 12 2021-06-04T03:27:41.115Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-06-04T03:27:41.115Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-06-04T03:27:41.115Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:27:41.115Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:41.116Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:41.116Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777261115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:27:41.216Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:41.217Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:41.217Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:41.227Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:41.227Z||pool-111-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:42.117Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4e3fef6d-a086-473d-8551-afcd828b703d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-06-04T03:27:42.117Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:27:42.118Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-06-04T03:27:42.641Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:27:42.642Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 4e3fef6d-a086-473d-8551-afcd828b703d 2688 2021-06-04T03:27:42.642Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-06-04T03:27:42.642Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-06-04T03:27:42.642Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:27:42.642Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:42.644Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:42.644Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777262642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-04T03:27:42.745Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-06-04T03:27:42.746Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:42.746Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:42.757Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:42.758Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:43.646Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aff48a81-6f5a-4982-a255-fed1a9d405c5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-06-04T03:27:43.646Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:27:43.646Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-06-04T03:27:43.829Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:27:43.829Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json aff48a81-6f5a-4982-a255-fed1a9d405c5 828 2021-06-04T03:27:43.829Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-06-04T03:27:43.829Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-06-04T03:27:43.829Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:27:43.830Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:43.832Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:43.832Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777263829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:27:43.932Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:43.933Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:43.933Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:43.947Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:43.947Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:44.832Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "57669fac-47bb-499b-a506-65c2330a7c2a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c67f40d-d601-4cff-a520-ebb6f5eb66f9", "vfModuleModelCustomizationUUID": "a3196a03-d3ac-4559-b7ed-c19f662ec76f", "isBase": true, "artifacts": [ "31f56fb8-4d20-4278-b883-84e03b38786d", "4e3fef6d-a086-473d-8551-afcd828b703d", "1aa0c159-aece-4c2d-b23d-e2d457a9e985" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:27:44.835Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c67f40d-d601-4cff-a520-ebb6f5eb66f9 VfModuleModelInvariantUUID:57669fac-47bb-499b-a506-65c2330a7c2a VfModuleModelDescription:NULL Artifacts UUID List:{ 31f56fb8-4d20-4278-b883-84e03b38786d , 4e3fef6d-a086-473d-8551-afcd828b703d , 1aa0c159-aece-4c2d-b23d-e2d457a9e985 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:27:44.837Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "57669fac-47bb-499b-a506-65c2330a7c2a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3c67f40d-d601-4cff-a520-ebb6f5eb66f9", "vfModuleModelCustomizationUUID": "a3196a03-d3ac-4559-b7ed-c19f662ec76f", "isBase": true, "artifacts": [ "31f56fb8-4d20-4278-b883-84e03b38786d", "4e3fef6d-a086-473d-8551-afcd828b703d", "1aa0c159-aece-4c2d-b23d-e2d457a9e985" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-06-04T03:27:44.837Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3c67f40d-d601-4cff-a520-ebb6f5eb66f9 VfModuleModelInvariantUUID:57669fac-47bb-499b-a506-65c2330a7c2a VfModuleModelDescription:NULL Artifacts UUID List:{ 31f56fb8-4d20-4278-b883-84e03b38786d , 4e3fef6d-a086-473d-8551-afcd828b703d , 1aa0c159-aece-4c2d-b23d-e2d457a9e985 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-06-04T03:27:44.837Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 31f56fb8-4d20-4278-b883-84e03b38786d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-06-04T03:27:44.837Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:27:44.838Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-06-04T03:27:44.986Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:27:44.987Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 31f56fb8-4d20-4278-b883-84e03b38786d 1164 2021-06-04T03:27:44.987Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-06-04T03:27:44.987Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-06-04T03:27:44.987Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:27:44.987Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:44.989Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:44.989Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777264987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:27:45.089Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:45.090Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:45.090Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:45.099Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:45.099Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:45.989Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1aa0c159-aece-4c2d-b23d-e2d457a9e985 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-06-04T03:27:45.990Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - download 2021-06-04T03:27:45.990Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-06-04T03:27:46.720Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2021-06-04T03:27:46.721Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1aa0c159-aece-4c2d-b23d-e2d457a9e985 200 2021-06-04T03:27:46.721Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-06-04T03:27:46.721Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-06-04T03:27:46.721Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2021-06-04T03:27:46.721Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:46.723Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:46.723Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777266721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:27:46.823Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:46.824Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:46.824Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:46.835Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:46.836Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:47.724Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 09f58a71-7509-4a1b-8f5b-187e14730a54 2021-06-04T03:27:47.724Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 fd0bab88-237f-4357-a647-99dc394ca445 ASDC 2021-06-04T03:27:47.731Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select 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-06-04T03:27:47.740Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.740Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:47.740Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2021-06-04T03:27:47.740Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= b478bf63-7815-43db-b0bc-46fe7f5431c4 2021-06-04T03:27:47.741Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b478bf63-7815-43db-b0bc-46fe7f5431c4 matches Tosca VF Customization UUID: b478bf63-7815-43db-b0bc-46fe7f5431c4 2021-06-04T03:27:47.741Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: b478bf63-7815-43db-b0bc-46fe7f5431c4 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-06-04T03:27:47.743Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.743Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:47.743Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id b478bf63-7815-43db-b0bc-46fe7f5431c4: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-06-04T03:27:47.743Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46d79deb 2021-06-04T03:27:47.744Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.744Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-06-04T03:27:47.744Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a3196a03-d3ac-4559-b7ed-c19f662ec76f 2021-06-04T03:27:47.744Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a3196a03-d3ac-4559-b7ed-c19f662ec76f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-06-04T03:27:47.746Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.746Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-04T03:27:47.746Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:27:47.746Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.746Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-04T03:27:47.747Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:27:47.747Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.747Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-06-04T03:27:47.747Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-06-04T03:27:47.747Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3e305121-a4a7-4f5e-ba08-286e833e3a1c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-06-04T03:27:47.749Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.749Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-04T03:27:47.749Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-06-04T03:27:47.749Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.749Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-06-04T03:27:47.749Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b478bf63-7815-43db-b0bc-46fe7f5431c4 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:27:47.751Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.751Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:47.751Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 09f58a71-7509-4a1b-8f5b-187e14730a54: basic_cnf 2021-06-04T03:27:47.752Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.752Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:47.752Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.752Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:47.752Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.753Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:47.753Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.753Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:47.753Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-06-04T03:27:47.753Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-06-04T03:27:47.754Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:27:47.814Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf fd0bab88-237f-4357-a647-99dc394ca445 1 ASDC deployResourceStructure 2021-06-04T03:27:47.815Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-06-04T03:27:47.816Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-06-04T03:27:47.816Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-06-04T03:27:47.816Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:47.818Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:47.818Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777267815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-06-04T03:27:47.918Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:47.919Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:47.919Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:47.929Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:47.929Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:48.819Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-06-04T03:27:48.819Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-06-04T03:27:48.819Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-06-04T03:27:48.820Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:48.822Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:48.822Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777268819, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-06-04T03:27:48.922Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:48.923Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:48.923Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:48.934Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:48.934Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:49.823Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-06-04T03:27:49.823Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-06-04T03:27:49.823Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:27:49.823Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:49.825Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:49.825Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777269822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:27:49.926Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:49.926Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:49.926Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:49.936Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:49.936Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:50.826Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-06-04T03:27:50.827Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-06-04T03:27:50.827Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:27:50.827Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:50.829Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:50.830Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777270826, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:27:50.930Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:27:50.931Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:50.931Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:50.941Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:50.942Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:51.831Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-06-04T03:27:51.831Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-06-04T03:27:51.831Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:27:51.831Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:51.833Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:51.833Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777271831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-06-04T03:27:51.934Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-04T03:27:51.935Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:51.935Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:51.946Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:51.946Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:52.834Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-06-04T03:27:52.834Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-06-04T03:27:52.834Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-06-04T03:27:52.835Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:27:52.836Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:27:52.836Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777272834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:27:52.937Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-06-04T03:27:52.937Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:27:52.937Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:27:52.948Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:27:52.948Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-06-04T03:27:53.837Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:27:53.846Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:27:53.847Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:27:53.847Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-06-04T03:27:53.848Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-06-04T03:28:00.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:28:00.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:28:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:28:00.028Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:28:00.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777160805, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777161718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777159631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "dcae-sch", "timestamp": 1622777162026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777165302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "cds", "timestamp": 1622777158315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "ves-openapi-manager", "timestamp": 1622777159523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777159631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777161718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "dcae-sch", "timestamp": 1622777162026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "cds", "timestamp": 1622777158315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777165302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "ves-openapi-manager", "timestamp": 1622777159523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777159631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777161718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "dcae-sch", "timestamp": 1622777162026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777165302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "cds", "timestamp": 1622777158315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "ves-openapi-manager", "timestamp": 1622777159523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777159631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777161718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "dcae-sch", "timestamp": 1622777162026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777165302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "cds", "timestamp": 1622777158315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "ves-openapi-manager", "timestamp": 1622777159523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777159631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-04T03:28:00.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777161718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "dcae-sch", "timestamp": 1622777162026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777165302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "cds", "timestamp": 1622777158315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "ves-openapi-manager", "timestamp": 1622777159523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777159631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777161718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "dcae-sch", "timestamp": 1622777162026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777165302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "cds", "timestamp": 1622777158315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "ves-openapi-manager", "timestamp": 1622777159523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777159631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777161718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "dcae-sch", "timestamp": 1622777162026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777165302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "cds", "timestamp": 1622777158315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "ves-openapi-manager", "timestamp": 1622777159523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777173506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777173954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777174042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777159631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777161718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "dcae-sch", "timestamp": 1622777162026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "cds", "timestamp": 1622777158315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777165302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "ves-openapi-manager", "timestamp": 1622777159523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777173506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777174930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777173954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777174042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777159631, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777161718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "dcae-sch", "timestamp": 1622777162026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "cds", "timestamp": 1622777158315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777165302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "ves-openapi-manager", "timestamp": 1622777159523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777173506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777174930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777173954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777174042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777173506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777174930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777173954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777174042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777177904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777178008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777178106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "cds", "timestamp": 1622777178106, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777173506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777174930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777173954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777174042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777178907, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.051Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "cds", "timestamp": 1622777179110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:28:00.059Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb 2021-06-04T03:28:00.059Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:28:00.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777173506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777174930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777173954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777174042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "policy-id", "timestamp": 1622777179910, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:28:00.075Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb 2021-06-04T03:28:00.075Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:28:00.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777173506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-04T03:28:00.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777180308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777180313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777174930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777173954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777174042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777173506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777174930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777173954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777174042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777182110, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777182111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777173506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777174930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777173954, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777174042, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777174930, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:28:00.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777183917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777184012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777184013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777184328, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777184882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777184951, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:28:00.092Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb 2021-06-04T03:28:00.092Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:28:00.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777185018, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:28:00.103Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb 2021-06-04T03:28:00.103Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:28:00.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777185221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-k8s-id", "timestamp": 1622777185953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-windriver-id", "timestamp": 1622777186020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.112Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777186644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.112Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777186817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.112Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1622777187648, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:28:00.117Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb 2021-06-04T03:28:00.117Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:28:00.124Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.124Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777188620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.124Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.125Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.125Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777189622, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:28:00.129Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb 2021-06-04T03:28:00.129Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-06-04T03:28:00.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "multicloud-starlingx-id", "timestamp": 1622777190625, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c7a65af-f5a4-4bbc-87b0-2fb5682fc79d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777192403, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:28:00.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777192498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "aai-ml", "timestamp": 1622777193501, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:28:00.142Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb 2021-06-04T03:28:00.142Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:28:00.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:28:00.151Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.151Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777195263, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.151Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.151Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777196507, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.152Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.153Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "clamp", "timestamp": 1622777197509, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:28:00.157Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb 2021-06-04T03:28:00.157Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-06-04T03:28:00.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622776963729, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777202226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777204599, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777206021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777207534, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777208631, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777209635, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777210638, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777211642, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:28:00.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:28:23.848Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:28:23.859Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-06-04T03:28:23.862Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-06-04T03:28:23.862Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-06-04T03:28:23.862Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-06-04T03:28:23.862Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-06-04T03:28:23.862Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:28:23.862Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:28:23.863Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:28:23.863Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:28:23.863Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:28:23.863Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-06-04T03:28:23.863Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-06-04T03:28:23.868Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-06-04T03:28:53.868Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-06-04T03:28:53.874Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb and serviceModelVersionId: 09f58a71-7509-4a1b-8f5b-187e14730a54 2021-06-04T03:28:53.874Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c0e2916-d194-4d3d-8bdb-913dd389ed30 2021-06-04T03:28:53.875Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c0e2916-d194-4d3d-8bdb-913dd389ed30/model-vers/model-ver/09f58a71-7509-4a1b-8f5b-187e14730a54?depth=0 2021-06-04T03:28:53.879Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2021-06-04T03:28:53.909Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c0e2916-d194-4d3d-8bdb-913dd389ed30/model-vers/model-ver/09f58a71-7509-4a1b-8f5b-187e14730a54?depth=0|INFO|500||Invoke 2021-06-04T03:28:53.909Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c0e2916-d194-4d3d-8bdb-913dd389ed30/model-vers/model-ver/09f58a71-7509-4a1b-8f5b-187e14730a54?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c0e2916-d194-4d3d-8bdb-913dd389ed30/model-vers/model-ver/09f58a71-7509-4a1b-8f5b-187e14730a54?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[823c4418-32bc-44bc-97d5-0ebfa0bd9ebb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[63346202-2f63-4d11-8ee9-7b30597b5a4c], X-ECOMP-RequestID=[823c4418-32bc-44bc-97d5-0ebfa0bd9ebb], X-TransactionId=[], X-ONAP-RequestID=[823c4418-32bc-44bc-97d5-0ebfa0bd9ebb], Content-Type=[application/merge-patch+json]} 2021-06-04T03:28:53.925Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c0e2916-d194-4d3d-8bdb-913dd389ed30/model-vers/model-ver/09f58a71-7509-4a1b-8f5b-187e14730a54?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-06-04T03:28:54.196Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c0e2916-d194-4d3d-8bdb-913dd389ed30/model-vers/model-ver/09f58a71-7509-4a1b-8f5b-187e14730a54?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/5c0e2916-d194-4d3d-8bdb-913dd389ed30/model-vers/model-ver/09f58a71-7509-4a1b-8f5b-187e14730a54?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210604-03:28:53:930-46551], vertex-id=[278632], Content-Length=[0], Date=[Fri, 04 Jun 2021 03:28:53 GMT], Content-Type=[application/json]} 2021-06-04T03:28:54.196Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c0e2916-d194-4d3d-8bdb-913dd389ed30/model-vers/model-ver/09f58a71-7509-4a1b-8f5b-187e14730a54?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-06-04T03:28:54.197Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/5c0e2916-d194-4d3d-8bdb-913dd389ed30/model-vers/model-ver/09f58a71-7509-4a1b-8f5b-187e14730a54?depth=0|INFO|500||InvokeReturn 2021-06-04T03:28:54.198Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-06-04T03:28:54.198Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-06-04T03:28:54.203Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-06-04T03:28:54.203Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 823c4418-32bc-44bc-97d5-0ebfa0bd9ebb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-06-04T03:28:54.204Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-06-04T03:28:54.204Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2021-06-04T03:28:54.206Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-06-04T03:28:54.206Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777334204, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:28:54.306Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-06-04T03:28:54.307Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-06-04T03:28:54.307Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:28:54.325Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:28:54.327Z||pool-122-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-06-04T03:28:55.218Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:28:55.218Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:28:55.219Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:29:00.007Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:29:00.008Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:29:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:29:00.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:29:00.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "54d7640f-e358-4fe6-9ff4-ed90edf19054", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777242928, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:29:00.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777243942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777258013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777261115, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777262642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777263829, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777264987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777266721, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777267815, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777268819, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777269822, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777270826, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-06-04T03:29:00.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777271831, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-06-04T03:29:00.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:00.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-06-04T03:29:00.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777272834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-06-04T03:29:00.033Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:29:04.758Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:29:04.758Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:29:04.759Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:29:04.759Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:29:14.300Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:29:14.301Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:29:14.301Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:29:14.302Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:29:23.840Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:29:23.841Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:29:23.841Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:29:23.841Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:29:33.379Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:29:33.379Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:29:33.380Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:29:33.380Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:29:42.917Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:29:42.918Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:29:42.919Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:29:42.919Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:29:52.458Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:29:52.458Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:29:52.458Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:29:52.459Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:30:00.007Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:30:00.008Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:30:00.008Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:30:00.531Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:30:00.532Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-06-04T03:30:00.532Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "823c4418-32bc-44bc-97d5-0ebfa0bd9ebb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1622777334204, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-06-04T03:30:00.532Z|03c610be-bcf7-4098-8ac2-559f519cd1a4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-06-04T03:30:01.996Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:30:01.996Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:30:01.997Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:30:01.997Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:30:11.534Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:30:11.535Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:30:11.535Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:30:11.535Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:30:21.070Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:31:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:31:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:31:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:31:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:31:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:31:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:31:09.550Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:31:09.552Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:32:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:32:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:32:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:32:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:32:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:32:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:32:09.556Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:32:09.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:33:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:33:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:33:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:33:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:33:00.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:33:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:33:09.550Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:33:09.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:34:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:34:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:34:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:34:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:34:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:34:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:34:09.547Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:34:09.549Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:35:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:35:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:35:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:35:00.007Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:35:00.008Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:35:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:35:09.546Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:35:09.546Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:36:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:36:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:36:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:36:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:36:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:36:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:36:09.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:36:09.547Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:37:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:37:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:37:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:37:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:37:00.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:37:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:37:09.550Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:37:09.554Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:38:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:38:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:38:00.007Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:38:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:38:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:38:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:38:09.552Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:38:09.555Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:39:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:39:00.007Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:39:00.007Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:39:00.007Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:39:00.008Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:39:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:39:09.548Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:39:09.549Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:40:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:40:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:40:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:40:00.007Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:40:00.008Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:40:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:40:09.549Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:40:09.550Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:41:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:41:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:41:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:41:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:41:00.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:41:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:41:09.549Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:41:09.549Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:42:00.005Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:42:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:42:00.006Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:42:00.007Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-06-04T03:42:00.008Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-06-04T03:42:00.008Z||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 5mw3RYF9ogEcKdCR) ... 2021-06-04T03:42:09.551Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-06-04T03:42:09.552Z|823c4418-32bc-44bc-97d5-0ebfa0bd9ebb|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK