JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-04-27T14:50:52.510Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-d8b69c5ff-9kv2b with PID 14 (/app/app.jar started by so in /app) 2021-04-27T14:50:52.516Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-04-27T14:50:52.517Z||main|||||INFO|500||The following profiles are active: basic 2021-04-27T14:50:58.939Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-27T14:50:58.940Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-04-27T14:50:59.025Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-27T14:51:00.488Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-27T14:51:00.673Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-27T14:51:01.008Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-27T14:51:01.012Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-27T14:51:01.098Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-04-27T14:51:01.244Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-04-27T14:51:01.667Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-04-27T14:51:02.318Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-27T14:51:04.486Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-27T14:51:04.535Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-04-27T14:51:04.898Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-27T14:51:05.095Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-04-27T14:51:06.220Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-27T14:51:07.124Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-27T14:51:07.143Z||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$$b8aa512d.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-04-27T14:51:07.144Z||main|||||WARN|500||The sdc end point is not alive 2021-04-27T14:51:09.402Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-04-27T14:51:11.772Z||main|||||WARN|500||--- 2021-04-27T14:51:11.772Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-04-27T14:51:11.773Z||main|||||WARN|500||--- 2021-04-27T14:51:12.095Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-27T14:51:15.101Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T14:51:15.105Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T14:51:15.106Z||main|||||INFO|500||Started Application in 24.616 seconds (JVM running for 25.736) 2021-04-27T14:51:15.115Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T14:51:15.190Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T14:51:15.261Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 92c9f08a-bdac-4d91-bfec-07d26f81cad0 url= /sdc/v1/artifactTypes 2021-04-27T14:51:15.262Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T14:51:16.358Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T14:51:16.363Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1dab9b22 2021-04-27T14:51:16.363Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T14:51:16.372Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T14:51:16.374Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T14:51:16.376Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T14:52:05.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T14:52:05.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T14:52:05.095Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T14:52:05.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T14:52:05.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ea6c132-901b-40fe-a12d-aa07790b43a1 url= /sdc/v1/artifactTypes 2021-04-27T14:52:05.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T14:52:06.154Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T14:52:06.155Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ff288c7 2021-04-27T14:52:06.155Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T14:52:06.156Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T14:52:06.156Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T14:52:06.156Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T14:52:55.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T14:52:55.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T14:52:55.095Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T14:52:55.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T14:52:55.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e845024a-0cd9-4cda-82db-47f9d152e589 url= /sdc/v1/artifactTypes 2021-04-27T14:52:55.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T14:52:56.133Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T14:52:56.134Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4648e207 2021-04-27T14:52:56.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T14:52:56.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T14:52:56.135Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T14:52:56.135Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T14:53:45.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T14:53:45.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T14:53:45.095Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T14:53:45.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T14:53:45.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3dc495f-a7c7-46ad-b0dd-53a4267e2521 url= /sdc/v1/artifactTypes 2021-04-27T14:53:45.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T14:53:46.118Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T14:53:46.119Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f2d6a6b 2021-04-27T14:53:46.119Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T14:53:46.120Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T14:53:46.120Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T14:53:46.121Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T14:54:35.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T14:54:35.096Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T14:54:35.096Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T14:54:35.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T14:54:35.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc29c552-00f7-419f-9d40-a092be75e1f8 url= /sdc/v1/artifactTypes 2021-04-27T14:54:35.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T14:54:36.133Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T14:54:36.134Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c3f9cc2 2021-04-27T14:54:36.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T14:54:36.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T14:54:36.135Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T14:54:36.135Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T14:55:25.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T14:55:25.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T14:55:25.096Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T14:55:25.099Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T14:55:25.116Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a9c9994-5966-497f-be06-a680fad01860 url= /sdc/v1/artifactTypes 2021-04-27T14:55:25.116Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T14:55:26.149Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T14:55:26.150Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3bf7a37a 2021-04-27T14:55:26.150Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T14:55:26.151Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T14:55:26.151Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T14:55:26.151Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T14:56:15.098Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T14:56:15.101Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T14:56:15.102Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T14:56:15.110Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T14:56:15.119Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8f11c11c-42a1-428b-ba9d-fa0e6a9a6795 url= /sdc/v1/artifactTypes 2021-04-27T14:56:15.120Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T14:56:16.166Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T14:56:16.167Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@707a63fe 2021-04-27T14:56:16.167Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T14:56:16.167Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T14:56:16.168Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T14:56:16.168Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T14:57:05.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T14:57:05.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T14:57:05.095Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T14:57:05.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T14:57:05.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ed658c52-fd72-4713-bead-3115fa6ae623 url= /sdc/v1/artifactTypes 2021-04-27T14:57:05.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T14:57:06.117Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T14:57:06.118Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@264fff84 2021-04-27T14:57:06.118Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T14:57:06.118Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T14:57:06.118Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T14:57:06.119Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T14:57:55.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T14:57:55.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T14:57:55.095Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T14:57:55.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T14:57:55.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 443e4049-36b8-46e8-9395-2dbde340fe5c url= /sdc/v1/artifactTypes 2021-04-27T14:57:55.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T14:57:56.133Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T14:57:56.133Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68dfb7d1 2021-04-27T14:57:56.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T14:57:56.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T14:57:56.134Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T14:57:56.134Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T14:58:45.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T14:58:45.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T14:58:45.095Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T14:58:45.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T14:58:45.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 606bdec9-884e-44c5-8f78-5c21edd040ad url= /sdc/v1/artifactTypes 2021-04-27T14:58:45.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T14:58:46.117Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T14:58:46.118Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d3b6d2c 2021-04-27T14:58:46.118Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T14:58:46.118Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T14:58:46.118Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T14:58:46.118Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T14:59:35.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T14:59:35.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T14:59:35.095Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T14:59:35.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T14:59:35.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60b0b30a-9ab8-4fc3-a722-73980ecb6259 url= /sdc/v1/artifactTypes 2021-04-27T14:59:35.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T14:59:36.134Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T14:59:36.135Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ff2e71e 2021-04-27T14:59:36.135Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T14:59:36.135Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T14:59:36.136Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T14:59:36.136Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T15:00:25.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T15:00:25.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T15:00:25.095Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T15:00:25.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T15:00:25.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85507a76-435b-43a1-b047-9436c9ab696b url= /sdc/v1/artifactTypes 2021-04-27T15:00:25.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T15:00:26.117Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T15:00:26.118Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@399fefed 2021-04-27T15:00:26.118Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T15:00:26.118Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T15:00:26.118Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T15:00:26.118Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T15:01:15.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T15:01:15.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T15:01:15.095Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T15:01:15.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T15:01:15.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 195a021b-f71e-477a-a572-b88bf08bb04d url= /sdc/v1/artifactTypes 2021-04-27T15:01:15.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T15:01:16.133Z||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.20.253] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 29 common frames omitted 2021-04-27T15:01:16.134Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@260272ba 2021-04-27T15:01:16.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-27T15:01:16.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-27T15:01:16.134Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-27T15:01:16.135Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-27T15:01:23.925Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-27T15:02:05.095Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-27T15:02:05.095Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-27T15:02:05.095Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-27T15:02:05.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-27T15:02:05.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a9b123e2-f5cb-4bca-b111-6e9d53806017 url= /sdc/v1/artifactTypes 2021-04-27T15:02:05.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-27T15:02:05.268Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-27T15:02:05.275Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-04-27T15:02:05.296Z||scheduling-1|||||DEBUG|500||create keys 2021-04-27T15:02:05.303Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-27T15:02:05.330Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:02:05.345Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5bd5aaf7-8d74-4b6c-9c83-1ed7e8e50d9a url= /sdc/v1/registerForDistribution 2021-04-27T15:02:05.442Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5bd5aaf7-8d74-4b6c-9c83-1ed7e8e50d9a url= /sdc/v1/registerForDistribution 2021-04-27T15:02:05.443Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-27T15:02:05.451Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:02:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:02:05.455Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:02:05.455Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:02:05.455Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:02:05.456Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:02:05.458Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-27T15:02:15.709Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:02:15.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:03:05.449Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:03:05.450Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:03:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:03:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:03:05.453Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:03:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:03:14.994Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:03:14.996Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:04:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:04:05.450Z||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-04-27T15:04:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:04:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:04:05.453Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:04:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:04:14.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:04:14.998Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:05:05.450Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:05:05.452Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:05:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:05:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:05:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:05:05.456Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:05:14.998Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:05:14.999Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:06:05.450Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:06:05.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:06:05.451Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:06:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:06:05.453Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:06:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:06:14.998Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:06:15.000Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:07:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:07:05.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:07:05.450Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:07:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:07:05.453Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:07:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:07:14.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:07:14.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:08:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:08:05.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:08:05.450Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:08:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:08:05.453Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:08:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:08:14.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:08:14.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:09:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:09:05.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:09:05.450Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:09:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:09:05.454Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:09:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:09:14.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:09:14.989Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:10:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:10:05.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:10:05.451Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:10:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:10:05.454Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:10:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:10:14.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:10:14.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:11:05.450Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:11:05.451Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:11:05.451Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:11:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:11:05.454Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:11:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:11:14.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:11:14.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:12:05.450Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:12:05.451Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:12:05.451Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:12:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:12:05.453Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:12:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:12:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:12:14.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:13:05.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:13:05.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:13:05.450Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:13:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:13:05.453Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:13:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:13:14.990Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:13:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:14:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:14:05.450Z||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-04-27T15:14:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:14:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:14:05.453Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:14:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:14:15.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:14:15.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:15:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:15:05.450Z||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-04-27T15:15:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:15:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:15:05.453Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:15:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:15:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:15:14.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:16:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:16:05.450Z||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-04-27T15:16:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:16:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:16:05.453Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:16:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:16:14.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:16:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:17:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:17:05.452Z||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-04-27T15:17:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:17:05.453Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:17:05.453Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:17:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:17:14.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:17:14.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:18:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:18:05.451Z||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-04-27T15:18:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:18:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:18:05.453Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:18:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:18:14.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:18:14.994Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:19:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:19:05.451Z||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-04-27T15:19:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:19:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:19:05.453Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:19:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:19:14.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:19:14.991Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:20:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:20:05.450Z||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-04-27T15:20:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:20:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:20:05.453Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:20:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:20:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:20:14.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:21:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:21:05.450Z||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-04-27T15:21:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:21:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:21:05.454Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:21:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:21:14.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:21:14.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:22:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:22:05.450Z||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-04-27T15:22:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:22:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:22:05.453Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:22:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:22:14.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:22:14.995Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:23:05.450Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:23:05.450Z||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-04-27T15:23:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:23:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:23:05.453Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:23:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:23:14.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:23:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:24:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:24:05.450Z||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-04-27T15:24:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:24:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:24:05.453Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:24:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:24:14.989Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:24:14.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:25:05.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:25:05.451Z||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-04-27T15:25:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:25:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:25:05.453Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:25:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:25:14.992Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:25:14.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:26:05.450Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:26:05.451Z||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-04-27T15:26:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:26:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:26:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:26:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:26:14.989Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:26:14.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:27:05.450Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:27:05.450Z||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-04-27T15:27:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:27:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:27:05.453Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:27:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:27:14.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:27:14.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:28:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:28:05.451Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:28:05.452Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:28:05.453Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:28:05.454Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:28:05.455Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:28:14.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:28:14.995Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:29:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:29:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:29:05.450Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:29:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:29:05.453Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:29:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:29:14.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:29:14.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:30:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:30:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:30:05.450Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:30:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:30:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:30:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:30:14.990Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:30:15.002Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:31:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:31:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:31:05.450Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:31:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:31:05.453Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:31:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:31:14.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:31:14.993Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:32:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:32:05.451Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:32:05.451Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:32:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:32:05.453Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:32:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:32:14.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:32:14.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:33:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:33:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:33:05.450Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:33:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:33:05.453Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:33:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:33:14.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:33:14.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:34:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:34:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:34:05.451Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:34:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:34:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:34:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:34:14.988Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:34:14.990Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:35:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:35:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:35:05.450Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:35:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:35:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:35:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:35:14.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:35:14.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:36:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:36:05.452Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:36:05.452Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:36:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:36:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:36:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:36:14.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:36:14.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:37:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:37:05.451Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:37:05.451Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:37:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:37:05.453Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:37:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:37:14.987Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:37:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:38:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:38:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:38:05.450Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:38:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:38:05.453Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:38:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:38:14.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:38:14.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:39:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:39:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:39:05.451Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:39:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:39:05.453Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:39:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:39:14.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:39:14.991Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:40:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:40:05.451Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:40:05.451Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:40:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:40:05.453Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:40:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:40:14.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:40:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:41:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:41:05.451Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:41:05.451Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:41:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:41:05.453Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:41:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:41:14.986Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:41:14.988Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:42:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:42:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:42:05.450Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:42:05.453Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:42:05.453Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:42:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:42:14.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:42:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:43:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:43:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:43:05.451Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:43:05.453Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:43:05.453Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:43:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:43:14.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:43:14.987Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:44:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:44:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:44:05.451Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:44:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:44:05.453Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:44:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:44:14.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:44:14.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:45:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:45:05.451Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:45:05.451Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:45:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:45:05.453Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:45:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:45:14.995Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:45:14.997Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:46:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:46:05.451Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:46:05.451Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T15:46:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:46:05.453Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:46:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:46:14.987Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:46:14.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:47:05.450Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:47:05.451Z||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-04-27T15:47:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:47:05.454Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:47:05.454Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:47:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:47:14.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:47:14.993Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:48:05.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:48:05.450Z||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-04-27T15:48:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:48:05.453Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:48:05.453Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:48:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:48:14.990Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:48:14.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:49:05.450Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:49:05.450Z||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-04-27T15:49:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:49:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:49:05.453Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:49:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:49:14.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:49:14.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:50:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:50:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:50:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:50:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:50:05.453Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:50:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:50:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:50:14.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:51:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:51:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:51:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:51:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:51:05.453Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:51:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:51:14.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:51:14.989Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:52:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:52:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:52:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:52:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:52:05.453Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:52:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:52:14.986Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:52:14.986Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:53:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:53:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:53:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:53:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:53:05.453Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:53:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:53:14.990Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:53:14.991Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:54:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:54:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:54:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:54:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:54:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:54:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:54:14.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:54:14.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:55:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:55:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:55:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:55:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:55:05.453Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:55:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:55:14.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:55:14.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:56:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:56:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:56:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:56:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:56:05.453Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:56:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:56:14.990Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:56:14.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:57:05.450Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:57:05.451Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:57:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:57:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:57:05.453Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:57:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:57:14.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:57:14.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:58:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:58:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:58:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:58:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:58:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:58:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:58:14.993Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:58:14.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:59:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:59:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:59:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:59:05.453Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T15:59:05.453Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T15:59:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T15:59:14.988Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T15:59:14.988Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:00:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:00:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:00:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:00:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:00:05.454Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:00:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:00:14.985Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:00:14.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:01:05.450Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:01:05.451Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:01:05.452Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:01:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:01:05.453Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:01:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:01:14.991Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:01:14.992Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:02:05.450Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:02:05.451Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:02:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:02:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:02:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:02:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:02:14.991Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:02:14.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:03:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:03:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:03:05.451Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:03:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:03:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:03:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:03:14.986Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:03:14.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:05.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:04:05.450Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:04:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:04:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:04:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:05.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:05.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "cds", "timestamp": 1619539421410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.870Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "ves-openapi-manager", "timestamp": 1619539422782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "dcae-sch", "timestamp": 1619539421090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539416548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "ves-openapi-manager", "timestamp": 1619539422782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "cds", "timestamp": 1619539421410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "dcae-sch", "timestamp": 1619539421090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539416548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:04:05.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539424862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "ves-openapi-manager", "timestamp": 1619539422782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "cds", "timestamp": 1619539421410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "dcae-sch", "timestamp": 1619539421090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.875Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539416548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:04:05.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539424862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:04:05.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "ves-openapi-manager", "timestamp": 1619539422782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.879Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.880Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.880Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "cds", "timestamp": 1619539421410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.880Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "dcae-sch", "timestamp": 1619539421090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539416548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.881Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539424862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:04:05.881Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "ves-openapi-manager", "timestamp": 1619539422782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "cds", "timestamp": 1619539421410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "dcae-sch", "timestamp": 1619539421090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.882Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539416548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-27T16:04:05.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539427487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539424862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.883Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.883Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "ves-openapi-manager", "timestamp": 1619539422782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "cds", "timestamp": 1619539421410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "dcae-sch", "timestamp": 1619539421090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539416548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.884Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539427487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:04:05.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539424862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-27T16:04:05.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.885Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "ves-openapi-manager", "timestamp": 1619539422782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.885Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.885Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "cds", "timestamp": 1619539421410, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:04:05.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "dcae-sch", "timestamp": 1619539421090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539416548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:04:05.886Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539427487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:04:05.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539424862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.887Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539430948, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:05.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "cds", "timestamp": 1619539430966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:05.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539427487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:05.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539424862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:04:05.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:05.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:05.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "cds", "timestamp": 1619539431982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:04:06.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:06.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e30c2c36-cca5-41f9-ad17-410ca466c8d3","serviceName":"basic_onboard_xGxWXc","serviceVersion":"1.0","serviceUUID":"0c936a79-301a-4ae1-ac0c-11ff848bd266","serviceDescription":"service","serviceInvariantUUID":"6992894d-6c76-4306-9631-82e0bfb3709b","resources":[{"resourceInstanceName":"basic_onboard_xGxWXc 0","resourceName":"basic_onboard_xGxWXc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6ca6e6c5-c792-4f99-a77d-dd84162ad99c","resourceInvariantUUID":"e337da4a-a873-4b56-a59b-4c1e8168fc7e","resourceCustomizationUUID":"532c0571-74f5-4809-b2d7-c77a24edcb68","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml","artifactChecksum":"YWY1NTliNTUzNTM2N2NkODYzMWM3OWQ5MGYxNjYyN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c92fd982-0b28-424f-9cca-797c0a67480e","artifactVersion":"1"},{"artifactName":"basic_onboard_xgxwxc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json","artifactChecksum":"ZDQxM2NlODRkNTZjNzAwMGE2ZDJlNGFhM2MwYTUyNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"75a6eeb0-d6cd-4578-a729-3b8ab589b94b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47f3d241-f13c-4b35-be26-10e51edd5ac7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c287023b-db82-49ce-928f-b5230a77af16","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b2e44b55-a2d0-4aba-8671-f812508f881c","artifactVersion":"2","generatedFromUUID":"47f3d241-f13c-4b35-be26-10e51edd5ac7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXgxwxc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml","artifactChecksum":"NDMzZWQxMzFkM2MxYmZlNDAxOTEyMzBmODYyYWMwYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48610ef4-f427-42d0-9225-a3266e1c1cb1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXgxwxc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar","artifactChecksum":"ZmM3YTM4ZjNmODA0NDI4MmU1OTAyNWU4ZTBmMTE2YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6e8c068-5bef-452b-9382-68fce21794a2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-27T16:04:06.087Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3 2021-04-27T16:04:06.088Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:04:06.096Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:06.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 and ComponentName cds 2021-04-27T16:04:06.106Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:06.106Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:04:06.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539427487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539432267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539433029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539427487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.122Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539433717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "policy-id", "timestamp": 1619539433145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539427487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539434530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539434724, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:04:06.134Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3 2021-04-27T16:04:06.134Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:04:06.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "policy-id", "timestamp": 1619539433145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539435728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "policy-id", "timestamp": 1619539433145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539435212, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539435917, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539436118, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "policy-id", "timestamp": 1619539433145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539435212, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539437089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539437123, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:04:06.160Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3 2021-04-27T16:04:06.160Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:04:06.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "policy-id", "timestamp": 1619539433145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539435212, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-windriver-id", "timestamp": 1619539438129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:04:06.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539438267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:06.172Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "policy-id", "timestamp": 1619539433145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539435212, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "policy-id", "timestamp": 1619539433145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:04:06.174Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.174Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.174Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539435212, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.175Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.175Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.175Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539440022, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:04:06.178Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3 2021-04-27T16:04:06.178Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:04:06.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539435212, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.183Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "multicloud-k8s-id", "timestamp": 1619539441026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:04:06.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "clamp", "timestamp": 1619539440648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "policy-id", "timestamp": 1619539441280, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:06.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539435212, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:04:06.184Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "clamp", "timestamp": 1619539440648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:04:06.185Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "policy-id", "timestamp": 1619539442289, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:04:06.185Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.185Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.185Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "aai-ml", "timestamp": 1619539441946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539443103, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:06.186Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "clamp", "timestamp": 1619539440648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.186Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.186Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "policy-id", "timestamp": 1619539443292, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:04:06.190Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3 2021-04-27T16:04:06.190Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:04:06.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "aai-ml", "timestamp": 1619539441946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "clamp", "timestamp": 1619539440648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "aai-ml", "timestamp": 1619539441946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:04:06.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "clamp", "timestamp": 1619539440648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:06.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:04:06.206Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2021-04-27T16:04:06.211Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:06.211Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:06.219Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:06.220Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:07.114Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:04:07.114Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:07.116Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:07.116Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:04:07.216Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:07.217Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:07.219Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:07.227Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:07.228Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:08.117Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:04:08.118Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:08.120Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:08.120Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:04:08.220Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:08.221Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:08.221Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:08.230Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:08.231Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:09.121Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:04:09.122Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:09.125Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:09.125Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:09.225Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:09.226Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:09.226Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:09.234Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:09.235Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:10.125Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:04:10.126Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:10.128Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:10.128Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-27T16:04:10.228Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:10.229Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:10.229Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:10.237Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:10.238Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-27T16:04:11.129Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:04:11.130Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:11.132Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:11.132Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:04:11.232Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-27T16:04:11.233Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:11.233Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:11.241Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:11.241Z||pool-8-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:12.133Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:04:12.134Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:12.136Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:12.136Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:04:12.236Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:12.237Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:12.237Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:12.246Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:12.247Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":2,"count":1} 2021-04-27T16:04:13.138Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "serviceName": "basic_onboard_xGxWXc", "serviceVersion": "1.0", "serviceUUID": "0c936a79-301a-4ae1-ac0c-11ff848bd266", "serviceDescription": "service", "serviceInvariantUUID": "6992894d-6c76-4306-9631-82e0bfb3709b", "resources": [ { "resourceInstanceName": "basic_onboard_xGxWXc 0", "resourceCustomizationUUID": "532c0571-74f5-4809-b2d7-c77a24edcb68", "resourceName": "basic_onboard_xGxWXc", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6ca6e6c5-c792-4f99-a77d-dd84162ad99c", "resourceInvariantUUID": "e337da4a-a873-4b56-a59b-4c1e8168fc7e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xgxwxc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "artifactChecksum": "ZDQxM2NlODRkNTZjNzAwMGE2ZDJlNGFhM2MwYTUyNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "75a6eeb0-d6cd-4578-a729-3b8ab589b94b", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "47f3d241-f13c-4b35-be26-10e51edd5ac7", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b2e44b55-a2d0-4aba-8671-f812508f881c", "generatedFromUUID": "47f3d241-f13c-4b35-be26-10e51edd5ac7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b2e44b55-a2d0-4aba-8671-f812508f881c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXgxwxc-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "artifactChecksum": "ZmM3YTM4ZjNmODA0NDI4MmU1OTAyNWU4ZTBmMTE2YjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6e8c068-5bef-452b-9382-68fce21794a2" } ], "workloadContext": "Production" } 2021-04-27T16:04:13.139Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-27T16:04:13.139Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c936a79-301a-4ae1-ac0c-11ff848bd266 ASDC 2021-04-27T16:04:13.310Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:e30c2c36-cca5-41f9-ad17-410ca466c8d3 ServiceName:basic_onboard_xGxWXc ServiceVersion:1.0 ServiceUUID:0c936a79-301a-4ae1-ac0c-11ff848bd266 ServiceInvariantUUID:6992894d-6c76-4306-9631-82e0bfb3709b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXgxwxc-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar ArtifactUUID:f6e8c068-5bef-452b-9382-68fce21794a2 ArtifactChecksum:ZmM3YTM4ZjNmODA0NDI4MmU1OTAyNWU4ZTBmMTE2YjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_xGxWXc 0 ResourceCustomizationUUID:532c0571-74f5-4809-b2d7-c77a24edcb68 ResourceInvariantUUID:e337da4a-a873-4b56-a59b-4c1e8168fc7e ResourceName:basic_onboard_xGxWXc ResourceType:VF ResourceUUID:6ca6e6c5-c792-4f99-a77d-dd84162ad99c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xgxwxc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json ArtifactUUID:75a6eeb0-d6cd-4578-a729-3b8ab589b94b ArtifactChecksum:ZDQxM2NlODRkNTZjNzAwMGE2ZDJlNGFhM2MwYTUyNjM= 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/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml ArtifactUUID:47f3d241-f13c-4b35-be26-10e51edd5ac7 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/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env ArtifactUUID:b2e44b55-a2d0-4aba-8671-f812508f881c 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/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env ArtifactUUID:b2e44b55-a2d0-4aba-8671-f812508f881c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-27T16:04:13.311Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c936a79-301a-4ae1-ac0c-11ff848bd266 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-27T16:04:13.360Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:04:13.360Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-27T16:04:13.361Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-27T16:04:13.361Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f6e8c068-5bef-452b-9382-68fce21794a2 from URL: /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:13.362Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-27T16:04:13.362Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:13.679Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-27T16:04:13.699Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar f6e8c068-5bef-452b-9382-68fce21794a2 75692 2021-04-27T16:04:13.700Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar ASDC sendASDCNotification 2021-04-27T16:04:13.700Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:13.702Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:04:13.703Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:13.704Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:13.704Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539453700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:13.805Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:13.806Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:13.806Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:13.814Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:13.815Z||pool-10-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:14.705Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:04:14.707Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-27T16:04:14.707Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f6e8c068-5bef-452b-9382-68fce21794a2, URL: /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar to file: /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:14.707Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:14.852Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:14.853Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:15.183Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9748419601453477786/Definitions/service-BasicOnboardXgxwxc-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-04-27T16:04:17.230Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-27T16:04:17.234Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-27T16:04:17.234Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:17.234Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xGxWXc 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-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_xGxWXc 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||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-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:17.235Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-27T16:04:17.241Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.243Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:17.247Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria 2021-04-27T16:04:17.247Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-27T16:04:17.248Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:04:17.250Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.250Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:17.250Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria 2021-04-27T16:04:17.250Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-27T16:04:17.250Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:04:17.259Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.260Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:17.264Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.264Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is not matching search criteria 2021-04-27T16:04:17.264Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-27T16:04:17.264Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-27T16:04:17.265Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-27T16:04:17.265Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-27T16:04:17.265Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-27T16:04:17.265Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.266Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-27T16:04:17.267Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.267Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria 2021-04-27T16:04:17.267Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:04:17.268Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.268Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria 2021-04-27T16:04:17.268Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:04:17.269Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.269Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria 2021-04-27T16:04:17.269Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:04:17.269Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is not matching search criteria 2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c13a8ce5-fbe7-418f-9188-b03597cd438a 2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.270Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:17.271Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:17.272Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_xGxWXc Description:service Model UUID:0c936a79-301a-4ae1-ac0c-11ff848bd266 Model Version:NULL Model InvariantUuid:6992894d-6c76-4306-9631-82e0bfb3709b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_xGxWXc Model UUID:2e42f5cd-99a1-48fe-8776-53352e520866 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e337da4a-a873-4b56-a59b-4c1e8168fc7e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:532c0571-74f5-4809-b2d7-c77a24edcb68 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:38991f61-a840-4284-afa7-bf6614c804c4 ModelName:BasicOnboardXgxwxc..base_ubuntu18..module-0 ModelUuid:70aa12ff-f624-4f3f-820a-a4912df22daf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c13a8ce5-fbe7-418f-9188-b03597cd438a ModelInvariantUuid:9340d819-cd76-4e69-b2a5-a2803120b734 ModelName:basic_onboard_xGxWXc-nodes.ubuntu18Cvfc ModelUuid:ae984d5b-c4cd-4e35-a34b-bcdb1f10b83d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:6f44f61a-a87d-4828-9f51-51db976aa614 ModelInvariantUuid:b1bae327-d6f9-4eaa-bafc-2a8daa494494 ModelName:BasicOnboardXgxwxc.compute.nodes.heat.ubuntu18 ModelUuid:f2a13468-4bde-4f13-8082-1f6162284ac8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-27T16:04:17.281Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6ca6e6c5-c792-4f99-a77d-dd84162ad99c Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:04:17.495Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||basic_onboard_xGxWXc 0 2021-04-27T16:04:17.503Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6ca6e6c5-c792-4f99-a77d-dd84162ad99c 2021-04-27T16:04:17.504Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 75a6eeb0-d6cd-4578-a729-3b8ab589b94b from URL: /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json 2021-04-27T16:04:17.504Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-27T16:04:17.504Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json 2021-04-27T16:04:17.648Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-27T16:04:17.648Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json 75a6eeb0-d6cd-4578-a729-3b8ab589b94b 798 2021-04-27T16:04:17.649Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json ASDC sendASDCNotification 2021-04-27T16:04:17.649Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json 2021-04-27T16:04:17.649Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:04:17.649Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:17.651Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:17.651Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539457649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:17.751Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:17.752Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:17.752Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:17.759Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:17.760Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:18.652Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXgxwxc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "38991f61-a840-4284-afa7-bf6614c804c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "70aa12ff-f624-4f3f-820a-a4912df22daf", "vfModuleModelCustomizationUUID": "0de45fa5-a505-420a-8045-3db52c25a26b", "isBase": true, "artifacts": [ "47f3d241-f13c-4b35-be26-10e51edd5ac7", "b2e44b55-a2d0-4aba-8671-f812508f881c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-27T16:04:18.673Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXgxwxc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:70aa12ff-f624-4f3f-820a-a4912df22daf VfModuleModelInvariantUUID:38991f61-a840-4284-afa7-bf6614c804c4 VfModuleModelDescription:NULL Artifacts UUID List:{ 47f3d241-f13c-4b35-be26-10e51edd5ac7 , b2e44b55-a2d0-4aba-8671-f812508f881c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-27T16:04:18.676Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXgxwxc..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "38991f61-a840-4284-afa7-bf6614c804c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "70aa12ff-f624-4f3f-820a-a4912df22daf", "vfModuleModelCustomizationUUID": "0de45fa5-a505-420a-8045-3db52c25a26b", "isBase": true, "artifacts": [ "47f3d241-f13c-4b35-be26-10e51edd5ac7", "b2e44b55-a2d0-4aba-8671-f812508f881c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-27T16:04:18.676Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXgxwxc..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:70aa12ff-f624-4f3f-820a-a4912df22daf VfModuleModelInvariantUUID:38991f61-a840-4284-afa7-bf6614c804c4 VfModuleModelDescription:NULL Artifacts UUID List:{ 47f3d241-f13c-4b35-be26-10e51edd5ac7 , b2e44b55-a2d0-4aba-8671-f812508f881c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-27T16:04:18.676Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 47f3d241-f13c-4b35-be26-10e51edd5ac7 from URL: /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml 2021-04-27T16:04:18.676Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-27T16:04:18.676Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml 2021-04-27T16:04:18.815Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-27T16:04:18.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml 47f3d241-f13c-4b35-be26-10e51edd5ac7 5033 2021-04-27T16:04:18.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-27T16:04:18.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml 2021-04-27T16:04:18.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:04:18.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:18.818Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:18.818Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539458816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:18.918Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:18.920Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:18.920Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:18.930Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:18.931Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-27T16:04:19.819Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b2e44b55-a2d0-4aba-8671-f812508f881c from URL: /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env 2021-04-27T16:04:19.819Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-27T16:04:19.820Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env 2021-04-27T16:04:19.964Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-27T16:04:19.965Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env b2e44b55-a2d0-4aba-8671-f812508f881c 909 2021-04-27T16:04:19.965Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-27T16:04:19.966Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env 2021-04-27T16:04:19.966Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:04:19.966Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:19.968Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:19.968Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539459965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:04:20.068Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:20.069Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:20.069Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:20.078Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:20.078Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:20.969Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0c936a79-301a-4ae1-ac0c-11ff848bd266 2021-04-27T16:04:20.969Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_xGxWXc 0 6ca6e6c5-c792-4f99-a77d-dd84162ad99c ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:04:21.006Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.006Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:21.006Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-27T16:04:21.006Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 532c0571-74f5-4809-b2d7-c77a24edcb68 2021-04-27T16:04:21.007Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 532c0571-74f5-4809-b2d7-c77a24edcb68 matches Tosca VF Customization UUID: 532c0571-74f5-4809-b2d7-c77a24edcb68 2021-04-27T16:04:21.007Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 532c0571-74f5-4809-b2d7-c77a24edcb68 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-27T16:04:21.015Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.015Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:21.016Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 532c0571-74f5-4809-b2d7-c77a24edcb68: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-04-27T16:04:21.016Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44c5dc8c 2021-04-27T16:04:21.017Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.017Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-27T16:04:21.017Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0de45fa5-a505-420a-8045-3db52c25a26b 2021-04-27T16:04:21.018Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0de45fa5-a505-420a-8045-3db52c25a26b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-27T16:04:21.024Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.024Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria 2021-04-27T16:04:21.025Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:04:21.025Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.026Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria 2021-04-27T16:04:21.026Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:04:21.026Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.026Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is not matching search criteria 2021-04-27T16:04:21.027Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-27T16:04:21.027Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-27T16:04:21.027Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c13a8ce5-fbe7-418f-9188-b03597cd438a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-27T16:04:21.034Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.035Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria 2021-04-27T16:04:21.035Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:04:21.035Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.036Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_xGxWXc 0 is matching search criteria 2021-04-27T16:04:21.036Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_xGxWXc 0] matching following query criteria: sdcType=VF, customizationUUID=532c0571-74f5-4809-b2d7-c77a24edcb68 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:04:21.038Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.038Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:21.039Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0c936a79-301a-4ae1-ac0c-11ff848bd266: basic_onboard_xGxWXc 2021-04-27T16:04:21.039Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.039Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:21.039Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.039Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:21.040Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.040Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:21.040Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.040Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:21.040Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:04:21.041Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_xGxWXc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:04:21.041Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_xGxWXc Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:04:21.189Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_xGxWXc 6ca6e6c5-c792-4f99-a77d-dd84162ad99c 1 ASDC deployResourceStructure 2021-04-27T16:04:21.189Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json ASDC sendASDCNotification 2021-04-27T16:04:21.190Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json 2021-04-27T16:04:21.190Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:04:21.190Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:21.192Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:21.192Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539461189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:04:21.292Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:21.293Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:21.293Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:21.301Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:21.301Z||pool-14-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:22.193Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-27T16:04:22.193Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml 2021-04-27T16:04:22.193Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:04:22.194Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:22.195Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:22.195Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539462193, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-27T16:04:22.295Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:22.296Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:22.296Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:22.305Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:22.305Z||pool-15-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:23.196Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-27T16:04:23.197Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env 2021-04-27T16:04:23.197Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:04:23.197Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:23.199Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:23.199Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539463196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-27T16:04:23.300Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:04:23.300Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:23.300Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:23.308Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:23.308Z||pool-16-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:24.201Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar ASDC sendASDCNotification 2021-04-27T16:04:24.201Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar 2021-04-27T16:04:24.201Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:04:24.202Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:04:24.203Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:04:24.204Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539464201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:04:24.303Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-27T16:04:24.304Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:04:24.304Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:04:24.312Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:04:24.313Z||pool-17-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:04:25.205Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:04:25.220Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:04:25.223Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:04:25.224Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:04:25.224Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:04:55.224Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:04:55.230Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:04:55.232Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:04:55.232Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:04:55.232Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:05:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:05:05.454Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:05:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:05:05.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:05:05.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:05:05.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "aai-ml", "timestamp": 1619539441946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:05:05.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:05:25.233Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:05:25.239Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:05:25.240Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:05:25.241Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:05:25.241Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:05:55.241Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:05:55.247Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:05:55.248Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:05:55.249Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:05:55.249Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:06:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:06:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:06:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:06:05.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:06:05.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:06:05.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:06:05.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:06:25.249Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:06:25.255Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:06:25.257Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:06:25.257Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:06:25.257Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:06:55.257Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:06:55.266Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:06:55.272Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:06:55.272Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:06:55.272Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:07:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:07:05.454Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:07:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:07:05.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:07:05.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "clamp", "timestamp": 1619539440648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "aai-ml", "timestamp": 1619539441946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539447080, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:07:05.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:07:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "clamp", "timestamp": 1619539440648, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:07:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "aai-ml", "timestamp": 1619539441946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539448085, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:07:05.485Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3 2021-04-27T16:07:05.486Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:07:05.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "aai-ml", "timestamp": 1619539441946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "aai-ml", "timestamp": 1619539450641, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539445449, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:07:05.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539453700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:07:05.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539457649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:07:05.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539458816, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:07:05.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539459965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539461189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/basic_onboard_xgxwxc0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "clamp", "timestamp": 1619539461995, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539462193, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539463196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/resourceInstances/basic_onboard_xgxwxc0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "clamp", "timestamp": 1619539464003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:07:05.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539464201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:07:05.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "clamp", "timestamp": 1619539465007, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:07:05.498Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3 2021-04-27T16:07:05.499Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:07:05.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "aai-ml", "timestamp": 1619539466987, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXgxwxc/1.0/artifacts/service-BasicOnboardXgxwxc-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:07:05.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:07:05.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "aai-ml", "timestamp": 1619539467992, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:07:05.507Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e30c2c36-cca5-41f9-ad17-410ca466c8d3 2021-04-27T16:07:05.507Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e30c2c36-cca5-41f9-ad17-410ca466c8d3 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:07:05.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539495212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "cds", "timestamp": 1619539496410, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "policy-id", "timestamp": 1619539493145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539496548, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "clamp", "timestamp": 1619539500648, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "cds", "timestamp": 1619539496410, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539495212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "dcae-sch", "timestamp": 1619539501090, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "policy-id", "timestamp": 1619539493145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539496548, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "clamp", "timestamp": 1619539500648, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "aai-ml", "timestamp": 1619539501946, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "cds", "timestamp": 1619539496410, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539495212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "dcae-sch", "timestamp": 1619539501090, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "policy-id", "timestamp": 1619539493145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-27T16:07:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539496548, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-27T16:07:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "clamp", "timestamp": 1619539500648, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "ves-openapi-manager", "timestamp": 1619539502782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "aai-ml", "timestamp": 1619539501946, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539495212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "cds", "timestamp": 1619539496410, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "dcae-sch", "timestamp": 1619539501090, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "policy-id", "timestamp": 1619539493145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539496548, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "clamp", "timestamp": 1619539500648, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "ves-openapi-manager", "timestamp": 1619539502782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "aai-ml", "timestamp": 1619539501946, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "cds", "timestamp": 1619539496410, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539495212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "dcae-sch", "timestamp": 1619539501090, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "policy-id", "timestamp": 1619539493145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539496548, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-27T16:07:05.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:05.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:07:05.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "clamp", "timestamp": 1619539500648, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:07:05.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:07:25.272Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:07:25.280Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:07:25.282Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:07:25.282Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-27T16:07:25.282Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-27T16:07:25.282Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-27T16:07:25.282Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:07:25.283Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:07:25.286Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-27T16:07:55.286Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-27T16:07:55.293Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e30c2c36-cca5-41f9-ad17-410ca466c8d3 and serviceModelVersionId: 0c936a79-301a-4ae1-ac0c-11ff848bd266 2021-04-27T16:07:55.293Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6992894d-6c76-4306-9631-82e0bfb3709b 2021-04-27T16:08:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:08:05.454Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:08:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:05.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:05.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.979Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "ves-openapi-manager", "timestamp": 1619539502782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539504862, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "aai-ml", "timestamp": 1619539501946, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "cds", "timestamp": 1619539496410, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539495212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "policy-id", "timestamp": 1619539493145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "dcae-sch", "timestamp": 1619539501090, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539496548, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "clamp", "timestamp": 1619539500648, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "ves-openapi-manager", "timestamp": 1619539502782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539504862, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:08:05.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "aai-ml", "timestamp": 1619539501946, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "cds", "timestamp": 1619539496410, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539495212, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "dcae-sch", "timestamp": 1619539501090, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "policy-id", "timestamp": 1619539493145, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539496548, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "clamp", "timestamp": 1619539500648, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "ves-openapi-manager", "timestamp": 1619539502782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539504862, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "aai-ml", "timestamp": 1619539501946, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "dcae-sch", "timestamp": 1619539501090, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539507487, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539508350, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.989Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539508362, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:05.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "policy-id", "timestamp": 1619539508348, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:05.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "cds", "timestamp": 1619539508383, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:05.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "ves-openapi-manager", "timestamp": 1619539502782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.990Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539504862, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:05.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "aai-ml", "timestamp": 1619539501946, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:08:05.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539507487, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:08:05.992Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:05.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.992Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "policy-id", "timestamp": 1619539509351, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:08:05.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:05.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:05.993Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "cds", "timestamp": 1619539509389, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:08:06.008Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a 2021-04-27T16:08:06.008Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "ves-openapi-manager", "timestamp": 1619539502782, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:06.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539504862, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-27T16:08:06.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539509930, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:06.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539507487, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-27T16:08:06.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "aai-ml", "timestamp": 1619539510198, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:06.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "policy-id", "timestamp": 1619539510354, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:08:06.022Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a 2021-04-27T16:08:06.022Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:08:06.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539504862, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539507487, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539511133, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539504862, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539511554, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:08:06.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539507487, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-27T16:08:06.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:06.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539512137, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:08:06.067Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a 2021-04-27T16:08:06.068Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:08:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619539512558, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:08:06.077Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a 2021-04-27T16:08:06.077Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:08:06.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539512735, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:06.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539507487, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:06.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:06.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-starlingx-id", "timestamp": 1619539513141, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:08:06.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539513961, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:06.085Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539507487, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:08:06.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539515138, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:06.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539515334, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:06.087Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539516141, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:08:06.089Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a 2021-04-27T16:08:06.090Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:08:06.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539516702, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:06.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-windriver-id", "timestamp": 1619539517143, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:08:06.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539517910, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:06.094Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "aai-ml", "timestamp": 1619539518507, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:08:06.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539518939, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:08:06.097Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a 2021-04-27T16:08:06.098Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:08:06.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "aai-ml", "timestamp": 1619539519510, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:08:06.104Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a 2021-04-27T16:08:06.104Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:08:06.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "multicloud-k8s-id", "timestamp": 1619539519945, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:08:06.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "clamp", "timestamp": 1619539522000, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:06.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "clamp", "timestamp": 1619539524007, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:08:06.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:08:06.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:08:06.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "clamp", "timestamp": 1619539525013, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:08:06.113Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b745efe1-7a4e-4991-863a-ef6b2fdfa03a 2021-04-27T16:08:06.114Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b745efe1-7a4e-4991-863a-ef6b2fdfa03a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:08:09.168Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0 2021-04-27T16:08:09.290Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-27T16:08:09.816Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0|INFO|500||Invoke 2021-04-27T16:08:09.823Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e30c2c36-cca5-41f9-ad17-410ca466c8d3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23b1cb7b-5f4f-4dc1-bc78-f4219b1296ca], X-ECOMP-RequestID=[e30c2c36-cca5-41f9-ad17-410ca466c8d3], X-TransactionId=[], X-ONAP-RequestID=[e30c2c36-cca5-41f9-ad17-410ca466c8d3], Content-Type=[application/merge-patch+json]} 2021-04-27T16:08:09.928Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-27T16:08:10.069Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?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/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210427-16:08:09:934-40713], vertex-id=[233512], Content-Length=[0], Date=[Tue, 27 Apr 2021 16:08:09 GMT], Content-Type=[application/json]} 2021-04-27T16:08:10.071Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-27T16:08:10.071Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/6992894d-6c76-4306-9631-82e0bfb3709b/model-vers/model-ver/0c936a79-301a-4ae1-ac0c-11ff848bd266?depth=0|INFO|500||InvokeReturn 2021-04-27T16:08:10.074Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-27T16:08:10.074Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:08:10.079Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-27T16:08:10.079Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e30c2c36-cca5-41f9-ad17-410ca466c8d3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-27T16:08:10.080Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-27T16:08:10.080Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:10.082Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:10.082Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539690079, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:08:10.182Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:10.183Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:10.183Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:10.192Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:10.192Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-27T16:08:11.089Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:08:11.089Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:08:11.089Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:15.410Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:15.411Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:08:15.411Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b745efe1-7a4e-4991-863a-ef6b2fdfa03a","serviceName":"vFW 2021-04-27 16-03-45","serviceVersion":"1.0","serviceUUID":"8f2c3816-1538-40a4-97d1-d7aa3c1efcd1","serviceDescription":"catalog service description","serviceInvariantUUID":"e11d9323-de2b-4ba6-ab7e-26b8e3f58d01","resources":[{"resourceInstanceName":"vFW cc3545ed-bdbf 0","resourceName":"vFW cc3545ed-bdbf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6487e0d6-4095-4629-add8-e098987b6c22","resourceInvariantUUID":"20add550-6ee9-450c-907b-9b225a620451","resourceCustomizationUUID":"8f1d0902-3418-44e6-8eaa-1ffcf39e2b87","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml","artifactChecksum":"NmMxMTVlNmVhYjdhOWIzNTE3NjkxZjllNjA0Y2U4OGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd5b3b50-aca2-4a85-967e-e2b2697c2f6d","artifactVersion":"1"},{"artifactName":"vfwcc3545edbdbf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json","artifactChecksum":"MjRkN2Y3NTA3MDM4YTc0ZGRiZDZlNmJlY2Q1ZTIwZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4faba02-7702-4f85-9a7d-38a84ae5a6b7","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2a701fd0-2847-4cdb-85eb-a7fd60823042","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2VhOGJiOWNhNmVlZTc1OWJkOGQ3NGI4OGY4YzlhODU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"438e7ab1-762d-4833-b72e-4e9a0524dc38","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4c178155-52b3-4d8c-b531-8f6b7381dccc","artifactVersion":"2","generatedFromUUID":"2a701fd0-2847-4cdb-85eb-a7fd60823042"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210427160345-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml","artifactChecksum":"MjU0MDljZGFiNzZiZWI1ZjY3YWRmMTBhNDI3ODkzOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"706c4a66-9e03-420e-a46d-1080a03291af","artifactVersion":"1"},{"artifactName":"service-Vfw20210427160345-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar","artifactChecksum":"MjVjZDIxOWU2OGM5MmJkOWJjODhjYTA4MTQwMzhiNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a626ccc1-eff3-479e-aad4-9cedb5527c88","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-27T16:08:15.412Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:08:15.413Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:15.414Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:15.415Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:15.515Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-27T16:08:15.515Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:15.516Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:15.524Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:15.524Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:16.415Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:08:16.416Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:16.418Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:16.418Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:08:16.518Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:16.518Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:16.519Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:16.527Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:16.528Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:17.418Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:08:17.419Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:17.421Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:17.421Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-27T16:08:17.521Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:17.522Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:17.522Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:17.529Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:17.529Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:18.422Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:08:18.422Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:18.424Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:18.424Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:18.525Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-27T16:08:18.526Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:18.526Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:18.534Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:18.534Z||pool-22-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:19.425Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:08:19.426Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:19.427Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:19.428Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-27T16:08:19.528Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:19.528Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:19.528Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:19.536Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:19.536Z||pool-23-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:20.428Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:08:20.429Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:20.431Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:20.431Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:08:20.531Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:20.532Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:20.532Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:20.542Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:20.543Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:21.431Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:08:21.432Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:21.434Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:21.434Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:08:21.534Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:21.535Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:21.535Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:21.545Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:21.546Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-27T16:08:22.435Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "serviceName": "vFW 2021-04-27 16-03-45", "serviceVersion": "1.0", "serviceUUID": "8f2c3816-1538-40a4-97d1-d7aa3c1efcd1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e11d9323-de2b-4ba6-ab7e-26b8e3f58d01", "resources": [ { "resourceInstanceName": "vFW cc3545ed-bdbf 0", "resourceCustomizationUUID": "8f1d0902-3418-44e6-8eaa-1ffcf39e2b87", "resourceName": "vFW cc3545ed-bdbf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6487e0d6-4095-4629-add8-e098987b6c22", "resourceInvariantUUID": "20add550-6ee9-450c-907b-9b225a620451", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwcc3545edbdbf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "artifactChecksum": "MjRkN2Y3NTA3MDM4YTc0ZGRiZDZlNmJlY2Q1ZTIwZTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4faba02-7702-4f85-9a7d-38a84ae5a6b7", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2a701fd0-2847-4cdb-85eb-a7fd60823042", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4c178155-52b3-4d8c-b531-8f6b7381dccc", "generatedFromUUID": "2a701fd0-2847-4cdb-85eb-a7fd60823042" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4c178155-52b3-4d8c-b531-8f6b7381dccc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210427160345-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "artifactChecksum": "MjVjZDIxOWU2OGM5MmJkOWJjODhjYTA4MTQwMzhiNDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a626ccc1-eff3-479e-aad4-9cedb5527c88" } ], "workloadContext": "Production" } 2021-04-27T16:08:22.435Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-27T16:08:22.436Z|e30c2c36-cca5-41f9-ad17-410ca466c8d3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f2c3816-1538-40a4-97d1-d7aa3c1efcd1 ASDC 2021-04-27T16:08:22.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:b745efe1-7a4e-4991-863a-ef6b2fdfa03a ServiceName:vFW 2021-04-27 16-03-45 ServiceVersion:1.0 ServiceUUID:8f2c3816-1538-40a4-97d1-d7aa3c1efcd1 ServiceInvariantUUID:e11d9323-de2b-4ba6-ab7e-26b8e3f58d01 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210427160345-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar ArtifactUUID:a626ccc1-eff3-479e-aad4-9cedb5527c88 ArtifactChecksum:MjVjZDIxOWU2OGM5MmJkOWJjODhjYTA4MTQwMzhiNDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW cc3545ed-bdbf 0 ResourceCustomizationUUID:8f1d0902-3418-44e6-8eaa-1ffcf39e2b87 ResourceInvariantUUID:20add550-6ee9-450c-907b-9b225a620451 ResourceName:vFW cc3545ed-bdbf ResourceType:VF ResourceUUID:6487e0d6-4095-4629-add8-e098987b6c22 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwcc3545edbdbf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json ArtifactUUID:b4faba02-7702-4f85-9a7d-38a84ae5a6b7 ArtifactChecksum:MjRkN2Y3NTA3MDM4YTc0ZGRiZDZlNmJlY2Q1ZTIwZTM= 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/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml ArtifactUUID:2a701fd0-2847-4cdb-85eb-a7fd60823042 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/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env ArtifactUUID:4c178155-52b3-4d8c-b531-8f6b7381dccc 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/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env ArtifactUUID:4c178155-52b3-4d8c-b531-8f6b7381dccc ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-27T16:08:22.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f2c3816-1538-40a4-97d1-d7aa3c1efcd1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-27T16:08:22.456Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:08:22.457Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-27T16:08:22.457Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-27T16:08:22.457Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a626ccc1-eff3-479e-aad4-9cedb5527c88 from URL: /sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:22.458Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-27T16:08:22.458Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:22.732Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-27T16:08:22.737Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar a626ccc1-eff3-479e-aad4-9cedb5527c88 111278 2021-04-27T16:08:22.738Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar ASDC sendASDCNotification 2021-04-27T16:08:22.738Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:22.738Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:08:22.738Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:22.739Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:22.739Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539702738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:22.840Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:22.840Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:22.841Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:22.849Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:22.850Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:23.740Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:08:23.741Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-27T16:08:23.741Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a626ccc1-eff3-479e-aad4-9cedb5527c88, URL: /sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar to file: /app/ASDC/1/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:23.741Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210427160345-csar.csar 2021-04-27T16:08:23.742Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:23.742Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:23.947Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1717020128811614283/Definitions/service-Vfw20210427160345-template.yml 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 Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-04-27T16:08:26.285Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-27T16:08:26.286Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-27T16:08:26.286Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.286Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cc3545ed-bdbf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.287Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cc3545ed-bdbf 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-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||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-Vfw20210427160345-csar.csar 2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.288Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:26.289Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria 2021-04-27T16:08:26.289Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-27T16:08:26.289Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria 2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:08:26.290Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.291Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:26.291Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.291Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria 2021-04-27T16:08:26.291Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-27T16:08:26.292Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:26.293Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.294Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria 2021-04-27T16:08:26.295Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:08:26.295Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.295Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria 2021-04-27T16:08:26.295Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:08:26.296Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.296Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria 2021-04-27T16:08:26.296Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:08:26.296Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.296Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria 2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.297Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:26.298Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-27T16:08:26.298Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:26.298Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-27T16:08:26.298Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.298Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5f59fc47-ad7a-49fa-834f-e292233a26b3 2021-04-27T16:08:26.299Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.299Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria 2021-04-27T16:08:26.299Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-27T16:08:26.299Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-27T16:08:26.299Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-27T16:08:26.300Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:26.301Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-27T16:08:26.301Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.301Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8cbbb9d-4734-4c2c-9b04-3a6eb43b1ffa 2021-04-27T16:08:26.301Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.301Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria 2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.302Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:26.303Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d38c5fb7-cb51-4061-90a5-cd2de54185dd 2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:26.304Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.305Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:26.305Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:26.305Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:26.305Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-27 16-03-45 Description:catalog service description Model UUID:8f2c3816-1538-40a4-97d1-d7aa3c1efcd1 Model Version:NULL Model InvariantUuid:e11d9323-de2b-4ba6-ab7e-26b8e3f58d01 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW cc3545ed-bdbf Model UUID:3f5cd289-dc08-4ad9-9d86-4d831d572e0b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:20add550-6ee9-450c-907b-9b225a620451 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8f1d0902-3418-44e6-8eaa-1ffcf39e2b87 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:32ea1f76-5602-44de-82d9-1fe42dfd6a8f ModelName:VfwCc3545edBdbf..base_vfw..module-0 ModelUuid:dfc88a6f-7f7a-4670-b4c4-90f6d6677c89 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5f59fc47-ad7a-49fa-834f-e292233a26b3 ModelInvariantUuid:a0430472-f8f3-42d0-89c4-002ca4e34250 ModelName:vFW cc3545ed-bdbf-nodes.vfwCvfc ModelUuid:c76f60a9-7089-4b0e-9b13-d3754b4c3bc9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e9c0eb0a-3f23-4d3a-bfb6-93162c457666 ModelInvariantUuid:d41bcafc-4704-4112-9535-388f6a4f36e8 ModelName:VfwCc3545edBdbf.compute.nodes.heat.vfw ModelUuid:0799629b-6b27-43c2-8777-25352ba5ae0e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d8cbbb9d-4734-4c2c-9b04-3a6eb43b1ffa ModelInvariantUuid:db3baf7c-493a-45a5-bf51-a6d3c982f289 ModelName:vFW cc3545ed-bdbf-nodes.vsnCvfc ModelUuid:652250f9-493c-4f5c-815c-26f4265bb21d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:676f77ea-ba7e-44cd-a8d3-ff363c4f3159 ModelInvariantUuid:b3a5e51e-7b03-4dca-88d9-1f116494452f ModelName:VfwCc3545edBdbf.compute.nodes.heat.vsn ModelUuid:286af70b-6d9c-4769-af37-b679d698f2c5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d38c5fb7-cb51-4061-90a5-cd2de54185dd ModelInvariantUuid:94bbb267-e057-4a56-8ec4-c6ad1bb5519e ModelName:vFW cc3545ed-bdbf-nodes.vpgCvfc ModelUuid:7fdf789a-fefa-49ad-b641-bd55fb739318 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:9ae768a8-462c-4d70-a451-ce45cd5b1519 ModelInvariantUuid:ccd500d1-daf2-4007-b1f7-d48ebea9932c ModelName:VfwCc3545edBdbf.compute.nodes.heat.vpg ModelUuid:0977cc90-de99-4627-97de-d89d56a5a571 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-27T16:08:26.311Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 6487e0d6-4095-4629-add8-e098987b6c22 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:08:26.314Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||vFW cc3545ed-bdbf 0 2021-04-27T16:08:26.314Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6487e0d6-4095-4629-add8-e098987b6c22 2021-04-27T16:08:26.314Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b4faba02-7702-4f85-9a7d-38a84ae5a6b7 from URL: /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json 2021-04-27T16:08:26.314Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-27T16:08:26.315Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json 2021-04-27T16:08:26.935Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-27T16:08:26.935Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json b4faba02-7702-4f85-9a7d-38a84ae5a6b7 785 2021-04-27T16:08:26.936Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json ASDC sendASDCNotification 2021-04-27T16:08:26.936Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json 2021-04-27T16:08:26.936Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:08:26.936Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:26.937Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:26.938Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539706936, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:27.038Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:27.039Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:27.039Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:27.047Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:27.047Z||pool-27-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:27.938Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCc3545edBdbf..base_vfw..module-0", "vfModuleModelInvariantUUID": "32ea1f76-5602-44de-82d9-1fe42dfd6a8f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dfc88a6f-7f7a-4670-b4c4-90f6d6677c89", "vfModuleModelCustomizationUUID": "977561fc-f2bf-4cf8-8fef-e7138018233a", "isBase": true, "artifacts": [ "2a701fd0-2847-4cdb-85eb-a7fd60823042", "4c178155-52b3-4d8c-b531-8f6b7381dccc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-27T16:08:27.943Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCc3545edBdbf..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dfc88a6f-7f7a-4670-b4c4-90f6d6677c89 VfModuleModelInvariantUUID:32ea1f76-5602-44de-82d9-1fe42dfd6a8f VfModuleModelDescription:NULL Artifacts UUID List:{ 2a701fd0-2847-4cdb-85eb-a7fd60823042 , 4c178155-52b3-4d8c-b531-8f6b7381dccc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-27T16:08:27.946Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCc3545edBdbf..base_vfw..module-0", "vfModuleModelInvariantUUID": "32ea1f76-5602-44de-82d9-1fe42dfd6a8f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dfc88a6f-7f7a-4670-b4c4-90f6d6677c89", "vfModuleModelCustomizationUUID": "977561fc-f2bf-4cf8-8fef-e7138018233a", "isBase": true, "artifacts": [ "2a701fd0-2847-4cdb-85eb-a7fd60823042", "4c178155-52b3-4d8c-b531-8f6b7381dccc" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-27T16:08:27.946Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCc3545edBdbf..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dfc88a6f-7f7a-4670-b4c4-90f6d6677c89 VfModuleModelInvariantUUID:32ea1f76-5602-44de-82d9-1fe42dfd6a8f VfModuleModelDescription:NULL Artifacts UUID List:{ 2a701fd0-2847-4cdb-85eb-a7fd60823042 , 4c178155-52b3-4d8c-b531-8f6b7381dccc } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-27T16:08:27.947Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2a701fd0-2847-4cdb-85eb-a7fd60823042 from URL: /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml 2021-04-27T16:08:27.947Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-27T16:08:27.947Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml 2021-04-27T16:08:28.194Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-27T16:08:28.195Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml 2a701fd0-2847-4cdb-85eb-a7fd60823042 20368 2021-04-27T16:08:28.195Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-27T16:08:28.195Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml 2021-04-27T16:08:28.195Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:08:28.195Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:28.197Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:28.197Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539708195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:28.297Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:28.298Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:28.298Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:28.305Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:28.305Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:29.198Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4c178155-52b3-4d8c-b531-8f6b7381dccc from URL: /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env 2021-04-27T16:08:29.198Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-27T16:08:29.199Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env 2021-04-27T16:08:29.386Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-27T16:08:29.387Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env 4c178155-52b3-4d8c-b531-8f6b7381dccc 2098 2021-04-27T16:08:29.387Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-27T16:08:29.388Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env 2021-04-27T16:08:29.388Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:08:29.388Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:29.390Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:29.390Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539709387, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:08:29.490Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:29.491Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:29.491Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:29.503Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:29.503Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:30.390Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8f2c3816-1538-40a4-97d1-d7aa3c1efcd1 2021-04-27T16:08:30.391Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cc3545ed-bdbf 0 6487e0d6-4095-4629-add8-e098987b6c22 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:08:30.405Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.406Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:30.406Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-27T16:08:30.406Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8f1d0902-3418-44e6-8eaa-1ffcf39e2b87 2021-04-27T16:08:30.406Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f1d0902-3418-44e6-8eaa-1ffcf39e2b87 matches Tosca VF Customization UUID: 8f1d0902-3418-44e6-8eaa-1ffcf39e2b87 2021-04-27T16:08:30.406Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8f1d0902-3418-44e6-8eaa-1ffcf39e2b87 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-27T16:08:30.408Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.408Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:30.409Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8f1d0902-3418-44e6-8eaa-1ffcf39e2b87: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-04-27T16:08:30.409Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2dc7101f 2021-04-27T16:08:30.409Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.410Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-27T16:08:30.410Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 977561fc-f2bf-4cf8-8fef-e7138018233a 2021-04-27T16:08:30.410Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 977561fc-f2bf-4cf8-8fef-e7138018233a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-27T16:08:30.412Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.412Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria 2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria 2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.413Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria 2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-27T16:08:30.414Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:30.415Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-27T16:08:30.415Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-27T16:08:30.415Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5f59fc47-ad7a-49fa-834f-e292233a26b3 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-27T16:08:30.417Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.417Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria 2021-04-27T16:08:30.418Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:08:30.418Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.418Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria 2021-04-27T16:08:30.418Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-27T16:08:30.418Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-27T16:08:30.419Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-27T16:08:30.420Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-27T16:08:30.420Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:30.420Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-27T16:08:30.420Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-27T16:08:30.420Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d8cbbb9d-4734-4c2c-9b04-3a6eb43b1ffa Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-27T16:08:30.423Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.423Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria 2021-04-27T16:08:30.423Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:08:30.426Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.427Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is not matching search criteria 2021-04-27T16:08:30.427Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-27T16:08:30.427Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-27T16:08:30.427Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-27T16:08:30.428Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-27T16:08:30.429Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-27T16:08:30.429Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d38c5fb7-cb51-4061-90a5-cd2de54185dd Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-27T16:08:30.431Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.432Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria 2021-04-27T16:08:30.432Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:08:30.432Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.432Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Node template vFW cc3545ed-bdbf 0 is matching search criteria 2021-04-27T16:08:30.432Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW cc3545ed-bdbf 0] matching following query criteria: sdcType=VF, customizationUUID=8f1d0902-3418-44e6-8eaa-1ffcf39e2b87 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:08:30.434Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.434Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8f2c3816-1538-40a4-97d1-d7aa3c1efcd1: vFW cc3545ed-bdbf 2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:30.435Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-04-27 16-03-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:08:30.436Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-04-27 16-03-45 Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:08:30.591Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cc3545ed-bdbf 6487e0d6-4095-4629-add8-e098987b6c22 1 ASDC deployResourceStructure 2021-04-27T16:08:30.592Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json ASDC sendASDCNotification 2021-04-27T16:08:30.592Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json 2021-04-27T16:08:30.592Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:08:30.592Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:30.594Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:30.594Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539710592, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:08:30.695Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-27T16:08:30.695Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:30.695Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:30.705Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:30.706Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:31.595Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-27T16:08:31.595Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml 2021-04-27T16:08:31.595Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:08:31.596Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:31.597Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:31.597Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539711595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-27T16:08:31.697Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:31.698Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:31.698Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:31.706Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:31.707Z||pool-31-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:32.598Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-27T16:08:32.598Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env 2021-04-27T16:08:32.599Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:08:32.599Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:32.600Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:32.600Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539712598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-27T16:08:32.700Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:32.701Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:32.701Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:32.708Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:32.709Z||pool-32-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:33.601Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar ASDC sendASDCNotification 2021-04-27T16:08:33.601Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar 2021-04-27T16:08:33.601Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:08:33.602Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:08:33.603Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:08:33.603Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539713601, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:08:33.703Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:08:33.704Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:08:33.704Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:08:33.712Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:08:33.712Z||pool-33-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:08:34.604Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b745efe1-7a4e-4991-863a-ef6b2fdfa03a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:08:34.611Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b745efe1-7a4e-4991-863a-ef6b2fdfa03a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:08:34.613Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:08:34.614Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:08:34.615Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:08:34.617Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-27T16:09:04.617Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b745efe1-7a4e-4991-863a-ef6b2fdfa03a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-27T16:09:04.621Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b745efe1-7a4e-4991-863a-ef6b2fdfa03a and serviceModelVersionId: 8f2c3816-1538-40a4-97d1-d7aa3c1efcd1 2021-04-27T16:09:04.621Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e11d9323-de2b-4ba6-ab7e-26b8e3f58d01 2021-04-27T16:09:04.622Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0 2021-04-27T16:09:04.626Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-27T16:09:04.669Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0|INFO|500||Invoke 2021-04-27T16:09:04.669Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b745efe1-7a4e-4991-863a-ef6b2fdfa03a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cf41efba-194b-451b-ac11-d7a3eeda39d1], X-ECOMP-RequestID=[b745efe1-7a4e-4991-863a-ef6b2fdfa03a], X-TransactionId=[], X-ONAP-RequestID=[b745efe1-7a4e-4991-863a-ef6b2fdfa03a], Content-Type=[application/merge-patch+json]} 2021-04-27T16:09:04.691Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-27T16:09:04.793Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?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/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210427-16:09:04:698-14800], vertex-id=[159824], Content-Length=[0], Date=[Tue, 27 Apr 2021 16:09:04 GMT], Content-Type=[application/json]} 2021-04-27T16:09:04.794Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-27T16:09:04.794Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e11d9323-de2b-4ba6-ab7e-26b8e3f58d01/model-vers/model-ver/8f2c3816-1538-40a4-97d1-d7aa3c1efcd1?depth=0|INFO|500||InvokeReturn 2021-04-27T16:09:04.795Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-27T16:09:04.795Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:09:04.799Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-27T16:09:04.799Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b745efe1-7a4e-4991-863a-ef6b2fdfa03a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-27T16:09:04.799Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-27T16:09:04.799Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:09:04.801Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:09:04.801Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539744799, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:09:04.901Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:09:04.902Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:09:04.902Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:09:04.911Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:09:04.911Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:09:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:09:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:09:05.453Z||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 2C3hS54QqBUotjD6) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-27T16:09:05.808Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:09:05.809Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:09:05.809Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:09:06.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:09:06.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e30c2c36-cca5-41f9-ad17-410ca466c8d3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539690079, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:09:06.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:09:06.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-27T16:09:06.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539691089, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539702738, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539706936, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539708195, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.072Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539709387, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539710592, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/vfwcc3545edbdbf0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539711595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539712598, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/resourceInstances/vfwcc3545edbdbf0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539713601, "artifactURL": "/sdc/v1/catalog/services/Vfw20210427160345/1.0/artifacts/service-Vfw20210427160345-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:09:06.073Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b745efe1-7a4e-4991-863a-ef6b2fdfa03a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619539744799, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:09:06.074Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:09:15.343Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:09:15.344Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:09:15.344Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:09:15.344Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:09:24.879Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:09:24.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:09:24.880Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:09:24.880Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:09:34.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:09:34.414Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:09:34.414Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:09:34.415Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:09:43.948Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:10:05.450Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:10:05.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:10:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:10:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:10:05.453Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:10:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:10:14.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:10:14.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:11:05.450Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:11:05.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:11:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:11:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:11:05.453Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:11:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:11:14.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:11:14.990Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:12:05.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:12:05.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:12:05.450Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:12:05.453Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:12:05.453Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:12:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:12:14.989Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:12:14.989Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:13:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:13:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:13:05.450Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:13:05.453Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:13:05.453Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:13:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:13:14.990Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:13:14.990Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:14:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:14:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:14:05.450Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:14:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:14:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:14:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:14:14.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:14:14.993Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:15:05.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:15:05.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:15:05.450Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:15:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:15:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:15:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:15:14.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:15:14.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:16:05.450Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:16:05.452Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:16:05.452Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:16:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:16:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:16:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:16:06.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:16:06.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.075Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540125212, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.075Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "multicloud-windriver-id", "timestamp": 1619540124862, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "clamp", "timestamp": 1619540130648, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "multicloud-k8s-id", "timestamp": 1619540127487, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "cds", "timestamp": 1619540126410, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.076Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "aai-ml", "timestamp": 1619540131946, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "policy-id", "timestamp": 1619540133145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "clamp", "timestamp": 1619540130648, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540125212, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "multicloud-windriver-id", "timestamp": 1619540124862, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "multicloud-k8s-id", "timestamp": 1619540127487, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:16:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "cds", "timestamp": 1619540126410, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:16:06.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "aai-ml", "timestamp": 1619540131946, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:16:06.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0aee0ea5-8fe1-4322-b1d2-0159043e1a66","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"75a9f1b5-a103-4a14-8695-0672c5f8a833","serviceDescription":"service","serviceInvariantUUID":"068b3724-e5a5-46b5-bc9f-6455049cdb34","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c9ae9da6-3937-430e-b551-8f0656597d8f","resourceInvariantUUID":"e7fcc679-c69b-4454-b9d6-21e233a7e551","resourceCustomizationUUID":"57d721c1-9919-417d-b3ae-2220ed257f92","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":"NzQ2MDkwMWRhMDRjMzQ1N2ZmMTE1OTUxYmU3MDdkMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3648f1d8-7f74-4021-b5fe-dbf09ca16017","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjUzYTc5OTdmZGZjNGQ0Njc0MzhiYTkzMGU4NmRlMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7230bf42-da87-486d-8770-f9e3775ffaf8","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-27T16:16:06.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "policy-id", "timestamp": 1619540133145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:16:06.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540136001, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "cds", "timestamp": 1619540136013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "aai-ml", "timestamp": 1619540136033, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "policy-id", "timestamp": 1619540136034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:16:06.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:16:06.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "cds", "timestamp": 1619540137019, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2021-04-27T16:16:06.081Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:16:06.082Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:16:06.090Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:16:06.090Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540165450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.092Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 2021-04-27T16:16:06.092Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:16:06.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "policy-id", "timestamp": 1619540137037, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:16:06.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:16:06.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540136548, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540137476, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:16:06.099Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:16:06.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "policy-id", "timestamp": 1619540138039, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:16:06.101Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 2021-04-27T16:16:06.101Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:16:06.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540136548, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:16:06.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540138480, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:16:06.107Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 2021-04-27T16:16:06.107Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:16:06.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "aai-ml", "timestamp": 1619540139216, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:16:06.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:16:06.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "aai-ml", "timestamp": 1619540140220, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:16:06.113Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 2021-04-27T16:16:06.113Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:16:06.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "dcae-sch", "timestamp": 1619540141090, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "clamp", "timestamp": 1619540142073, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "dcae-sch", "timestamp": 1619540141090, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "ves-openapi-manager", "timestamp": 1619540142782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "clamp", "timestamp": 1619540144079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:16:06.118Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:16:06.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "ves-openapi-manager", "timestamp": 1619540142782, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:16:06.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:16:06.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:16:06.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "clamp", "timestamp": 1619540145081, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:16:06.121Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 2021-04-27T16:16:06.121Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:16:06.190Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:16:06.190Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:16:06.191Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:16:06.198Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:16:06.198Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:16:07.090Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:16:07.092Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:16:07.093Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:16:07.093Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540165450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:16:07.194Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-27T16:16:07.194Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:16:07.194Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:16:07.203Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:16:07.203Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:16:08.094Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "75a9f1b5-a103-4a14-8695-0672c5f8a833", "serviceDescription": "service", "serviceInvariantUUID": "068b3724-e5a5-46b5-bc9f-6455049cdb34", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "57d721c1-9919-417d-b3ae-2220ed257f92", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "c9ae9da6-3937-430e-b551-8f0656597d8f", "resourceInvariantUUID": "e7fcc679-c69b-4454-b9d6-21e233a7e551", "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": "NjUzYTc5OTdmZGZjNGQ0Njc0MzhiYTkzMGU4NmRlMTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7230bf42-da87-486d-8770-f9e3775ffaf8" } ], "workloadContext": "Production" } 2021-04-27T16:16:08.094Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-27T16:16:08.095Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 75a9f1b5-a103-4a14-8695-0672c5f8a833 ASDC 2021-04-27T16:16:08.095Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:0aee0ea5-8fe1-4322-b1d2-0159043e1a66 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:75a9f1b5-a103-4a14-8695-0672c5f8a833 ServiceInvariantUUID:068b3724-e5a5-46b5-bc9f-6455049cdb34 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:7230bf42-da87-486d-8770-f9e3775ffaf8 ArtifactChecksum:NjUzYTc5OTdmZGZjNGQ0Njc0MzhiYTkzMGU4NmRlMTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:57d721c1-9919-417d-b3ae-2220ed257f92 ResourceInvariantUUID:e7fcc679-c69b-4454-b9d6-21e233a7e551 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:c9ae9da6-3937-430e-b551-8f0656597d8f ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-27T16:16:08.095Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 75a9f1b5-a103-4a14-8695-0672c5f8a833 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-27T16:16:08.115Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:16:08.115Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:16:08.115Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:16:08.115Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7230bf42-da87-486d-8770-f9e3775ffaf8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-27T16:16:08.116Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-27T16:16:08.116Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-27T16:16:08.584Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-27T16:16:08.586Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7230bf42-da87-486d-8770-f9e3775ffaf8 53008 2021-04-27T16:16:08.586Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-27T16:16:08.587Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-27T16:16:08.587Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:16:08.587Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:16:08.588Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:16:08.588Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540168586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:16:08.688Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:16:08.689Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:16:08.689Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:16:08.696Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:16:08.697Z||pool-37-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:16:09.589Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:16:09.590Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:16:09.590Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7230bf42-da87-486d-8770-f9e3775ffaf8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:09.590Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-27T16:16:09.590Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:09.590Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:09.677Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15680828715303687636/Definitions/service-BasicNetwork-template.yml 2021-04-27T16:16:10.071Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-27T16:16:10.072Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-27T16:16:10.073Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.074Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:75a9f1b5-a103-4a14-8695-0672c5f8a833 Model Version:NULL Model InvariantUuid:068b3724-e5a5-46b5-bc9f-6455049cdb34 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:e7fcc679-c69b-4454-b9d6-21e233a7e551 Model UUID:37224ae6-f2e7-4235-96af-294b3721e392 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:57d721c1-9919-417d-b3ae-2220ed257f92 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-27T16:16:10.081Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: c9ae9da6-3937-430e-b551-8f0656597d8f 2021-04-27T16:16:10.081Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||No resources found for Service: 75a9f1b5-a103-4a14-8695-0672c5f8a833 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:16:10.085Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500|| 2021-04-27T16:16:10.085Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-27T16:16:10.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 75a9f1b5-a103-4a14-8695-0672c5f8a833 2021-04-27T16:16:10.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 75a9f1b5-a103-4a14-8695-0672c5f8a833 2021-04-27T16:16:10.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-27T16:16:10.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:16:10.091Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.091Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.091Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.091Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 75a9f1b5-a103-4a14-8695-0672c5f8a833: Generic NeutronNet 2021-04-27T16:16:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-04-27T16:16:10.113Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.113Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.114Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.114Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.114Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:16:10.114Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:16:10.114Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-27T16:16:10.161Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-27T16:16:10.161Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-04-27T16:16:10.161Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-27T16:16:10.161Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:16:10.161Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:16:10.162Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:16:10.163Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540170161, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:16:10.263Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:16:10.263Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:16:10.263Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:16:10.275Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:16:10.276Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:16:11.167Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:16:11.176Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:16:11.177Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:16:11.178Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:16:11.181Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-27T16:16:41.181Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-27T16:16:41.184Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 and serviceModelVersionId: 75a9f1b5-a103-4a14-8695-0672c5f8a833 2021-04-27T16:16:41.185Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 068b3724-e5a5-46b5-bc9f-6455049cdb34 2021-04-27T16:16:41.186Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?depth=0 2021-04-27T16:16:41.189Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-04-27T16:16:41.230Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-27T16:16:41.231Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?depth=0|INFO|500||Invoke 2021-04-27T16:16:41.263Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-27T16:16:41.354Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?depth=0|INFO|500||InvokeReturn 2021-04-27T16:16:41.354Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/068b3724-e5a5-46b5-bc9f-6455049cdb34/model-vers/model-ver/75a9f1b5-a103-4a14-8695-0672c5f8a833?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210427-16:16:41:273-38193], vertex-id=[233496], Content-Length=[0], Date=[Tue, 27 Apr 2021 16:16:41 GMT], Content-Type=[application/json]} 2021-04-27T16:16:41.354Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-04-27T16:16:41.354Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-27T16:16:41.354Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:16:41.358Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-27T16:16:41.358Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0aee0ea5-8fe1-4322-b1d2-0159043e1a66 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-27T16:16:41.359Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-27T16:16:41.360Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:16:41.362Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:16:41.362Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540201359, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:16:41.462Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:16:41.463Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:16:41.463Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:16:41.474Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:16:41.475Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-27T16:17:05.449Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:17:05.450Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:17:05.450Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:17:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:17:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:05.566Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:05.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:17:05.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540165450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:17:05.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:17:06.075Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:06.076Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-27T16:17:06.076Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b69a038e-2dfd-4af9-adfc-3e352977d840","serviceName":"Demo_pNF_Apt6vpsuSQDSHElr7HfS","serviceVersion":"1.0","serviceUUID":"70ac20e1-8717-4238-9c32-85c389b6afb8","serviceDescription":"catalog service description","serviceInvariantUUID":"e58d7531-645c-4126-bf74-01dda9b90e9f","resources":[{"resourceInstanceName":"pNF 52cac4ae-064b 0","resourceName":"pNF 52cac4ae-064b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aa0ca3b7-86c3-4476-91ce-a42afc2fc91a","resourceInvariantUUID":"0b0afee2-c14e-4721-959c-42dac83a4135","resourceCustomizationUUID":"92fed0ce-8c9c-42f0-8293-72b7df945528","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml","artifactChecksum":"MTQ5YjhlZTBhNWVkMjhmMGQ4OTc0MDI0NGI4ZGRlMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42465dbb-64b1-4820-88c0-33f0aef43ed0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar","artifactChecksum":"N2NiZWQ3NTE1Mzg2ZTU5NzVjMzA4MjUwNjhiZWI2N2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4826b166-7c0a-4c6f-97b0-f455780eee37","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d4b29ca-c09c-43ce-b75b-645f3ab93483","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml","artifactChecksum":"MDY0OGZlNTU5ZjU5ZGJkNjJhNDg5YmRkZDY5OTU5MWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d356f758-c6c8-4e8d-97f9-55f8e65847a1","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aae2cf26-e7cd-460a-ba16-e4ea3be96ac6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"de9a0fb7-4589-4caa-bc72-c0b2bec8f20b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfApt6vpsusqdshelr7hfs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml","artifactChecksum":"MmE0MmVlZWUyZWIwMjEwZTIwZWE4ZGVkOTk0YjliMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7197bd8-4e63-4ccb-8a6e-da17f2df5229","artifactVersion":"1"},{"artifactName":"service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar","artifactChecksum":"Zjg5ZTdmMWY0ZDkxYjkyMjdjNzAzNzA3OTEzYWEzNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"123e449d-fbac-4a69-b116-32c2bca69072","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-27T16:17:06.078Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:17:06.078Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:17:06.079Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:17:06.080Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:17:06.180Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-27T16:17:06.180Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:17:06.180Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:06.190Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:06.191Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:17:07.081Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:17:07.082Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:17:07.083Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:17:07.084Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:17:07.184Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:17:07.184Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:17:07.185Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:07.192Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:07.192Z||pool-41-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:17:08.084Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:17:08.085Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:17:08.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:17:08.086Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:17:08.187Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-27T16:17:08.187Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:17:08.187Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:08.194Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:08.194Z||pool-42-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:17:09.087Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:17:09.088Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:17:09.089Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:17:09.089Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:17:09.189Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:17:09.190Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:17:09.190Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:09.197Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:09.197Z||pool-43-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:17:10.090Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:17:10.090Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:17:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:17:10.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:17:10.192Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:17:10.193Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:17:10.193Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:10.207Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:10.207Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:17:11.092Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:17:11.093Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:17:11.095Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:17:11.095Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:17:11.195Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:17:11.196Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:17:11.196Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:11.203Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:11.203Z||pool-45-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:17:12.095Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:17:12.096Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:17:12.098Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:17:12.098Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:17:12.198Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:17:12.199Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:17:12.199Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:12.210Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:12.211Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:17:13.099Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:17:13.099Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:17:13.101Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:17:13.101Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:17:13.201Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:17:13.202Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:17:13.202Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:13.210Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:13.210Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:17:14.102Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "serviceName": "Demo_pNF_Apt6vpsuSQDSHElr7HfS", "serviceVersion": "1.0", "serviceUUID": "70ac20e1-8717-4238-9c32-85c389b6afb8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e58d7531-645c-4126-bf74-01dda9b90e9f", "resources": [ { "resourceInstanceName": "pNF 52cac4ae-064b 0", "resourceCustomizationUUID": "92fed0ce-8c9c-42f0-8293-72b7df945528", "resourceName": "pNF 52cac4ae-064b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "aa0ca3b7-86c3-4476-91ce-a42afc2fc91a", "resourceInvariantUUID": "0b0afee2-c14e-4721-959c-42dac83a4135", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "artifactChecksum": "Zjg5ZTdmMWY0ZDkxYjkyMjdjNzAzNzA3OTEzYWEzNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "123e449d-fbac-4a69-b116-32c2bca69072" } ], "workloadContext": "Production" } 2021-04-27T16:17:14.102Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-27T16:17:14.103Z|0aee0ea5-8fe1-4322-b1d2-0159043e1a66|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 70ac20e1-8717-4238-9c32-85c389b6afb8 ASDC 2021-04-27T16:17:14.103Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:b69a038e-2dfd-4af9-adfc-3e352977d840 ServiceName:Demo_pNF_Apt6vpsuSQDSHElr7HfS ServiceVersion:1.0 ServiceUUID:70ac20e1-8717-4238-9c32-85c389b6afb8 ServiceInvariantUUID:e58d7531-645c-4126-bf74-01dda9b90e9f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar ArtifactUUID:123e449d-fbac-4a69-b116-32c2bca69072 ArtifactChecksum:Zjg5ZTdmMWY0ZDkxYjkyMjdjNzAzNzA3OTEzYWEzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 52cac4ae-064b 0 ResourceCustomizationUUID:92fed0ce-8c9c-42f0-8293-72b7df945528 ResourceInvariantUUID:0b0afee2-c14e-4721-959c-42dac83a4135 ResourceName:pNF 52cac4ae-064b ResourceType:PNF ResourceUUID:aa0ca3b7-86c3-4476-91ce-a42afc2fc91a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-27T16:17:14.103Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 70ac20e1-8717-4238-9c32-85c389b6afb8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:17:14.123Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:17:14.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:17:14.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:17:14.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 123e449d-fbac-4a69-b116-32c2bca69072 from URL: /sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:14.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-27T16:17:14.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:14.288Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-27T16:17:14.294Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 123e449d-fbac-4a69-b116-32c2bca69072 83898 2021-04-27T16:17:14.294Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar ASDC sendASDCNotification 2021-04-27T16:17:14.294Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:14.295Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:17:14.295Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:17:14.297Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:17:14.297Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540234294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:17:14.397Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:17:14.398Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:17:14.398Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:14.412Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:14.412Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:17:15.297Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:17:15.298Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:17:15.298Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 123e449d-fbac-4a69-b116-32c2bca69072, URL: /sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar to file: /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:15.299Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:15.299Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:15.299Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:15.399Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16018404154540080985/Definitions/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml 2021-04-27T16:17:16.104Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 52cac4ae-064b 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-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||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-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||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-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 52cac4ae-064b 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:16.105Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Node template pNF 52cac4ae-064b 0 is matching search criteria 2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-27T16:17:16.106Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 52cac4ae-064b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Node template pNF 52cac4ae-064b 0 is matching search criteria 2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 52cac4ae-064b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:17:16.107Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:17:16.108Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:17:16.109Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:17:16.109Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Apt6vpsuSQDSHElr7HfS Description:catalog service description Model UUID:70ac20e1-8717-4238-9c32-85c389b6afb8 Model Version:NULL Model InvariantUuid:e58d7531-645c-4126-bf74-01dda9b90e9f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-27T16:17:16.116Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: aa0ca3b7-86c3-4476-91ce-a42afc2fc91a Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:17:16.118Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||pNF 52cac4ae-064b 0 2021-04-27T16:17:16.118Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aa0ca3b7-86c3-4476-91ce-a42afc2fc91a 2021-04-27T16:17:16.119Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 70ac20e1-8717-4238-9c32-85c389b6afb8 2021-04-27T16:17:16.119Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 70ac20e1-8717-4238-9c32-85c389b6afb8 2021-04-27T16:17:16.119Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 52cac4ae-064b 0 aa0ca3b7-86c3-4476-91ce-a42afc2fc91a ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:17:16.123Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:17:16.123Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:17:16.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 70ac20e1-8717-4238-9c32-85c389b6afb8: pNF 52cac4ae-064b 2021-04-27T16:17:16.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Processing PNF resource: aa0ca3b7-86c3-4476-91ce-a42afc2fc91a 2021-04-27T16:17:16.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:17:16.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Apt6vpsuSQDSHElr7HfS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:17:16.124Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||Resource customization UUID: 92fed0ce-8c9c-42f0-8293-72b7df945528 is the same as notified resource customizationUUID: 92fed0ce-8c9c-42f0-8293-72b7df945528 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_0_, pnfresourc0_.NF_ROLE as nf_role11_44_0_, pnfresourc0_.NF_TYPE as nf_type12_44_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_0_, pnfresourc1_.MODEL_UUID as model_uu1_43_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_1_, pnfresourc1_.DESCRIPTION as descript4_43_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_1_, pnfresourc1_.MODEL_NAME as model_na6_43_1_, pnfresourc1_.MODEL_VERSION as model_ve7_43_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_44_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_44_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_44_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_44_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_44_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_44_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_44_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_44_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_44_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_44_1_, pnfresourc0_.NF_ROLE as nf_role11_44_1_, pnfresourc0_.NF_TYPE as nf_type12_44_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_44_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_44_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_44_1_, pnfresourc1_.MODEL_UUID as model_uu1_43_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc1_.DESCRIPTION as descript4_43_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc1_.MODEL_NAME as model_na6_43_0_, pnfresourc1_.MODEL_VERSION as model_ve7_43_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_43_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_43_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_43_0_, pnfresourc0_.DESCRIPTION as descript4_43_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_43_0_, pnfresourc0_.MODEL_NAME as model_na6_43_0_, pnfresourc0_.MODEL_VERSION as model_ve7_43_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_43_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_43_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_43_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-04-27T16:17:16.167Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 52cac4ae-064b aa0ca3b7-86c3-4476-91ce-a42afc2fc91a 0 ASDC deployResourceStructure 2021-04-27T16:17:16.168Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar ASDC sendASDCNotification 2021-04-27T16:17:16.168Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar 2021-04-27T16:17:16.168Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:17:16.168Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:17:16.170Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:17:16.170Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540236168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:17:16.270Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:17:16.271Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:17:16.271Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:17:16.279Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:17:16.280Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-27T16:17:17.171Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b69a038e-2dfd-4af9-adfc-3e352977d840 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:17:17.178Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b69a038e-2dfd-4af9-adfc-3e352977d840 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:17:17.179Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:17:17.179Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:17:17.179Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:17:47.179Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b69a038e-2dfd-4af9-adfc-3e352977d840 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:17:47.184Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b69a038e-2dfd-4af9-adfc-3e352977d840 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:17:47.188Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:17:47.188Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:17:47.188Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:18:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:18:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:18:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:05.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:05.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540165450, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540168586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540170161, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-windriver-id", "timestamp": 1619540164862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "cds", "timestamp": 1619540171410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-k8s-id", "timestamp": 1619540167487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "policy-id", "timestamp": 1619540173145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-windriver-id", "timestamp": 1619540164862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "cds", "timestamp": 1619540171410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-k8s-id", "timestamp": 1619540167487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "policy-id", "timestamp": 1619540173145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-windriver-id", "timestamp": 1619540164862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "cds", "timestamp": 1619540171410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-k8s-id", "timestamp": 1619540167487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "policy-id", "timestamp": 1619540173145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-windriver-id", "timestamp": 1619540164862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "cds", "timestamp": 1619540171410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-k8s-id", "timestamp": 1619540167487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "policy-id", "timestamp": 1619540173145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-windriver-id", "timestamp": 1619540164862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-k8s-id", "timestamp": 1619540167487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "cds", "timestamp": 1619540171410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540176548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "policy-id", "timestamp": 1619540173145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-windriver-id", "timestamp": 1619540164862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "cds", "timestamp": 1619540171410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-k8s-id", "timestamp": 1619540167487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540176548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "policy-id", "timestamp": 1619540173145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-windriver-id", "timestamp": 1619540164862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "cds", "timestamp": 1619540171410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-k8s-id", "timestamp": 1619540167487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540176548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "policy-id", "timestamp": 1619540173145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-windriver-id", "timestamp": 1619540164862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "cds", "timestamp": 1619540171410, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-k8s-id", "timestamp": 1619540167487, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540176548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "policy-id", "timestamp": 1619540173145, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540176548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "cds", "timestamp": 1619540181205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "dcae-sch", "timestamp": 1619540181090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "policy-id", "timestamp": 1619540181931, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540176548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "cds", "timestamp": 1619540182210, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:18:05.491Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b69a038e-2dfd-4af9-adfc-3e352977d840 2021-04-27T16:18:05.491Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69a038e-2dfd-4af9-adfc-3e352977d840 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "dcae-sch", "timestamp": 1619540181090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "policy-id", "timestamp": 1619540182934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540176548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "ves-openapi-manager", "timestamp": 1619540182782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "dcae-sch", "timestamp": 1619540181090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "policy-id", "timestamp": 1619540183937, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:18:05.499Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b69a038e-2dfd-4af9-adfc-3e352977d840 2021-04-27T16:18:05.499Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69a038e-2dfd-4af9-adfc-3e352977d840 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:18:05.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540176548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:18:05.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "ves-openapi-manager", "timestamp": 1619540182782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "dcae-sch", "timestamp": 1619540181090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "ves-openapi-manager", "timestamp": 1619540182782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "dcae-sch", "timestamp": 1619540181090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540185212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "ves-openapi-manager", "timestamp": 1619540182782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "dcae-sch", "timestamp": 1619540181090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540185212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "ves-openapi-manager", "timestamp": 1619540182782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "dcae-sch", "timestamp": 1619540181090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540185212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "ves-openapi-manager", "timestamp": 1619540182782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "dcae-sch", "timestamp": 1619540181090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540185212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "ves-openapi-manager", "timestamp": 1619540182782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540185212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "ves-openapi-manager", "timestamp": 1619540182782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540185212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "clamp", "timestamp": 1619540190648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "ves-openapi-manager", "timestamp": 1619540191710, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540185212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "clamp", "timestamp": 1619540190648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "aai-ml", "timestamp": 1619540191946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540185212, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "ves-openapi-manager", "timestamp": 1619540192891, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "clamp", "timestamp": 1619540190648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "aai-ml", "timestamp": 1619540191946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "ves-openapi-manager", "timestamp": 1619540193895, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:18:05.511Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b69a038e-2dfd-4af9-adfc-3e352977d840 2021-04-27T16:18:05.511Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69a038e-2dfd-4af9-adfc-3e352977d840 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540194015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "clamp", "timestamp": 1619540190648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "aai-ml", "timestamp": 1619540191946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "clamp", "timestamp": 1619540190648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "aai-ml", "timestamp": 1619540191946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540195837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "clamp", "timestamp": 1619540190648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "aai-ml", "timestamp": 1619540191946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540196840, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:18:05.520Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b69a038e-2dfd-4af9-adfc-3e352977d840 2021-04-27T16:18:05.520Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69a038e-2dfd-4af9-adfc-3e352977d840 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:18:05.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "clamp", "timestamp": 1619540190648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "aai-ml", "timestamp": 1619540191946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "clamp", "timestamp": 1619540190648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:18:05.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "aai-ml", "timestamp": 1619540191946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:05.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "aai-ml", "timestamp": 1619540191946, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "aai-ml", "timestamp": 1619540200766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0aee0ea5-8fe1-4322-b1d2-0159043e1a66", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540201359, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "aai-ml", "timestamp": 1619540204457, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "clamp", "timestamp": 1619540205215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "aai-ml", "timestamp": 1619540205461, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:18:05.529Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b69a038e-2dfd-4af9-adfc-3e352977d840 2021-04-27T16:18:05.529Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69a038e-2dfd-4af9-adfc-3e352977d840 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:18:05.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "clamp", "timestamp": 1619540207087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:18:05.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:18:05.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:18:05.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "clamp", "timestamp": 1619540208090, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:18:05.538Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b69a038e-2dfd-4af9-adfc-3e352977d840 2021-04-27T16:18:05.538Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b69a038e-2dfd-4af9-adfc-3e352977d840 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:18:17.188Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b69a038e-2dfd-4af9-adfc-3e352977d840 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:18:17.195Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b69a038e-2dfd-4af9-adfc-3e352977d840 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:18:17.197Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:18:17.197Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-27T16:18:17.197Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-27T16:18:17.197Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-27T16:18:17.197Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:18:17.197Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:18:17.197Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:18:17.197Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:18:17.197Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:18:17.197Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:18:17.197Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:18:17.198Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:18:17.200Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-27T16:18:47.200Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b69a038e-2dfd-4af9-adfc-3e352977d840 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-27T16:18:47.204Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b69a038e-2dfd-4af9-adfc-3e352977d840 and serviceModelVersionId: 70ac20e1-8717-4238-9c32-85c389b6afb8 2021-04-27T16:18:47.204Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e58d7531-645c-4126-bf74-01dda9b90e9f 2021-04-27T16:18:47.204Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e58d7531-645c-4126-bf74-01dda9b90e9f/model-vers/model-ver/70ac20e1-8717-4238-9c32-85c389b6afb8?depth=0 2021-04-27T16:18:47.207Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-04-27T16:18:47.239Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e58d7531-645c-4126-bf74-01dda9b90e9f/model-vers/model-ver/70ac20e1-8717-4238-9c32-85c389b6afb8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-27T16:18:47.240Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e58d7531-645c-4126-bf74-01dda9b90e9f/model-vers/model-ver/70ac20e1-8717-4238-9c32-85c389b6afb8?depth=0|INFO|500||Invoke 2021-04-27T16:18:47.257Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e58d7531-645c-4126-bf74-01dda9b90e9f/model-vers/model-ver/70ac20e1-8717-4238-9c32-85c389b6afb8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-27T16:18:47.324Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e58d7531-645c-4126-bf74-01dda9b90e9f/model-vers/model-ver/70ac20e1-8717-4238-9c32-85c389b6afb8?depth=0|INFO|500||InvokeReturn 2021-04-27T16:18:47.325Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e58d7531-645c-4126-bf74-01dda9b90e9f/model-vers/model-ver/70ac20e1-8717-4238-9c32-85c389b6afb8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210427-16:18:47:263-53204], vertex-id=[209048], Content-Length=[0], Date=[Tue, 27 Apr 2021 16:18:47 GMT], Content-Type=[application/json]} 2021-04-27T16:18:47.325Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-04-27T16:18:47.325Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-27T16:18:47.325Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:18:47.330Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-27T16:18:47.330Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b69a038e-2dfd-4af9-adfc-3e352977d840 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-27T16:18:47.331Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-27T16:18:47.331Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:18:47.332Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:18:47.332Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540327330, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:18:47.432Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:18:47.433Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:18:47.434Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:47.443Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:47.443Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-27T16:18:48.339Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:18:48.339Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:18:48.339Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:48.956Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:48.957Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-27T16:18:48.957Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"44ec6013-0f69-487d-b73f-4fae9e0bef96","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"de210338-ca6d-433b-adaa-1763b81c1068","serviceDescription":"service","serviceInvariantUUID":"ad151def-5000-4559-b07a-8dfbfd480ddc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ebefbc5-0da6-4a5f-bf82-3ffd245f3575","resourceInvariantUUID":"d27b24ac-6a00-4e68-b5d8-66eb8229a1b5","resourceCustomizationUUID":"5f70df47-175b-49e8-a3f5-966ad246ba37","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":"Mzg5NjMwYzYwY2EyM2MwYTA1NmMwMGIxMzkzODI5NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4be33910-d4b3-4055-a816-7d4d95bccb3e","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":"OGE4YjYxZWMyNjgyMDU5ZDVjYWU0ZjU0MTBkMzAyZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7197ce27-a6d0-4614-83bb-9934f2ada59c","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":"41de53f5-a3a1-4b6c-a3bd-7b6fed2d70ab","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":"711607c5-b7d0-45d7-81a6-47531078ec61","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":"ede366fc-99ea-4ddc-a767-f99497fa8ddf","artifactVersion":"2","generatedFromUUID":"41de53f5-a3a1-4b6c-a3bd-7b6fed2d70ab"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZmEzODU2MDJjMTM4M2FmOTkyZTg0MWNkNjU3Y2Q0ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3e218398-e84c-4994-a605-18f80486299b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTNhNjVmOGMzYzI5OWFkNzY5ZmUzM2FlZmQzMTI2MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17df4ec3-30d3-4f13-84f4-b139031fd939","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-27T16:18:48.959Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:18:48.959Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:18:48.960Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:18:48.960Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:49.060Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:18:49.061Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:18:49.061Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:49.070Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:49.070Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:18:49.961Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:18:49.962Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:18:49.964Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:18:49.964Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:18:50.065Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:18:50.066Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:18:50.066Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:50.076Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:50.076Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:18:50.965Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:18:50.966Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:18:50.968Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:18:50.968Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-27T16:18:51.069Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:18:51.069Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:18:51.069Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:51.076Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:51.077Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:18:51.969Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:18:51.970Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:18:51.972Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:18:51.972Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:52.072Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:18:52.072Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:18:52.073Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:52.080Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:52.080Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:18:52.972Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:18:52.973Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:18:52.975Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:18:52.975Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-27T16:18:53.075Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:18:53.076Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:18:53.076Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:53.084Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:53.084Z||pool-55-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:18:53.976Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:18:53.976Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:18:53.978Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:18:53.979Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:18:54.079Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-27T16:18:54.079Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:18:54.079Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:54.087Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:54.087Z||pool-56-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:18:54.979Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:18:54.980Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:18:54.981Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:18:54.982Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:18:55.082Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:18:55.082Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:18:55.082Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:55.091Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:55.091Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:18:55.983Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "de210338-ca6d-433b-adaa-1763b81c1068", "serviceDescription": "service", "serviceInvariantUUID": "ad151def-5000-4559-b07a-8dfbfd480ddc", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "5f70df47-175b-49e8-a3f5-966ad246ba37", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4ebefbc5-0da6-4a5f-bf82-3ffd245f3575", "resourceInvariantUUID": "d27b24ac-6a00-4e68-b5d8-66eb8229a1b5", "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": "OGE4YjYxZWMyNjgyMDU5ZDVjYWU0ZjU0MTBkMzAyZjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7197ce27-a6d0-4614-83bb-9934f2ada59c", "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": "41de53f5-a3a1-4b6c-a3bd-7b6fed2d70ab", "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": "ede366fc-99ea-4ddc-a767-f99497fa8ddf", "generatedFromUUID": "41de53f5-a3a1-4b6c-a3bd-7b6fed2d70ab" }, "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": "ede366fc-99ea-4ddc-a767-f99497fa8ddf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NTNhNjVmOGMzYzI5OWFkNzY5ZmUzM2FlZmQzMTI2MTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "17df4ec3-30d3-4f13-84f4-b139031fd939" } ], "workloadContext": "Production" } 2021-04-27T16:18:55.983Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-27T16:18:55.983Z|b69a038e-2dfd-4af9-adfc-3e352977d840|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de210338-ca6d-433b-adaa-1763b81c1068 ASDC 2021-04-27T16:18:55.984Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:44ec6013-0f69-487d-b73f-4fae9e0bef96 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:de210338-ca6d-433b-adaa-1763b81c1068 ServiceInvariantUUID:ad151def-5000-4559-b07a-8dfbfd480ddc 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:17df4ec3-30d3-4f13-84f4-b139031fd939 ArtifactChecksum:NTNhNjVmOGMzYzI5OWFkNzY5ZmUzM2FlZmQzMTI2MTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:5f70df47-175b-49e8-a3f5-966ad246ba37 ResourceInvariantUUID:d27b24ac-6a00-4e68-b5d8-66eb8229a1b5 ResourceName:basic_vm ResourceType:VF ResourceUUID:4ebefbc5-0da6-4a5f-bf82-3ffd245f3575 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:7197ce27-a6d0-4614-83bb-9934f2ada59c ArtifactChecksum:OGE4YjYxZWMyNjgyMDU5ZDVjYWU0ZjU0MTBkMzAyZjM= 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:41de53f5-a3a1-4b6c-a3bd-7b6fed2d70ab 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:ede366fc-99ea-4ddc-a767-f99497fa8ddf 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:ede366fc-99ea-4ddc-a767-f99497fa8ddf ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-27T16:18:55.984Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de210338-ca6d-433b-adaa-1763b81c1068 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:18:56.009Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:18:56.009Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:18:56.009Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:18:56.009Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 17df4ec3-30d3-4f13-84f4-b139031fd939 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-27T16:18:56.010Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-27T16:18:56.010Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-27T16:18:56.524Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-27T16:18:56.528Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 17df4ec3-30d3-4f13-84f4-b139031fd939 75141 2021-04-27T16:18:56.529Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-27T16:18:56.529Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-27T16:18:56.529Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:18:56.529Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:18:56.531Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:18:56.531Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540336529, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:18:56.631Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:18:56.632Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:18:56.632Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:56.641Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:56.642Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:18:57.532Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:18:57.533Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:18:57.533Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 17df4ec3-30d3-4f13-84f4-b139031fd939, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:57.533Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-27T16:18:57.533Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:57.533Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:57.653Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6450608034659389764/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-04-27T16:18:58.668Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-27T16:18:58.669Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-27T16:18:58.669Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:58.669Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-27T16:18:58.669Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:58.669Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:58.669Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:58.669Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:58.670Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:58.670Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:58.670Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:58.670Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:58.670Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:58.670Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-27T16:18:58.670Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-27T16:18:58.670Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.670Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:18:58.671Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-27T16:18:58.671Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-27T16:18:58.671Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:18:58.671Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.671Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:18:58.672Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-27T16:18:58.672Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-27T16:18:58.672Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:18:58.672Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.672Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:18:58.672Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.672Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-27T16:18:58.672Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-27T16:18:58.673Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-27T16:18:58.673Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-27T16:18:58.673Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-27T16:18:58.673Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-27T16:18:58.673Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.673Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-27T16:18:58.673Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.673Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-27T16:18:58.673Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:18:58.674Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.674Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-27T16:18:58.674Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:18:58.674Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.674Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-27T16:18:58.674Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:18:58.674Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.675Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-27T16:18:58.675Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-27T16:18:58.675Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-27T16:18:58.676Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=84cbb7bd-88f5-4590-9c18-ac51c175d257 2021-04-27T16:18:58.676Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.676Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:18:58.676Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.676Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:18:58.676Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.676Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:18:58.676Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:18:58.676Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:18:58.676Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:de210338-ca6d-433b-adaa-1763b81c1068 Model Version:NULL Model InvariantUuid:ad151def-5000-4559-b07a-8dfbfd480ddc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:6eac3a48-78bc-48b0-b720-6c5467a61a6b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d27b24ac-6a00-4e68-b5d8-66eb8229a1b5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5f70df47-175b-49e8-a3f5-966ad246ba37 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8c92861e-e905-482d-95b8-9b8e4f46da88 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:24dc5497-7ca7-4ca1-8b80-c85b2f85302c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:84cbb7bd-88f5-4590-9c18-ac51c175d257 ModelInvariantUuid:bfbd9603-9909-46c5-b785-59fcda0d6a08 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:52506254-150e-4687-8e54-f2976f97ec42 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:3974de15-cec0-4f86-822b-43c092c519ef ModelInvariantUuid:4ca3cdd9-e7bb-44ae-ad53-c3ef4f04ee13 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:a9dc225c-4489-48e8-b0c3-3234d05c3349 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-27T16:18:58.683Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ebefbc5-0da6-4a5f-bf82-3ffd245f3575 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:18:58.687Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||basic_vm 0 2021-04-27T16:18:58.687Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ebefbc5-0da6-4a5f-bf82-3ffd245f3575 2021-04-27T16:18:58.687Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7197ce27-a6d0-4614-83bb-9934f2ada59c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-27T16:18:58.687Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-27T16:18:58.687Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-27T16:18:58.873Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-27T16:18:58.874Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 7197ce27-a6d0-4614-83bb-9934f2ada59c 787 2021-04-27T16:18:58.874Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-04-27T16:18:58.874Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-27T16:18:58.874Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:18:58.874Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:18:58.876Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:18:58.876Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540338874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:18:58.976Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:18:58.977Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:18:58.977Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:18:58.984Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:18:58.985Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:18:59.876Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8c92861e-e905-482d-95b8-9b8e4f46da88", "vfModuleModelVersion": "1", "vfModuleModelUUID": "24dc5497-7ca7-4ca1-8b80-c85b2f85302c", "vfModuleModelCustomizationUUID": "93dbe62a-bb76-474a-957f-188eee4dbcb4", "isBase": true, "artifacts": [ "41de53f5-a3a1-4b6c-a3bd-7b6fed2d70ab", "ede366fc-99ea-4ddc-a767-f99497fa8ddf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-27T16:18:59.879Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:24dc5497-7ca7-4ca1-8b80-c85b2f85302c VfModuleModelInvariantUUID:8c92861e-e905-482d-95b8-9b8e4f46da88 VfModuleModelDescription:NULL Artifacts UUID List:{ 41de53f5-a3a1-4b6c-a3bd-7b6fed2d70ab , ede366fc-99ea-4ddc-a767-f99497fa8ddf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-27T16:18:59.881Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "8c92861e-e905-482d-95b8-9b8e4f46da88", "vfModuleModelVersion": "1", "vfModuleModelUUID": "24dc5497-7ca7-4ca1-8b80-c85b2f85302c", "vfModuleModelCustomizationUUID": "93dbe62a-bb76-474a-957f-188eee4dbcb4", "isBase": true, "artifacts": [ "41de53f5-a3a1-4b6c-a3bd-7b6fed2d70ab", "ede366fc-99ea-4ddc-a767-f99497fa8ddf" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-27T16:18:59.881Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:24dc5497-7ca7-4ca1-8b80-c85b2f85302c VfModuleModelInvariantUUID:8c92861e-e905-482d-95b8-9b8e4f46da88 VfModuleModelDescription:NULL Artifacts UUID List:{ 41de53f5-a3a1-4b6c-a3bd-7b6fed2d70ab , ede366fc-99ea-4ddc-a767-f99497fa8ddf } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-27T16:18:59.881Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 41de53f5-a3a1-4b6c-a3bd-7b6fed2d70ab from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-27T16:18:59.881Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-27T16:18:59.882Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-27T16:19:00.281Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-27T16:19:00.281Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 41de53f5-a3a1-4b6c-a3bd-7b6fed2d70ab 5033 2021-04-27T16:19:00.281Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-27T16:19:00.281Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-27T16:19:00.282Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:19:00.282Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:19:00.283Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:19:00.284Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540340281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:19:00.384Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:19:00.384Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:19:00.384Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:19:00.392Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:19:00.392Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:19:01.284Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ede366fc-99ea-4ddc-a767-f99497fa8ddf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-27T16:19:01.285Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-27T16:19:01.285Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-27T16:19:01.880Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-27T16:19:01.880Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ede366fc-99ea-4ddc-a767-f99497fa8ddf 903 2021-04-27T16:19:01.881Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-27T16:19:01.881Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-27T16:19:01.881Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:19:01.881Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:19:01.883Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:19:01.883Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540341881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:19:01.983Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:19:01.983Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:19:01.984Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:19:01.991Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:19:01.991Z||pool-61-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:19:02.883Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: de210338-ca6d-433b-adaa-1763b81c1068 2021-04-27T16:19:02.884Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4ebefbc5-0da6-4a5f-bf82-3ffd245f3575 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:19:02.896Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.896Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:19:02.896Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-04-27T16:19:02.897Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5f70df47-175b-49e8-a3f5-966ad246ba37 2021-04-27T16:19:02.897Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f70df47-175b-49e8-a3f5-966ad246ba37 matches Tosca VF Customization UUID: 5f70df47-175b-49e8-a3f5-966ad246ba37 2021-04-27T16:19:02.897Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5f70df47-175b-49e8-a3f5-966ad246ba37 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-27T16:19:02.900Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.900Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:19:02.901Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5f70df47-175b-49e8-a3f5-966ad246ba37: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-04-27T16:19:02.901Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5eac5425 2021-04-27T16:19:02.901Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.901Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-27T16:19:02.902Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93dbe62a-bb76-474a-957f-188eee4dbcb4 2021-04-27T16:19:02.902Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93dbe62a-bb76-474a-957f-188eee4dbcb4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-27T16:19:02.905Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.905Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-27T16:19:02.905Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:19:02.905Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.906Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-27T16:19:02.906Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:19:02.906Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.906Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-27T16:19:02.906Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-27T16:19:02.907Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-27T16:19:02.907Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=84cbb7bd-88f5-4590-9c18-ac51c175d257 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-27T16:19:02.909Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.909Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-27T16:19:02.910Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:19:02.910Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.910Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-27T16:19:02.910Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5f70df47-175b-49e8-a3f5-966ad246ba37 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:19:02.912Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.912Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:19:02.913Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid de210338-ca6d-433b-adaa-1763b81c1068: basic_vm 2021-04-27T16:19:02.913Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.913Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:19:02.913Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.914Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:19:02.914Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.914Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:19:02.914Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.915Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:19:02.915Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:19:02.915Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:19:02.915Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:19:02.985Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4ebefbc5-0da6-4a5f-bf82-3ffd245f3575 1 ASDC deployResourceStructure 2021-04-27T16:19:02.985Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-04-27T16:19:02.985Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-27T16:19:02.985Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:19:02.985Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:19:02.986Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:19:02.987Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540342985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:19:03.087Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:19:03.087Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:19:03.088Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:19:03.095Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:19:03.095Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:19:03.987Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-27T16:19:03.988Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-27T16:19:03.988Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:19:03.988Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:19:03.990Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:19:03.990Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540343987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-27T16:19:04.090Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:19:04.091Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:19:04.091Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:19:04.098Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:19:04.098Z||pool-63-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:19:04.991Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-27T16:19:04.991Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-27T16:19:04.991Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:19:04.991Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:19:04.993Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:19:04.993Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540344991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-27T16:19:05.094Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:19:05.094Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:19:05.094Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:19:05.113Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:19:05.113Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-04-27T16:19:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:19:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:19:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:19:05.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:19:05.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:19:05.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:19:05.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/resourceInstances/pnf52cac4ae064b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:19:05.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:19:05.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:19:05.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:19:05.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540225449, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:19:05.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:19:05.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:19:05.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540234294, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:19:05.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:19:05.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:19:05.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540236168, "artifactURL": "/sdc/v1/catalog/services/DemoPnfApt6vpsusqdshelr7hfs/1.0/artifacts/service-DemoPnfApt6vpsusqdshelr7hfs-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:19:05.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:19:05.994Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-04-27T16:19:05.995Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-27T16:19:05.995Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:19:05.995Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:19:05.996Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:19:05.996Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540345994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:19:06.097Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:19:06.097Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:19:06.097Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:19:06.104Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:19:06.104Z||pool-65-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-04-27T16:19:06.997Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:19:07.002Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:19:07.003Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:19:07.003Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:19:07.003Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:19:37.004Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:19:37.008Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:19:37.009Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:19:37.009Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:19:37.009Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:20:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:20:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:20:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:20:05.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:20:05.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "dcae-sch", "timestamp": 1619540321090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540316548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "cds", "timestamp": 1619540321410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "policy-id", "timestamp": 1619540313145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "ves-openapi-manager", "timestamp": 1619540322782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540316548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "dcae-sch", "timestamp": 1619540321090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "cds", "timestamp": 1619540321410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "policy-id", "timestamp": 1619540313145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "ves-openapi-manager", "timestamp": 1619540322782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540316548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-27T16:20:05.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "cds", "timestamp": 1619540321410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "dcae-sch", "timestamp": 1619540321090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "policy-id", "timestamp": 1619540313145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "ves-openapi-manager", "timestamp": 1619540322782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540324862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "dcae-sch", "timestamp": 1619540321090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540316548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "cds", "timestamp": 1619540321410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "policy-id", "timestamp": 1619540313145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "ves-openapi-manager", "timestamp": 1619540322782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540324862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "dcae-sch", "timestamp": 1619540321090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540316548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "cds", "timestamp": 1619540321410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "policy-id", "timestamp": 1619540313145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "b69a038e-2dfd-4af9-adfc-3e352977d840", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540327330, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "ves-openapi-manager", "timestamp": 1619540322782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540324862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "dcae-sch", "timestamp": 1619540321090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540316548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "cds", "timestamp": 1619540321410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "policy-id", "timestamp": 1619540313145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540327487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "ves-openapi-manager", "timestamp": 1619540322782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540324862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "dcae-sch", "timestamp": 1619540321090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540316548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "cds", "timestamp": 1619540321410, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "policy-id", "timestamp": 1619540313145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540327487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:20:05.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "ves-openapi-manager", "timestamp": 1619540322782, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540324862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540329924, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "cds", "timestamp": 1619540329929, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "policy-id", "timestamp": 1619540330011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540327487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-27T16:20:05.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540324862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "cds", "timestamp": 1619540330934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:20:05.488Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 44ec6013-0f69-487d-b73f-4fae9e0bef96 2021-04-27T16:20:05.488Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ec6013-0f69-487d-b73f-4fae9e0bef96 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:20:05.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-27T16:20:05.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "policy-id", "timestamp": 1619540331015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:20:05.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540327487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540331132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540324862, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:20:05.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "policy-id", "timestamp": 1619540332018, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:20:05.503Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44ec6013-0f69-487d-b73f-4fae9e0bef96 2021-04-27T16:20:05.504Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ec6013-0f69-487d-b73f-4fae9e0bef96 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:20:05.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540327487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-27T16:20:05.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540332689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.509Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-27T16:20:05.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540333127, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.510Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540327487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540333693, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:20:05.512Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44ec6013-0f69-487d-b73f-4fae9e0bef96 2021-04-27T16:20:05.512Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ec6013-0f69-487d-b73f-4fae9e0bef96 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:20:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "policy-id", "timestamp": 1619540333145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540327487, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:20:05.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540334696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540334700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "policy-id", "timestamp": 1619540333145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540328339, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:20:05.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540335600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.518Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "policy-id", "timestamp": 1619540333145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.518Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540336226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540336529, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "policy-id", "timestamp": 1619540333145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "cds", "timestamp": 1619540336410, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.519Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540337118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.520Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540336548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540337229, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:20:05.524Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44ec6013-0f69-487d-b73f-4fae9e0bef96 2021-04-27T16:20:05.524Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ec6013-0f69-487d-b73f-4fae9e0bef96 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:20:05.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "policy-id", "timestamp": 1619540333145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "cds", "timestamp": 1619540336410, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540336548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-windriver-id", "timestamp": 1619540338232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540338286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.529Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "policy-id", "timestamp": 1619540333145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540338874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "cds", "timestamp": 1619540336410, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540336548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540339311, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:20:05.533Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44ec6013-0f69-487d-b73f-4fae9e0bef96 2021-04-27T16:20:05.533Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ec6013-0f69-487d-b73f-4fae9e0bef96 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:20:05.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "policy-id", "timestamp": 1619540333145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "cds", "timestamp": 1619540336410, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540336548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540340281, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "multicloud-k8s-id", "timestamp": 1619540340314, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "policy-id", "timestamp": 1619540333145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "cds", "timestamp": 1619540336410, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540336548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "dcae-sch", "timestamp": 1619540341090, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-04-27T16:20:05.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540341881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "cds", "timestamp": 1619540336410, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540336548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "policy-id", "timestamp": 1619540342303, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "dcae-sch", "timestamp": 1619540341090, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540342985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "cds", "timestamp": 1619540336410, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540336548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540343292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "policy-id", "timestamp": 1619540343306, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "ves-openapi-manager", "timestamp": 1619540342782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "dcae-sch", "timestamp": 1619540341090, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540343987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "cds", "timestamp": 1619540336410, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:20:05.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540336548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:20:05.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "policy-id", "timestamp": 1619540344309, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:20:05.548Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cc7afe47-298c-4e28-befe-01ecb53c30ad 2021-04-27T16:20:05.548Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc7afe47-298c-4e28-befe-01ecb53c30ad and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "ves-openapi-manager", "timestamp": 1619540342782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "dcae-sch", "timestamp": 1619540341090, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540344991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "cds", "timestamp": 1619540345212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:20:05.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:20:05.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:20:05.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:20:05.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:20:07.009Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:20:07.014Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:20:07.016Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:20:07.016Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:20:07.016Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:20:37.016Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:20:37.025Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:20:37.027Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:20:37.028Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:20:37.028Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:21:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:21:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:21:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:21:05.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:21:05.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:21:05.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540345371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:21:05.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:21:07.028Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:21:07.035Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:21:07.037Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:21:07.037Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:21:07.037Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:21:37.037Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:21:37.045Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:21:37.046Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:21:37.046Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:21:37.046Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:22:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:22:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:22:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:05.974Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:05.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:05.976Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "ves-openapi-manager", "timestamp": 1619540342782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:05.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:05.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:05.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540344862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:05.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:05.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:05.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540345553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:22:05.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:05.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:05.977Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:05.977Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:05.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:05.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "dcae-sch", "timestamp": 1619540341090, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:05.978Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:05.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:05.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540345994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:22:05.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:05.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:05.978Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "cds", "timestamp": 1619540346217, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:05.984Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cc7afe47-298c-4e28-befe-01ecb53c30ad 2021-04-27T16:22:05.984Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc7afe47-298c-4e28-befe-01ecb53c30ad and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:22:05.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:05.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:05.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:05.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:05.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "ves-openapi-manager", "timestamp": 1619540342782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:05.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:05.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:05.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540344862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:05.991Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:05.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:05.991Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540346557, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:05.994Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44ec6013-0f69-487d-b73f-4fae9e0bef96 2021-04-27T16:22:05.995Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ec6013-0f69-487d-b73f-4fae9e0bef96 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:22:06.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540346689, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.000Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "dcae-sch", "timestamp": 1619540341090, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "ves-openapi-manager", "timestamp": 1619540342782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540344862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "dcae-sch", "timestamp": 1619540341090, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540347487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540348243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "ves-openapi-manager", "timestamp": 1619540342782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540344862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "dcae-sch", "timestamp": 1619540341090, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540347487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540349246, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:06.007Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cc7afe47-298c-4e28-befe-01ecb53c30ad 2021-04-27T16:22:06.007Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc7afe47-298c-4e28-befe-01ecb53c30ad and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:22:06.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "ves-openapi-manager", "timestamp": 1619540342782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540344862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "aai-ml", "timestamp": 1619540350098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540347487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540350249, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "ves-openapi-manager", "timestamp": 1619540342782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540344862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "dcae-sch", "timestamp": 1619540350793, "artifactURL": "/sdc/v1/catalog/services/f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c/resourceInstances/basicclamp0/artifacts/2c7498f3-cf95-48b3-a527-f2fc284920c1", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540347487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540344862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "dcae-sch", "timestamp": 1619540352037, "artifactURL": "/sdc/v1/catalog/services/f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c/resourceInstances/basicclamp0/artifacts/2c7498f3-cf95-48b3-a527-f2fc284920c1", "status": "DEPLOY_OK" } 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540347487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540344862, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "dcae-sch", "timestamp": 1619540353041, "artifactURL": "/sdc/v1/catalog/services/f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c/resourceInstances/basicclamp0/artifacts/2c7498f3-cf95-48b3-a527-f2fc284920c1", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:06.020Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of cc7afe47-298c-4e28-befe-01ecb53c30ad 2021-04-27T16:22:06.020Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc7afe47-298c-4e28-befe-01ecb53c30ad and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540347487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540353722, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540347487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540335212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540354870, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540347487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "aai-ml", "timestamp": 1619540355593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540355753, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540356018, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540356296, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "aai-ml", "timestamp": 1619540356597, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:06.031Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44ec6013-0f69-487d-b73f-4fae9e0bef96 2021-04-27T16:22:06.031Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ec6013-0f69-487d-b73f-4fae9e0bef96 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:22:06.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.037Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540357022, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:06.041Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cc7afe47-298c-4e28-befe-01ecb53c30ad 2021-04-27T16:22:06.042Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc7afe47-298c-4e28-befe-01ecb53c30ad and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:22:06.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "clamp", "timestamp": 1619540357098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540357466, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540357901, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-windriver-id", "timestamp": 1619540358025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540358611, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540358905, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:06.055Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cc7afe47-298c-4e28-befe-01ecb53c30ad 2021-04-27T16:22:06.055Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc7afe47-298c-4e28-befe-01ecb53c30ad and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:22:06.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "clamp", "timestamp": 1619540359103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:22:06.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540359637, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:06.064Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cc7afe47-298c-4e28-befe-01ecb53c30ad 2021-04-27T16:22:06.064Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc7afe47-298c-4e28-befe-01ecb53c30ad and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:22:06.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "clamp", "timestamp": 1619540360107, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:06.072Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 44ec6013-0f69-487d-b73f-4fae9e0bef96 2021-04-27T16:22:06.072Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44ec6013-0f69-487d-b73f-4fae9e0bef96 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:22:06.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.077Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.077Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "multicloud-k8s-id", "timestamp": 1619540360640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:22:06.078Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "aai-ml", "timestamp": 1619540341946, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "aai-ml", "timestamp": 1619540366133, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540340648, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:22:06.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:22:06.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "aai-ml", "timestamp": 1619540371709, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:22:06.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "aai-ml", "timestamp": 1619540372712, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:06.083Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cc7afe47-298c-4e28-befe-01ecb53c30ad 2021-04-27T16:22:06.083Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc7afe47-298c-4e28-befe-01ecb53c30ad and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540374100, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540375104, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540379229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540380232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:22:06.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "clamp", "timestamp": 1619540381235, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:06.092Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cc7afe47-298c-4e28-befe-01ecb53c30ad 2021-04-27T16:22:06.092Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc7afe47-298c-4e28-befe-01ecb53c30ad and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:22:07.047Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:22:07.054Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:22:07.057Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:22:07.057Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-27T16:22:07.057Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-27T16:22:07.057Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-27T16:22:07.057Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:22:07.057Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:22:07.057Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:22:07.057Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:22:07.058Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:22:07.058Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:22:07.058Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:22:07.062Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-27T16:22:37.063Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-27T16:22:37.068Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44ec6013-0f69-487d-b73f-4fae9e0bef96 and serviceModelVersionId: de210338-ca6d-433b-adaa-1763b81c1068 2021-04-27T16:22:37.068Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad151def-5000-4559-b07a-8dfbfd480ddc 2021-04-27T16:22:37.069Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad151def-5000-4559-b07a-8dfbfd480ddc/model-vers/model-ver/de210338-ca6d-433b-adaa-1763b81c1068?depth=0 2021-04-27T16:22:37.073Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-04-27T16:22:37.121Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad151def-5000-4559-b07a-8dfbfd480ddc/model-vers/model-ver/de210338-ca6d-433b-adaa-1763b81c1068?depth=0|INFO|500||Invoke 2021-04-27T16:22:37.121Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad151def-5000-4559-b07a-8dfbfd480ddc/model-vers/model-ver/de210338-ca6d-433b-adaa-1763b81c1068?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad151def-5000-4559-b07a-8dfbfd480ddc/model-vers/model-ver/de210338-ca6d-433b-adaa-1763b81c1068?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44ec6013-0f69-487d-b73f-4fae9e0bef96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b1a15368-626c-44a5-9570-9a4fad4566b4], X-ECOMP-RequestID=[44ec6013-0f69-487d-b73f-4fae9e0bef96], X-TransactionId=[], X-ONAP-RequestID=[44ec6013-0f69-487d-b73f-4fae9e0bef96], Content-Type=[application/merge-patch+json]} 2021-04-27T16:22:37.139Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad151def-5000-4559-b07a-8dfbfd480ddc/model-vers/model-ver/de210338-ca6d-433b-adaa-1763b81c1068?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-27T16:22:37.365Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad151def-5000-4559-b07a-8dfbfd480ddc/model-vers/model-ver/de210338-ca6d-433b-adaa-1763b81c1068?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/ad151def-5000-4559-b07a-8dfbfd480ddc/model-vers/model-ver/de210338-ca6d-433b-adaa-1763b81c1068?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210427-16:22:37:145-91199], vertex-id=[225288], Content-Length=[0], Date=[Tue, 27 Apr 2021 16:22:37 GMT], Content-Type=[application/json]} 2021-04-27T16:22:37.366Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad151def-5000-4559-b07a-8dfbfd480ddc/model-vers/model-ver/de210338-ca6d-433b-adaa-1763b81c1068?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-27T16:22:37.366Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/ad151def-5000-4559-b07a-8dfbfd480ddc/model-vers/model-ver/de210338-ca6d-433b-adaa-1763b81c1068?depth=0|INFO|500||InvokeReturn 2021-04-27T16:22:37.366Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-27T16:22:37.367Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:22:37.370Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-27T16:22:37.370Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44ec6013-0f69-487d-b73f-4fae9e0bef96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-27T16:22:37.370Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-27T16:22:37.371Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:37.372Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:37.372Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540557370, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:22:37.472Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:37.474Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:37.474Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:37.485Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:37.485Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-27T16:22:38.382Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:22:38.382Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:22:38.382Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:42.682Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:42.683Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-27T16:22:42.683Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"cc7afe47-298c-4e28-befe-01ecb53c30ad","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c","serviceDescription":"service","serviceInvariantUUID":"7bc29d54-3929-41d9-8b6b-bb578f6e624e","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4a603ee6-20e6-4822-aba0-989cd52b2dff","resourceInvariantUUID":"0eac133c-3ff5-4711-8330-cc4711ce9de0","resourceCustomizationUUID":"66fd27bc-dbb4-4c0d-8c67-a2a2958e1294","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":"2c7498f3-cf95-48b3-a527-f2fc284920c1","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":"NjVjYmE1MTQ2YzQ5OTZkYjQ2NGQwOTdiYWNhNjY3NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3145675-ae1b-4b0d-bbd5-511c2a6f678a","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":"ZWI1YTM0OTBmZDA1NjQzMDUzY2FiNzRjMDI4NGZiMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55303281-a274-411f-9c79-5fe5053122da","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":"bc4c3c17-edbc-4215-a1bd-9ff8b2610757","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":"2002b49f-3157-40b8-87e3-856a70c25d6b","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":"bf83e737-15c8-442c-8430-79c9f751b23c","artifactVersion":"2","generatedFromUUID":"bc4c3c17-edbc-4215-a1bd-9ff8b2610757"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZDFjNDg0YzU1NjM4M2VkZDRiNjQzMzUxNmUyMmM0ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"782161ff-fada-433e-9dd1-52cb555ee252","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YjI0ODRjOTQ3MTI1YjNlMjYyNjc0OTk5YWYwNmYwMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f95fab3-482a-4d0b-ace2-a71698519db3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-27T16:22:42.684Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:22:42.684Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:42.686Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:42.686Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:42.786Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:42.787Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:42.787Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:42.796Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:42.796Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:43.687Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:22:43.687Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:43.689Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:43.689Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:43.789Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:43.790Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:43.790Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:43.801Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:43.801Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:44.689Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:22:44.690Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:44.692Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:44.692Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:22:44.792Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:44.792Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:44.793Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:44.800Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:44.801Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:45.692Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:22:45.693Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:45.694Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:45.694Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:22:45.795Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:45.796Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:45.796Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:45.802Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:45.802Z||pool-70-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:46.695Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:22:46.696Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:46.697Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:46.698Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:46.798Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:46.798Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:46.798Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:46.805Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:46.806Z||pool-71-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:47.698Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:22:47.699Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:47.700Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:47.700Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-27T16:22:47.800Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:47.801Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:47.801Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:47.809Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:47.810Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:48.701Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:22:48.701Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:48.702Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:48.703Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:22:48.806Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2021-04-27T16:22:48.807Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:48.807Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:48.817Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:48.817Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:49.703Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:22:49.704Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:49.705Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:49.705Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:22:49.805Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:49.806Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:49.806Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:49.814Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:49.814Z||pool-74-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:50.706Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c", "serviceDescription": "service", "serviceInvariantUUID": "7bc29d54-3929-41d9-8b6b-bb578f6e624e", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "66fd27bc-dbb4-4c0d-8c67-a2a2958e1294", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4a603ee6-20e6-4822-aba0-989cd52b2dff", "resourceInvariantUUID": "0eac133c-3ff5-4711-8330-cc4711ce9de0", "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": "ZWI1YTM0OTBmZDA1NjQzMDUzY2FiNzRjMDI4NGZiMzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "55303281-a274-411f-9c79-5fe5053122da", "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": "bc4c3c17-edbc-4215-a1bd-9ff8b2610757", "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": "bf83e737-15c8-442c-8430-79c9f751b23c", "generatedFromUUID": "bc4c3c17-edbc-4215-a1bd-9ff8b2610757" }, "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": "bf83e737-15c8-442c-8430-79c9f751b23c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YjI0ODRjOTQ3MTI1YjNlMjYyNjc0OTk5YWYwNmYwMjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f95fab3-482a-4d0b-ace2-a71698519db3" } ], "workloadContext": "Production" } 2021-04-27T16:22:50.706Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-27T16:22:50.706Z|44ec6013-0f69-487d-b73f-4fae9e0bef96|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c ASDC 2021-04-27T16:22:50.706Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:cc7afe47-298c-4e28-befe-01ecb53c30ad ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c ServiceInvariantUUID:7bc29d54-3929-41d9-8b6b-bb578f6e624e 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:2f95fab3-482a-4d0b-ace2-a71698519db3 ArtifactChecksum:YjI0ODRjOTQ3MTI1YjNlMjYyNjc0OTk5YWYwNmYwMjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:66fd27bc-dbb4-4c0d-8c67-a2a2958e1294 ResourceInvariantUUID:0eac133c-3ff5-4711-8330-cc4711ce9de0 ResourceName:basicclamp ResourceType:VF ResourceUUID:4a603ee6-20e6-4822-aba0-989cd52b2dff 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:55303281-a274-411f-9c79-5fe5053122da ArtifactChecksum:ZWI1YTM0OTBmZDA1NjQzMDUzY2FiNzRjMDI4NGZiMzI= 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:bc4c3c17-edbc-4215-a1bd-9ff8b2610757 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:bf83e737-15c8-442c-8430-79c9f751b23c 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:bf83e737-15c8-442c-8430-79c9f751b23c ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-27T16:22:50.706Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-27T16:22:50.733Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:22:50.734Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:22:50.734Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:22:50.734Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2f95fab3-482a-4d0b-ace2-a71698519db3 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-27T16:22:50.734Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-27T16:22:50.734Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-27T16:22:50.887Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-27T16:22:50.890Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2f95fab3-482a-4d0b-ace2-a71698519db3 77713 2021-04-27T16:22:50.891Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-27T16:22:50.891Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-27T16:22:50.891Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:22:50.891Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:50.893Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:50.893Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540570891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:50.993Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:50.994Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:50.994Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:51.001Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:51.001Z||pool-75-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:51.893Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:22:51.894Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-27T16:22:51.894Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2f95fab3-482a-4d0b-ace2-a71698519db3, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:51.895Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-04-27T16:22:51.895Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:51.895Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.039Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6809589250601185061/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-04-27T16:22:52.982Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-27T16:22:52.983Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-27T16:22:52.984Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.984Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-27T16:22:52.984Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.984Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.984Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.984Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.984Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.984Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.984Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.985Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.985Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.985Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-27T16:22:52.985Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-27T16:22:52.985Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.985Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:52.985Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-27T16:22:52.986Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-27T16:22:52.986Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:22:52.986Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.986Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:52.986Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-27T16:22:52.986Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-27T16:22:52.987Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:22:52.987Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.987Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:52.987Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.987Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-27T16:22:52.987Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-27T16:22:52.987Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-27T16:22:52.987Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-27T16:22:52.987Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-27T16:22:52.987Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-27T16:22:52.988Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.988Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-27T16:22:52.988Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.988Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-27T16:22:52.988Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:22:52.988Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.988Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-27T16:22:52.988Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:22:52.988Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.989Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-27T16:22:52.989Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:22:52.989Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.989Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-27T16:22:52.989Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-27T16:22:52.989Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-27T16:22:52.989Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d09d91eb-7070-48cc-a23b-919d86b4a93e 2021-04-27T16:22:52.989Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.989Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:52.989Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.990Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:52.990Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.990Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:52.990Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:52.990Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:52.990Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c Model Version:NULL Model InvariantUuid:7bc29d54-3929-41d9-8b6b-bb578f6e624e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:e08b4216-d22f-409e-ae5d-fe352d8d52de Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0eac133c-3ff5-4711-8330-cc4711ce9de0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:66fd27bc-dbb4-4c0d-8c67-a2a2958e1294 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f297028d-ba4f-4196-9970-9deb3505a845 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:a9691e1a-f29d-4e22-b47b-3711fb63010d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d09d91eb-7070-48cc-a23b-919d86b4a93e ModelInvariantUuid:ffd4d89f-5d29-4fcb-8070-e62fd7d332bf ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:1d319171-9cf5-4127-b5b1-d8994b33e698 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:ef6611af-3cc3-41b2-9f0f-b5c61415b19b ModelInvariantUuid:1f225734-7c8a-49f0-8017-23f26280e6d6 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:4fcd926c-fc36-4a2b-a1b4-1ebee34e85b2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-27T16:22:52.997Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 4a603ee6-20e6-4822-aba0-989cd52b2dff Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:22:52.999Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||basicclamp 0 2021-04-27T16:22:52.999Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4a603ee6-20e6-4822-aba0-989cd52b2dff 2021-04-27T16:22:52.999Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55303281-a274-411f-9c79-5fe5053122da from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-27T16:22:53.000Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-27T16:22:53.000Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-27T16:22:53.498Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-27T16:22:53.499Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 55303281-a274-411f-9c79-5fe5053122da 790 2021-04-27T16:22:53.499Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-04-27T16:22:53.499Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-27T16:22:53.499Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:22:53.500Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:53.501Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:53.501Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540573499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:53.601Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:53.602Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:53.602Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:53.610Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:53.610Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:54.502Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f297028d-ba4f-4196-9970-9deb3505a845", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a9691e1a-f29d-4e22-b47b-3711fb63010d", "vfModuleModelCustomizationUUID": "169c9442-a9e9-4641-9633-6451b0187451", "isBase": true, "artifacts": [ "bc4c3c17-edbc-4215-a1bd-9ff8b2610757", "bf83e737-15c8-442c-8430-79c9f751b23c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-27T16:22:54.505Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a9691e1a-f29d-4e22-b47b-3711fb63010d VfModuleModelInvariantUUID:f297028d-ba4f-4196-9970-9deb3505a845 VfModuleModelDescription:NULL Artifacts UUID List:{ bc4c3c17-edbc-4215-a1bd-9ff8b2610757 , bf83e737-15c8-442c-8430-79c9f751b23c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-27T16:22:54.508Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f297028d-ba4f-4196-9970-9deb3505a845", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a9691e1a-f29d-4e22-b47b-3711fb63010d", "vfModuleModelCustomizationUUID": "169c9442-a9e9-4641-9633-6451b0187451", "isBase": true, "artifacts": [ "bc4c3c17-edbc-4215-a1bd-9ff8b2610757", "bf83e737-15c8-442c-8430-79c9f751b23c" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-27T16:22:54.508Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a9691e1a-f29d-4e22-b47b-3711fb63010d VfModuleModelInvariantUUID:f297028d-ba4f-4196-9970-9deb3505a845 VfModuleModelDescription:NULL Artifacts UUID List:{ bc4c3c17-edbc-4215-a1bd-9ff8b2610757 , bf83e737-15c8-442c-8430-79c9f751b23c } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-27T16:22:54.508Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bc4c3c17-edbc-4215-a1bd-9ff8b2610757 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-27T16:22:54.508Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-27T16:22:54.508Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-27T16:22:55.006Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-27T16:22:55.006Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml bc4c3c17-edbc-4215-a1bd-9ff8b2610757 5033 2021-04-27T16:22:55.007Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-27T16:22:55.007Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-27T16:22:55.007Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:22:55.007Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:55.009Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:55.009Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540575007, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:55.109Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:55.110Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:55.110Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:55.117Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:55.117Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:56.009Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bf83e737-15c8-442c-8430-79c9f751b23c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-27T16:22:56.010Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-27T16:22:56.010Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-27T16:22:56.290Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-27T16:22:56.291Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env bf83e737-15c8-442c-8430-79c9f751b23c 909 2021-04-27T16:22:56.291Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-27T16:22:56.291Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-27T16:22:56.291Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:22:56.291Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:56.292Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:56.293Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540576291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:22:56.393Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:56.393Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:56.393Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:56.400Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:56.400Z||pool-78-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:57.293Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c 2021-04-27T16:22:57.293Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 4a603ee6-20e6-4822-aba0-989cd52b2dff ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:22:57.303Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.303Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:57.304Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-04-27T16:22:57.304Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 66fd27bc-dbb4-4c0d-8c67-a2a2958e1294 2021-04-27T16:22:57.304Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66fd27bc-dbb4-4c0d-8c67-a2a2958e1294 matches Tosca VF Customization UUID: 66fd27bc-dbb4-4c0d-8c67-a2a2958e1294 2021-04-27T16:22:57.304Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 66fd27bc-dbb4-4c0d-8c67-a2a2958e1294 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-27T16:22:57.305Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.306Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:57.306Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 66fd27bc-dbb4-4c0d-8c67-a2a2958e1294: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-04-27T16:22:57.306Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26b730d3 2021-04-27T16:22:57.306Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.306Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-27T16:22:57.306Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 169c9442-a9e9-4641-9633-6451b0187451 2021-04-27T16:22:57.307Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 169c9442-a9e9-4641-9633-6451b0187451 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-27T16:22:57.308Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.308Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-27T16:22:57.308Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:22:57.309Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.309Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-27T16:22:57.309Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:22:57.309Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.309Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-27T16:22:57.309Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-27T16:22:57.309Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-27T16:22:57.309Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d09d91eb-7070-48cc-a23b-919d86b4a93e Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-27T16:22:57.311Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.311Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-27T16:22:57.311Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:22:57.311Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.311Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-27T16:22:57.312Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=66fd27bc-dbb4-4c0d-8c67-a2a2958e1294 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:22:57.313Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.313Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:57.313Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c: basicclamp 2021-04-27T16:22:57.313Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.313Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:57.314Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.314Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:57.314Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.314Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:57.314Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.314Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:57.314Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:22:57.314Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:22:57.314Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:22:57.390Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 4a603ee6-20e6-4822-aba0-989cd52b2dff 1 ASDC deployResourceStructure 2021-04-27T16:22:57.391Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-04-27T16:22:57.391Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-27T16:22:57.391Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:22:57.391Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:57.393Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:57.393Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540577391, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:22:57.493Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:57.494Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:57.494Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:57.501Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:57.501Z||pool-79-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:58.394Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-27T16:22:58.394Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-27T16:22:58.394Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:22:58.394Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:58.396Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:58.396Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540578394, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-27T16:22:58.496Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:22:58.497Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:58.497Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:58.505Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:58.505Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:22:59.396Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-27T16:22:59.397Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-27T16:22:59.397Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:22:59.397Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:22:59.398Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:22:59.398Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540579396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-27T16:22:59.499Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-27T16:22:59.500Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:22:59.500Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:22:59.508Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:22:59.509Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:00.399Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-04-27T16:23:00.399Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-27T16:23:00.399Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:23:00.400Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:00.401Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:00.401Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540580399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:23:00.501Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:00.502Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:00.502Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:00.508Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:00.508Z||pool-82-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:01.401Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc7afe47-298c-4e28-befe-01ecb53c30ad Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:23:01.409Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc7afe47-298c-4e28-befe-01ecb53c30ad Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:23:01.411Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:23:01.415Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-27T16:23:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:23:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:23:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:05.572Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:05.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "44ec6013-0f69-487d-b73f-4fae9e0bef96", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540557370, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:23:05.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:23:05.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.573Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540558382, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540570891, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:23:05.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540573499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540575007, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540576291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540577391, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540578394, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-27T16:23:05.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540579396, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540580399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540576548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "cds", "timestamp": 1619540576410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540575212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540580648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540573145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "dcae-sch", "timestamp": 1619540581090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540576548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "cds", "timestamp": 1619540576410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540575212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540580648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540573145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540581946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "dcae-sch", "timestamp": 1619540581090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540576548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "cds", "timestamp": 1619540576410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540575212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540580648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "ves-openapi-manager", "timestamp": 1619540582782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540573145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540581946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "dcae-sch", "timestamp": 1619540581090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540576548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "cds", "timestamp": 1619540576410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "ves-openapi-manager", "timestamp": 1619540582782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540575212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540580648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540573145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540581946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:05.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2021-04-27T16:23:05.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "dcae-sch", "timestamp": 1619540581090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:05.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2021-04-27T16:23:31.415Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cc7afe47-298c-4e28-befe-01ecb53c30ad and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-27T16:23:31.419Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cc7afe47-298c-4e28-befe-01ecb53c30ad and serviceModelVersionId: f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c 2021-04-27T16:23:31.420Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7bc29d54-3929-41d9-8b6b-bb578f6e624e 2021-04-27T16:23:31.420Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7bc29d54-3929-41d9-8b6b-bb578f6e624e/model-vers/model-ver/f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c?depth=0 2021-04-27T16:23:31.423Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-04-27T16:23:31.455Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bc29d54-3929-41d9-8b6b-bb578f6e624e/model-vers/model-ver/f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-27T16:23:31.456Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bc29d54-3929-41d9-8b6b-bb578f6e624e/model-vers/model-ver/f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c?depth=0|INFO|500||Invoke 2021-04-27T16:23:31.474Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bc29d54-3929-41d9-8b6b-bb578f6e624e/model-vers/model-ver/f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-27T16:23:31.548Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bc29d54-3929-41d9-8b6b-bb578f6e624e/model-vers/model-ver/f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c?depth=0|INFO|500||InvokeReturn 2021-04-27T16:23:31.548Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7bc29d54-3929-41d9-8b6b-bb578f6e624e/model-vers/model-ver/f07b4c19-b01f-41fe-a6b0-87e6bcfa1c3c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210427-16:23:31:480-34853], vertex-id=[225432], Content-Length=[0], Date=[Tue, 27 Apr 2021 16:23:31 GMT], Content-Type=[application/json]} 2021-04-27T16:23:31.548Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2021-04-27T16:23:31.548Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-27T16:23:31.549Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:23:31.552Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-27T16:23:31.552Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cc7afe47-298c-4e28-befe-01ecb53c30ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-27T16:23:31.552Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-27T16:23:31.552Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:31.554Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:31.554Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540611552, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:23:31.654Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:31.655Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:31.655Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:31.666Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:31.667Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-27T16:23:32.565Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:23:32.565Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:23:32.565Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:33.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:33.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-27T16:23:33.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"29ee7fc4-134f-4f16-8c9f-7e5b39c535d4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"25c4a992-fb9c-48e8-8595-e24057713743","serviceDescription":"service","serviceInvariantUUID":"b4d926e1-68ad-4388-ac05-6b4efa3b3f9a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3020ed7c-106d-44b3-9ab9-05d01befacff","resourceInvariantUUID":"120ee0f0-e41a-4b53-b471-5fc817b6c312","resourceCustomizationUUID":"ebe3bd52-22ac-497f-8489-c564133b53f2","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":"YTgwZTczMjQ2NzgwN2YyODExOWE3MGQ0MDc0NmE3ZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23557234-2361-4268-88f6-f0c75d4358a7","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":"07e72d20-6ec7-422c-8d19-26e7192b79c3","artifactVersion":"2","generatedFromUUID":"1e0fdb26-6671-4b22-8e2b-6fee0e397213"},{"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":"1e0fdb26-6671-4b22-8e2b-6fee0e397213","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":"YjBiYTdmZTdlY2NiNmQzYTdlNTU3Y2U1MjA3MzViM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"61275198-cd0b-4f65-823e-605cfb1f3ba7","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":"0207e279-45f2-4bfa-b476-fdf8171d49ed","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":"27e71e47-1f3a-4f93-b7a8-64e617876895","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":"0418e12f-3dae-4e7f-840f-1fea0bb3481e","artifactVersion":"2","generatedFromUUID":"0207e279-45f2-4bfa-b476-fdf8171d49ed"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTU0ZmUyZWMzMzNhMDdhNTM5ZTkzMzFhYWY3YThhMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"569c38db-e60d-40bd-a18f-b95c28f68a74","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDQ3NGFjMjU3OTEzMzgxYjA5MDVlZTY0NjhlZGUwZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40e7c998-c2cf-40bd-a212-5ae1c3ed199e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-27T16:23:33.184Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:23:33.185Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:33.186Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:33.186Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:33.286Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:33.287Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:33.287Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:33.294Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:33.295Z||pool-84-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:34.187Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:23:34.187Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:34.188Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:34.189Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-27T16:23:34.289Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:34.290Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:34.290Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:34.297Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:34.297Z||pool-85-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-04-27T16:23:35.190Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:23:35.190Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:35.192Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:35.192Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-27T16:23:35.292Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:35.293Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:35.293Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:35.302Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:35.302Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:36.193Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:23:36.193Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:36.195Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:36.195Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:23:36.295Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:36.296Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:36.296Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:36.303Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:36.304Z||pool-87-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:37.196Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:23:37.196Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:37.198Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:37.198Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-27T16:23:37.298Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:37.299Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:37.299Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:37.306Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:37.307Z||pool-88-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:38.198Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:23:38.199Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:38.201Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:38.201Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:38.301Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:38.302Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:38.302Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:38.309Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:38.309Z||pool-89-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:39.201Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:23:39.202Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:39.203Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:39.204Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-27T16:23:39.304Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:39.304Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:39.305Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:39.312Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:39.312Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:40.204Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:23:40.205Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:40.206Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:40.206Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:23:40.306Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:40.307Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:40.307Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:40.318Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:40.319Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:41.207Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-27T16:23:41.207Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:41.209Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:41.209Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:23:41.309Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:41.309Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:41.310Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:41.316Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:41.317Z||pool-92-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:42.210Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "25c4a992-fb9c-48e8-8595-e24057713743", "serviceDescription": "service", "serviceInvariantUUID": "b4d926e1-68ad-4388-ac05-6b4efa3b3f9a", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "ebe3bd52-22ac-497f-8489-c564133b53f2", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3020ed7c-106d-44b3-9ab9-05d01befacff", "resourceInvariantUUID": "120ee0f0-e41a-4b53-b471-5fc817b6c312", "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": "07e72d20-6ec7-422c-8d19-26e7192b79c3", "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": "1e0fdb26-6671-4b22-8e2b-6fee0e397213", "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": "YjBiYTdmZTdlY2NiNmQzYTdlNTU3Y2U1MjA3MzViM2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61275198-cd0b-4f65-823e-605cfb1f3ba7", "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": "0207e279-45f2-4bfa-b476-fdf8171d49ed", "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": "0418e12f-3dae-4e7f-840f-1fea0bb3481e", "generatedFromUUID": "0207e279-45f2-4bfa-b476-fdf8171d49ed" }, "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": "0418e12f-3dae-4e7f-840f-1fea0bb3481e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MDQ3NGFjMjU3OTEzMzgxYjA5MDVlZTY0NjhlZGUwZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "40e7c998-c2cf-40bd-a212-5ae1c3ed199e" } ], "workloadContext": "Production" } 2021-04-27T16:23:42.211Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-27T16:23:42.211Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 25c4a992-fb9c-48e8-8595-e24057713743 ASDC 2021-04-27T16:23:42.211Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:25c4a992-fb9c-48e8-8595-e24057713743 ServiceInvariantUUID:b4d926e1-68ad-4388-ac05-6b4efa3b3f9a 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:40e7c998-c2cf-40bd-a212-5ae1c3ed199e ArtifactChecksum:MDQ3NGFjMjU3OTEzMzgxYjA5MDVlZTY0NjhlZGUwZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:ebe3bd52-22ac-497f-8489-c564133b53f2 ResourceInvariantUUID:120ee0f0-e41a-4b53-b471-5fc817b6c312 ResourceName:basic_cnf ResourceType:VF ResourceUUID:3020ed7c-106d-44b3-9ab9-05d01befacff 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:07e72d20-6ec7-422c-8d19-26e7192b79c3 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:1e0fdb26-6671-4b22-8e2b-6fee0e397213 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:61275198-cd0b-4f65-823e-605cfb1f3ba7 ArtifactChecksum:YjBiYTdmZTdlY2NiNmQzYTdlNTU3Y2U1MjA3MzViM2U= 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:0207e279-45f2-4bfa-b476-fdf8171d49ed 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:0418e12f-3dae-4e7f-840f-1fea0bb3481e 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:0418e12f-3dae-4e7f-840f-1fea0bb3481e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-27T16:23:42.211Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 25c4a992-fb9c-48e8-8595-e24057713743 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:23:42.239Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:23:42.239Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-04-27T16:23:42.239Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-04-27T16:23:42.239Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 40e7c998-c2cf-40bd-a212-5ae1c3ed199e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-27T16:23:42.239Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-04-27T16:23:42.240Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-27T16:23:42.390Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-04-27T16:23:42.394Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 40e7c998-c2cf-40bd-a212-5ae1c3ed199e 72017 2021-04-27T16:23:42.394Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-27T16:23:42.394Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-27T16:23:42.394Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:23:42.395Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:42.396Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:42.397Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540622394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:23:42.497Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:42.497Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:42.498Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:42.505Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:42.506Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:43.397Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-27T16:23:43.398Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2021-04-27T16:23:43.398Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 40e7c998-c2cf-40bd-a212-5ae1c3ed199e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-27T16:23:43.399Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-27T16:23:43.399Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-27T16:23:43.399Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-27T16:23:43.501Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14330700909156175820/Definitions/service-BasicCnf-template.yml 2021-04-27T16:23:44.463Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-27T16:23:44.464Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-04-27T16:23:44.464Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-27T16:23:44.464Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-27T16:23:44.464Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-27T16:23:44.464Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-27T16:23:44.464Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-27T16:23:44.464Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-27T16:23:44.464Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-27T16:23:44.465Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||#################################################################################################### 2021-04-27T16:23:44.465Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.465Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:44.465Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-27T16:23:44.465Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-04-27T16:23:44.466Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:23:44.466Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.466Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:44.466Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-27T16:23:44.467Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2021-04-27T16:23:44.467Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-27T16:23:44.467Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.467Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:44.467Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.467Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-27T16:23:44.468Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-27T16:23:44.468Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-27T16:23:44.468Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-27T16:23:44.468Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.468Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-27T16:23:44.468Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.469Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-27T16:23:44.469Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:23:44.469Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.469Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-27T16:23:44.469Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:23:44.470Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.470Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-27T16:23:44.470Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:23:44.470Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.471Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-27T16:23:44.471Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-27T16:23:44.471Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c7ad29dc-4db2-4caa-9650-6e3d005b7449 2021-04-27T16:23:44.471Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.471Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:44.472Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.472Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:44.472Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.472Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:44.472Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:44.472Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:44.473Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:25c4a992-fb9c-48e8-8595-e24057713743 Model Version:NULL Model InvariantUuid:b4d926e1-68ad-4388-ac05-6b4efa3b3f9a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:14dd9b7e-ecf0-4a57-b5c4-ddd1b284ae98 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:120ee0f0-e41a-4b53-b471-5fc817b6c312 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ebe3bd52-22ac-497f-8489-c564133b53f2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cf2878be-e33a-4d5c-9844-d48344c9a3ef ModelName:BasicCnf..base_dummy..module-0 ModelUuid:f5b9a5e2-7970-4177-8bb1-d5ed828427a6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c7ad29dc-4db2-4caa-9650-6e3d005b7449 ModelInvariantUuid:048e0bc3-eb33-41e8-985b-1a848660c786 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a3ae23b0-343d-4920-8afa-360ade8a3625 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:709a499a-2d59-45b4-a630-9bf6d929bca3 ModelInvariantUuid:3a735e40-a572-48d5-97c3-c98f95db730c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c01b48a7-379a-41bb-afc8-5dfa76161f50 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-04-27T16:23:44.477Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3020ed7c-106d-44b3-9ab9-05d01befacff Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:23:44.480Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||basic_cnf 0 2021-04-27T16:23:44.480Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3020ed7c-106d-44b3-9ab9-05d01befacff 2021-04-27T16:23:44.480Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 07e72d20-6ec7-422c-8d19-26e7192b79c3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-27T16:23:44.480Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-04-27T16:23:44.480Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-27T16:23:44.612Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-04-27T16:23:44.612Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 07e72d20-6ec7-422c-8d19-26e7192b79c3 12 2021-04-27T16:23:44.612Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-27T16:23:44.612Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-27T16:23:44.613Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:23:44.613Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:44.614Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:44.614Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540624612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:23:44.714Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:44.715Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:44.715Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:44.723Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:44.723Z||pool-94-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:45.615Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e0fdb26-6671-4b22-8e2b-6fee0e397213 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-27T16:23:45.615Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-04-27T16:23:45.615Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-27T16:23:45.749Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-04-27T16:23:45.750Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1e0fdb26-6671-4b22-8e2b-6fee0e397213 2688 2021-04-27T16:23:45.750Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-27T16:23:45.750Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-27T16:23:45.750Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:23:45.750Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:45.752Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:45.752Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540625750, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-27T16:23:45.853Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:45.853Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:45.853Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:45.861Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:45.861Z||pool-95-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:46.754Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 61275198-cd0b-4f65-823e-605cfb1f3ba7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-27T16:23:46.754Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-04-27T16:23:46.754Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-27T16:23:46.903Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-04-27T16:23:46.904Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 61275198-cd0b-4f65-823e-605cfb1f3ba7 828 2021-04-27T16:23:46.904Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-27T16:23:46.904Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-27T16:23:46.904Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:23:46.904Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:46.906Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:46.906Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540626904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:23:47.006Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:47.006Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:47.006Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:47.013Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:47.013Z||pool-96-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:47.906Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "cf2878be-e33a-4d5c-9844-d48344c9a3ef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f5b9a5e2-7970-4177-8bb1-d5ed828427a6", "vfModuleModelCustomizationUUID": "95d0ce0a-5846-49d5-a16d-f03c683ec109", "isBase": true, "artifacts": [ "1e0fdb26-6671-4b22-8e2b-6fee0e397213", "0207e279-45f2-4bfa-b476-fdf8171d49ed", "0418e12f-3dae-4e7f-840f-1fea0bb3481e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-27T16:23:47.909Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f5b9a5e2-7970-4177-8bb1-d5ed828427a6 VfModuleModelInvariantUUID:cf2878be-e33a-4d5c-9844-d48344c9a3ef VfModuleModelDescription:NULL Artifacts UUID List:{ 1e0fdb26-6671-4b22-8e2b-6fee0e397213 , 0207e279-45f2-4bfa-b476-fdf8171d49ed , 0418e12f-3dae-4e7f-840f-1fea0bb3481e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-27T16:23:47.911Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "cf2878be-e33a-4d5c-9844-d48344c9a3ef", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f5b9a5e2-7970-4177-8bb1-d5ed828427a6", "vfModuleModelCustomizationUUID": "95d0ce0a-5846-49d5-a16d-f03c683ec109", "isBase": true, "artifacts": [ "1e0fdb26-6671-4b22-8e2b-6fee0e397213", "0207e279-45f2-4bfa-b476-fdf8171d49ed", "0418e12f-3dae-4e7f-840f-1fea0bb3481e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-04-27T16:23:47.912Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f5b9a5e2-7970-4177-8bb1-d5ed828427a6 VfModuleModelInvariantUUID:cf2878be-e33a-4d5c-9844-d48344c9a3ef VfModuleModelDescription:NULL Artifacts UUID List:{ 1e0fdb26-6671-4b22-8e2b-6fee0e397213 , 0207e279-45f2-4bfa-b476-fdf8171d49ed , 0418e12f-3dae-4e7f-840f-1fea0bb3481e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-04-27T16:23:47.912Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0207e279-45f2-4bfa-b476-fdf8171d49ed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-27T16:23:47.912Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-04-27T16:23:47.912Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-27T16:23:48.066Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-04-27T16:23:48.066Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 0207e279-45f2-4bfa-b476-fdf8171d49ed 1164 2021-04-27T16:23:48.066Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-27T16:23:48.066Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-27T16:23:48.066Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:23:48.066Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:48.068Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:48.068Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540628066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:23:48.168Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:48.169Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:48.169Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:48.179Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:48.179Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:49.068Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0418e12f-3dae-4e7f-840f-1fea0bb3481e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-27T16:23:49.069Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - download 2021-04-27T16:23:49.069Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-27T16:23:49.238Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2021-04-27T16:23:49.238Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 0418e12f-3dae-4e7f-840f-1fea0bb3481e 200 2021-04-27T16:23:49.238Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-27T16:23:49.239Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-27T16:23:49.239Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-27T16:23:49.239Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:49.241Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:49.241Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540629238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:23:49.341Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:49.342Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:49.342Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:49.352Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:49.352Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:50.241Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 25c4a992-fb9c-48e8-8595-e24057713743 2021-04-27T16:23:50.242Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3020ed7c-106d-44b3-9ab9-05d01befacff ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2021-04-27T16:23:50.252Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:23:50.257Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.257Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:50.257Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2021-04-27T16:23:50.257Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= ebe3bd52-22ac-497f-8489-c564133b53f2 2021-04-27T16:23:50.257Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ebe3bd52-22ac-497f-8489-c564133b53f2 matches Tosca VF Customization UUID: ebe3bd52-22ac-497f-8489-c564133b53f2 2021-04-27T16:23:50.257Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: ebe3bd52-22ac-497f-8489-c564133b53f2 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_, vnfresourc0_.DESCRIPTION as descript6_63_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_, vnfresourc0_.MODEL_NAME as model_na8_63_, vnfresourc0_.MODEL_VERSION as model_ve9_63_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-04-27T16:23:50.259Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.259Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:50.259Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id ebe3bd52-22ac-497f-8489-c564133b53f2: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-04-27T16:23:50.259Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6f7656d5 2021-04-27T16:23:50.259Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.259Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-27T16:23:50.260Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95d0ce0a-5846-49d5-a16d-f03c683ec109 2021-04-27T16:23:50.260Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95d0ce0a-5846-49d5-a16d-f03c683ec109 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_, vfmodule0_.DESCRIPTION as descript3_58_, vfmodule0_.IS_BASE as is_base4_58_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_, vfmodule0_.MODEL_NAME as model_na6_58_, vfmodule0_.MODEL_VERSION as model_ve7_58_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-04-27T16:23:50.261Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.261Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-27T16:23:50.261Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:23:50.262Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.262Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-27T16:23:50.262Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:23:50.262Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.262Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-27T16:23:50.262Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-27T16:23:50.262Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c7ad29dc-4db2-4caa-9650-6e3d005b7449 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_, vnfccustom0_.DESCRIPTION as descript3_66_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_, vnfccustom0_.MODEL_NAME as model_na6_66_, vnfccustom0_.MODEL_UUID as model_uu7_66_, vnfccustom0_.MODEL_VERSION as model_ve8_66_, vnfccustom0_.RESOURCE_INPUT as resource9_66_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-04-27T16:23:50.264Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.264Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-27T16:23:50.264Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-27T16:23:50.264Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.264Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-27T16:23:50.264Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ebe3bd52-22ac-497f-8489-c564133b53f2 Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:23:50.265Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.266Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:50.266Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 25c4a992-fb9c-48e8-8595-e24057713743: basic_cnf 2021-04-27T16:23:50.266Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.266Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:50.266Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.266Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:50.266Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.267Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:50.267Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.267Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:50.267Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-27T16:23:50.267Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-27T16:23:50.267Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:23:50.310Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3020ed7c-106d-44b3-9ab9-05d01befacff 1 ASDC deployResourceStructure 2021-04-27T16:23:50.310Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-04-27T16:23:50.311Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-04-27T16:23:50.311Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-27T16:23:50.311Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:50.312Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:50.312Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540630310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-27T16:23:50.412Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:50.413Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:50.413Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:50.421Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:50.421Z||pool-99-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:51.313Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-04-27T16:23:51.313Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-04-27T16:23:51.313Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-27T16:23:51.313Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:51.315Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:51.315Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540631313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-27T16:23:51.415Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:51.416Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:51.416Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:51.422Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:51.423Z||pool-100-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:52.316Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-04-27T16:23:52.316Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-27T16:23:52.316Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:23:52.317Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:52.319Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:52.319Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540632316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:23:52.419Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:52.419Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:52.419Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:52.427Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:52.427Z||pool-101-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:53.320Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-04-27T16:23:53.321Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-27T16:23:53.321Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:23:53.321Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:53.322Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:53.323Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540633320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-27T16:23:53.423Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:53.424Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:53.424Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:53.433Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:53.433Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:54.323Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-04-27T16:23:54.324Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-27T16:23:54.324Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:23:54.324Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:54.325Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:54.325Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540634323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-27T16:23:54.425Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:54.426Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:54.426Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:54.434Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:54.434Z||pool-103-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:55.326Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-04-27T16:23:55.327Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-27T16:23:55.327Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-27T16:23:55.327Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:23:55.329Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:23:55.329Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540635326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:23:55.429Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:23:55.430Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:23:55.430Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:23:55.438Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:23:55.438Z||pool-104-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-27T16:23:56.329Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:23:56.336Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:23:56.338Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:23:56.338Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:23:56.338Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:24:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:24:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:24:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:24:05.470Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:24:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:24:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540576548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-27T16:24:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:24:26.339Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:24:26.345Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:24:26.346Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:24:26.347Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:24:26.347Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:24:56.347Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:24:56.354Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:24:56.356Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:24:56.356Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:24:56.356Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:25:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:25:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:25:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:25:05.470Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:25:05.470Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:25:05.470Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "cds", "timestamp": 1619540576410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:25:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:25:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:25:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "ves-openapi-manager", "timestamp": 1619540582782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-27T16:25:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:25:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:25:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540575212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:25:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:25:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:25:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540580648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:25:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:25:05.471Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:25:05.472Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540573145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-27T16:25:05.472Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:25:26.356Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:25:26.363Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:25:26.365Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:25:26.365Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:25:26.365Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:25:56.365Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:25:56.372Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:25:56.373Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:25:56.373Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-27T16:25:56.374Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-27T16:26:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:26:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:26:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:26:05.977Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:26:05.978Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.978Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540584862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540581946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "dcae-sch", "timestamp": 1619540581090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540576548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "cds", "timestamp": 1619540576410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.979Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "ves-openapi-manager", "timestamp": 1619540582782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540575212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540580648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540573145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540584862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540581946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "dcae-sch", "timestamp": 1619540581090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.980Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540576548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "cds", "timestamp": 1619540576410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "ves-openapi-manager", "timestamp": 1619540582782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540575212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540580648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540573145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540584862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.981Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540581946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "dcae-sch", "timestamp": 1619540581090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540587487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540576548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.982Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "cds", "timestamp": 1619540576410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.983Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.983Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.983Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "ves-openapi-manager", "timestamp": 1619540582782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.983Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.983Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.983Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540575212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.983Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.983Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.983Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540580648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.983Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540573145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540584862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540581946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "dcae-sch", "timestamp": 1619540581090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540587487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "cds", "timestamp": 1619540576410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.984Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540576548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "ves-openapi-manager", "timestamp": 1619540582782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540575212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540580648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540573145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.985Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540584862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540581946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "dcae-sch", "timestamp": 1619540581090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540587487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "ves-openapi-manager", "timestamp": 1619540582782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540584862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.986Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540581946, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540590948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540590962, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "cds", "timestamp": 1619540590966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540590966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540587487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.987Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.988Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "ves-openapi-manager", "timestamp": 1619540582782, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:05.988Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.988Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.988Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540584862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-27T16:26:05.988Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:05.988Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.988Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540591814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:05.988Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:05.988Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:05.988Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "cds", "timestamp": 1619540591972, "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-04-27T16:26:05.994Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 2021-04-27T16:26:05.995Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:26:06.002Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.002Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540591972, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:26:06.002Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.002Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.002Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540587487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-27T16:26:06.003Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.003Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.003Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540592156, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.003Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.003Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.003Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540584862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:06.003Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.003Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.003Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "policy-id", "timestamp": 1619540592975, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:26:06.007Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 2021-04-27T16:26:06.007Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:26:06.014Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.014Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540593066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:26:06.014Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.014Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.014Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540587487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:06.014Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.014Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.014Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540593314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.014Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.015Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.015Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540584862, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:26:06.015Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.015Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.015Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619540594069, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:26:06.019Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 2021-04-27T16:26:06.019Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:26:06.025Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.025Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540587487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-27T16:26:06.025Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.025Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.026Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540594462, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.026Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.026Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.026Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540594671, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.026Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.026Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.026Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540587487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:06.026Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.026Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.026Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540595468, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:26:06.029Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 2021-04-27T16:26:06.029Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:26:06.034Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.034Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540595838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.034Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.034Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.034Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540587487, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:26:06.034Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.034Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.034Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-starlingx-id", "timestamp": 1619540596473, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540596985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540597297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540597301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540598128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.035Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "aai-ml", "timestamp": 1619540598300, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:26:06.039Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 2021-04-27T16:26:06.039Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:26:06.046Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.046Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540598461, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.047Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.047Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.047Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540599127, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.047Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.047Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.047Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540599132, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:26:06.051Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 2021-04-27T16:26:06.051Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:26:06.055Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.055Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540599694, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.056Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.056Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.056Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-windriver-id", "timestamp": 1619540600135, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:26:06.056Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.056Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.056Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540600849, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.056Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.056Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.056Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540601132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:26:06.056Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.057Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.057Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540601916, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:26:06.060Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 2021-04-27T16:26:06.060Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-04-27T16:26:06.064Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.064Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "clamp", "timestamp": 1619540602134, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:26:06.067Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 2021-04-27T16:26:06.068Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-27T16:26:06.073Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "multicloud-k8s-id", "timestamp": 1619540602920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc7afe47-298c-4e28-befe-01ecb53c30ad", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540611552, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-27T16:26:06.074Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540612565, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.075Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540622394, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540624612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540625750, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540626904, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540628066, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540629238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540630310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.076Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540631313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540632316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540633320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540634323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540635326, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-27T16:26:06.077Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:26:26.374Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:26:26.386Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-04-27T16:26:26.389Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-27T16:26:26.389Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-27T16:26:26.389Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-27T16:26:26.389Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-27T16:26:26.389Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:26:26.389Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:26:26.389Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:26:26.389Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:26:26.390Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:26:26.390Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-27T16:26:26.390Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-27T16:26:26.394Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-27T16:26:56.394Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-04-27T16:26:56.399Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 and serviceModelVersionId: 25c4a992-fb9c-48e8-8595-e24057713743 2021-04-27T16:26:56.399Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4d926e1-68ad-4388-ac05-6b4efa3b3f9a 2021-04-27T16:26:56.400Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4d926e1-68ad-4388-ac05-6b4efa3b3f9a/model-vers/model-ver/25c4a992-fb9c-48e8-8595-e24057713743?depth=0 2021-04-27T16:26:56.403Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2021-04-27T16:26:56.442Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4d926e1-68ad-4388-ac05-6b4efa3b3f9a/model-vers/model-ver/25c4a992-fb9c-48e8-8595-e24057713743?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-04-27T16:26:56.442Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4d926e1-68ad-4388-ac05-6b4efa3b3f9a/model-vers/model-ver/25c4a992-fb9c-48e8-8595-e24057713743?depth=0|INFO|500||Invoke 2021-04-27T16:26:56.458Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4d926e1-68ad-4388-ac05-6b4efa3b3f9a/model-vers/model-ver/25c4a992-fb9c-48e8-8595-e24057713743?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-27T16:26:56.524Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4d926e1-68ad-4388-ac05-6b4efa3b3f9a/model-vers/model-ver/25c4a992-fb9c-48e8-8595-e24057713743?depth=0|INFO|500||InvokeReturn 2021-04-27T16:26:56.525Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/b4d926e1-68ad-4388-ac05-6b4efa3b3f9a/model-vers/model-ver/25c4a992-fb9c-48e8-8595-e24057713743?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210427-16:26:56:466-93848], vertex-id=[217200], Content-Length=[0], Date=[Tue, 27 Apr 2021 16:26:56 GMT], Content-Type=[application/json]} 2021-04-27T16:26:56.525Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2021-04-27T16:26:56.525Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-27T16:26:56.525Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-27T16:26:56.529Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-04-27T16:26:56.529Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29ee7fc4-134f-4f16-8c9f-7e5b39c535d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-27T16:26:56.529Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-27T16:26:56.529Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2021-04-27T16:26:56.531Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-27T16:26:56.531Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540816529, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:26:56.631Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-27T16:26:56.632Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-27T16:26:56.632Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:26:56.641Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:26:56.642Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-27T16:26:57.541Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:26:57.541Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:26:57.541Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:27:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:27:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:27:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:27:06.070Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:27:06.070Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-27T16:27:06.070Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29ee7fc4-134f-4f16-8c9f-7e5b39c535d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619540816529, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-27T16:27:06.071Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-27T16:27:07.732Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:27:07.732Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:27:07.733Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:27:07.733Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:27:17.270Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:27:17.271Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:27:17.271Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:27:17.271Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:27:26.803Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:27:26.804Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:27:26.804Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:27:26.804Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:27:36.334Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:27:36.334Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:27:36.335Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:27:36.335Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:27:45.862Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:27:45.863Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:27:45.863Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:27:45.863Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:27:55.407Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:27:55.408Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:27:55.408Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:27:55.408Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:28:04.943Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:28:05.449Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:28:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:28:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:28:05.453Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:28:05.453Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:28:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:28:14.983Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:28:14.985Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:29:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:29:05.451Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:29:05.451Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:29:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:29:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:29:05.453Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:29:14.990Z|b745efe1-7a4e-4991-863a-ef6b2fdfa03a|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:29:14.990Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:30:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:30:05.451Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:30:05.452Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:30:05.453Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:30:05.453Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:30:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:30:15.011Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:30:15.012Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:31:05.449Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:31:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:31:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:31:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:31:05.453Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:31:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:31:14.987Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:31:14.987Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:32:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:32:05.451Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:32:05.451Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:32:05.453Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:32:05.453Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:32:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:32:14.987Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:32:14.987Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:33:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:33:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:33:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:33:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:33:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:33:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:33:14.990Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:33:14.990Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:34:05.449Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:34:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:34:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:34:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:34:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:34:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:34:14.989Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:34:14.990Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:35:05.449Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:35:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:35:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:35:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:35:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:35:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:35:14.987Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:35:14.990Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:36:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:36:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:36:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:36:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:36:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:36:05.453Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:36:14.985Z|cc7afe47-298c-4e28-befe-01ecb53c30ad|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:36:14.986Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:37:05.449Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:37:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:37:05.450Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|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 2C3hS54QqBUotjD6) ... 2021-04-27T16:37:05.453Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:37:05.453Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:37:05.453Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:37:14.988Z|29ee7fc4-134f-4f16-8c9f-7e5b39c535d4|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:37:14.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:38:05.450Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:38:05.450Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:38:05.450Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 2C3hS54QqBUotjD6) ... 2021-04-27T16:38:05.453Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-27T16:38:05.453Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-27T16:38:05.454Z||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 2C3hS54QqBUotjD6) ... 2021-04-27T16:38:14.990Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-27T16:38:14.991Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK