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-13T01:51:53.822Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-7b8597d554-hmksx with PID 14 (/app/app.jar started by so in /app) 2021-04-13T01:51:53.827Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-04-13T01:51:53.828Z||main|||||INFO|500||The following profiles are active: basic 2021-04-13T01:51:59.861Z||main|||||INFO|500||Starting service [Tomcat] 2021-04-13T01:51:59.862Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-04-13T01:51:59.945Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-04-13T01:52:01.354Z||main|||||INFO|500||catdb-pool - Starting... 2021-04-13T01:52:01.498Z||main|||||INFO|500||catdb-pool - Start completed. 2021-04-13T01:52:01.813Z||main|||||INFO|500||reqdb-pool - Starting... 2021-04-13T01:52:01.819Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-04-13T01:52:01.883Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-04-13T01:52:02.030Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-04-13T01:52:02.362Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-04-13T01:52:02.949Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-13T01:52:04.737Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-13T01:52:04.772Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-04-13T01:52:05.076Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-04-13T01:52:05.227Z||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-13T01:52:06.307Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-04-13T01:52:07.110Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-04-13T01:52:07.126Z||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$$4d2c999b.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-13T01:52:07.127Z||main|||||WARN|500||The sdc end point is not alive 2021-04-13T01:52:08.896Z||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-13T01:52:10.863Z||main|||||WARN|500||--- 2021-04-13T01:52:10.864Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-04-13T01:52:10.864Z||main|||||WARN|500||--- 2021-04-13T01:52:11.203Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-04-13T01:52:13.743Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-13T01:52:13.745Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-13T01:52:13.747Z||main|||||INFO|500||Started Application in 21.73 seconds (JVM running for 22.701) 2021-04-13T01:52:13.761Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-13T01:52:13.812Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-13T01:52:13.889Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 28004d9c-8496-48ab-b2db-740dbd750804 url= /sdc/v1/artifactTypes 2021-04-13T01:52:13.889Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-13T01:52:14.981Z||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.24.94] 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-13T01:52:14.984Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37a891d0 2021-04-13T01:52:14.985Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-13T01:52:14.991Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-13T01:52:14.993Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-13T01:52:14.995Z||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-13T01:53:03.736Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-13T01:53:03.736Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-13T01:53:03.737Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-13T01:53:03.740Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-13T01:53:03.744Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f1d06e4-3eaa-43e8-932a-095b52a67533 url= /sdc/v1/artifactTypes 2021-04-13T01:53:03.745Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-13T01:53:04.774Z||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.24.94] 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-13T01:53:04.774Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c215ad7 2021-04-13T01:53:04.775Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-13T01:53:04.775Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-13T01:53:04.775Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-13T01:53:04.775Z||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-13T01:53:53.736Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-13T01:53:53.737Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-13T01:53:53.737Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-13T01:53:53.741Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-13T01:53:53.745Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3ed7acb-740c-41a8-a5da-3591ee734a55 url= /sdc/v1/artifactTypes 2021-04-13T01:53:53.746Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-13T01:53:54.790Z||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.24.94] 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-13T01:53:54.791Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49f97b73 2021-04-13T01:53:54.791Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-13T01:53:54.792Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-13T01:53:54.792Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-13T01:53:54.793Z||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-13T01:54:43.736Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-13T01:54:43.737Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-13T01:54:43.737Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-13T01:54:43.742Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-13T01:54:43.748Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bcb5a571-8579-456c-8450-ba2927143bb2 url= /sdc/v1/artifactTypes 2021-04-13T01:54:43.748Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-13T01:54:44.773Z||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.24.94] 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-13T01:54:44.774Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5f690499 2021-04-13T01:54:44.774Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-13T01:54:44.774Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-13T01:54:44.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-13T01:54:44.775Z||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-13T01:55:33.740Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-13T01:55:33.742Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-13T01:55:33.743Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-13T01:55:33.747Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-13T01:55:33.753Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 996cbde5-eab2-415e-b02b-c4fc94d3c68e url= /sdc/v1/artifactTypes 2021-04-13T01:55:33.754Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-13T01:55:34.789Z||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.24.94] 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-13T01:55:34.790Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56dab287 2021-04-13T01:55:34.790Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-13T01:55:34.791Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-13T01:55:34.791Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-13T01:55:34.791Z||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-13T01:56:23.736Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-13T01:56:23.737Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-13T01:56:23.737Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-13T01:56:23.741Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-13T01:56:23.746Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d8f5875-3a75-45e9-9099-a3249a74af47 url= /sdc/v1/artifactTypes 2021-04-13T01:56:23.746Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-13T01:56:24.777Z||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.24.94] 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-13T01:56:24.778Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@133151d3 2021-04-13T01:56:24.778Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-13T01:56:24.778Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-13T01:56:24.779Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-13T01:56:24.779Z||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-13T01:57:13.737Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-13T01:57:13.737Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-13T01:57:13.737Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-13T01:57:13.742Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-13T01:57:13.749Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a6b900a5-47d7-43af-ad0a-8b2e15c5d67f url= /sdc/v1/artifactTypes 2021-04-13T01:57:13.750Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-13T01:57:14.789Z||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.24.94] 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-13T01:57:14.790Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3c4267ff 2021-04-13T01:57:14.790Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-13T01:57:14.790Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-13T01:57:14.790Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-13T01:57:14.790Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-04-13T01:58:03.736Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-13T01:58:03.737Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-13T01:58:03.737Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-13T01:58:03.739Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-13T01:58:03.744Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 82fd912d-2e71-437c-993a-e3497774548b url= /sdc/v1/artifactTypes 2021-04-13T01:58:03.744Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-13T01:58:04.773Z||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.24.94] 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-13T01:58:04.774Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@934b63b 2021-04-13T01:58:04.774Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-04-13T01:58:04.774Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-04-13T01:58:04.774Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-04-13T01:58:04.775Z||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-13T01:58:53.736Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-04-13T01:58:53.737Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-04-13T01:58:53.737Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-04-13T01:58:53.740Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-04-13T01:58:53.744Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b25263d7-e6dc-4689-8009-d170f5cdef5d url= /sdc/v1/artifactTypes 2021-04-13T01:58:53.745Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-04-13T01:58:53.891Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-04-13T01:58:53.899Z||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-13T01:58:53.929Z||scheduling-1|||||DEBUG|500||create keys 2021-04-13T01:58:53.937Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-04-13T01:58:53.956Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T01:58:53.971Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= aaf22d36-c891-47b9-8183-7d0765c9f2ff url= /sdc/v1/registerForDistribution 2021-04-13T01:58:54.069Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= aaf22d36-c891-47b9-8183-7d0765c9f2ff url= /sdc/v1/registerForDistribution 2021-04-13T01:58:54.069Z||scheduling-1|||||INFO|500||start DistributionClient 2021-04-13T01:58:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T01:58:54.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T01:58:54.082Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-04-13T01:58:54.082Z||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-13T01:58:54.082Z||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-13T01:58:54.083Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T01:58:54.083Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T01:59:04.299Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T01:59:04.341Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T01:59:54.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T01:59:54.077Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T01:59:54.077Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T01:59:54.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T01:59:54.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T01:59:54.078Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:00:03.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:00:03.623Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:00:54.076Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:00:54.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:00:54.077Z||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-13T02:00:54.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:00:54.078Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:00:54.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:01:03.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:01:03.636Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:01:54.076Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:01:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:01:54.078Z||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-13T02:01:54.078Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:01:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:01:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:02:03.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:02:03.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:02:22.506Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-04-13T02:02:22.690Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@5273a1e7 ((conn=626) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-13T02:02:22.692Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@1888efb7 ((conn=627) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-13T02:02:22.693Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@573b09d8 ((conn=628) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value. 2021-04-13T02:02:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:02:54.076Z||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-13T02:02:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:02:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:02:54.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:02:54.079Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:03:03.632Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:03:03.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:03:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:03:54.076Z||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-13T02:03:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:03:54.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:03:54.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:03:54.078Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:04:03.621Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:04:03.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:04:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:04:54.076Z||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-13T02:04:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:04:54.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:04:54.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:04:54.079Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:05:03.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:05:03.621Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:05:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:05:54.076Z||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-13T02:05:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:05:54.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:05:54.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:05:54.078Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:06:03.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:06:03.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:06:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:06:54.077Z||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-13T02:06:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:06:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:06:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:06:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:07:03.623Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:07:03.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:07:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:07:54.076Z||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-13T02:07:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:07:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:07:54.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:07:54.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:08:03.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:08:03.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:08:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:08:54.076Z||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-13T02:08:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:08:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:08:54.077Z||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-13T02:08:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:09:03.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:09:03.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:09:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:09:54.076Z||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-13T02:09:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:09:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:09:54.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:09:54.078Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:10:03.621Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:10:03.621Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:10:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:10:54.076Z||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-13T02:10:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:10:54.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:10:54.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:10:54.079Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:11:03.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:11:03.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:11:54.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:11:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:11:54.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:11:54.078Z||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-13T02:11:54.079Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:11:54.079Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:12:03.626Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:12:03.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:12:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:12:54.076Z||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-13T02:12:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:12:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:12:54.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:12:54.078Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:13:03.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:13:03.628Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:13:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:13:54.076Z||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-13T02:13:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:13:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:13:54.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:13:54.078Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:14:03.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:14:03.622Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:14:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:14:54.076Z||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-13T02:14:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:14:54.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:14:54.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:14:54.078Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:15:03.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:15:03.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:15:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:15:54.076Z||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-13T02:15:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:15:54.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:15:54.077Z||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-13T02:15:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:16:03.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:16:03.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:16:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:16:54.076Z||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-13T02:16:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:16:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:16:54.077Z||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-13T02:16:54.078Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:17:03.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:17:03.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:17:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:17:54.076Z||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-13T02:17:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:17:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:17:54.077Z||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-13T02:17:54.078Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:18:03.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:18:03.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:18:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:18:54.076Z||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-13T02:18:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:18:54.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:18:54.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:18:54.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:19:03.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:19:03.623Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:19:54.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:19:54.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:19:54.077Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:19:54.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:19:54.079Z||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-13T02:19:54.079Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:20:03.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:20:03.657Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:20:54.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:20:54.076Z||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-13T02:20:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:20:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:20:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:20:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:21:03.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:21:03.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:21:54.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:21:54.076Z||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-13T02:21:54.077Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:21:54.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:21:54.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:21:54.078Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:22:03.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:22:03.622Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:22:54.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:22:54.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:22:54.077Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:22:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:22:54.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:22:54.078Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:23:03.619Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:23:03.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:23:54.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:23:54.076Z||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-13T02:23:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:23:54.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:23:54.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:23:54.078Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:24:03.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:24:03.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:24:54.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:24:54.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:24:54.078Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:24:54.078Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:24:54.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:24:54.078Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:25:03.631Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:25:03.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:25:54.076Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:25:54.077Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:25:54.077Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:25:54.077Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:25:54.078Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:25:54.078Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:26:03.619Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:26:03.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:26:54.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:26:54.076Z||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-13T02:26:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:26:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:26:54.077Z||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-13T02:26:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:27:03.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:27:03.620Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:27:54.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:27:54.076Z||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-13T02:27:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:27:54.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:27:54.077Z||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-13T02:27:54.078Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:28:03.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:28:03.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:28:54.075Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:28:54.076Z||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-13T02:28:54.077Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:28:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:28:54.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:28:54.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:29:03.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:29:03.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:29:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:29:54.076Z||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-13T02:29:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:29:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:29:54.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:29:54.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:30:03.615Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:30:03.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:30:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:30:54.076Z||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-13T02:30:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:30:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:30:54.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:30:54.078Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:31:03.617Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:31:03.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:31:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:31:54.076Z||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-13T02:31:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:31:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:31:54.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:31:54.078Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:32:03.618Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:32:03.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:32:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:32:54.076Z||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-13T02:32:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:32:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:32:54.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:32:54.078Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:33:03.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:33:03.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:33:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:33:54.076Z||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-13T02:33:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:33:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:33:54.077Z||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-13T02:33:54.078Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:34:03.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:34:03.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:34:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:34:54.076Z||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-13T02:34:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:34:54.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:34:54.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:34:54.078Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:35:03.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:35:03.618Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:35:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:35:54.076Z||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-13T02:35:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:35:54.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:35:54.077Z||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-13T02:35:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:36:03.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:36:03.616Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:36:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:36:54.076Z||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-13T02:36:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:36:54.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:36:54.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:36:54.078Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:37:03.616Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:37:03.617Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:37:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:37:54.077Z||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-13T02:37:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:37:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:37:54.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:37:54.078Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:38:03.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:38:03.635Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:38:54.075Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:38:54.076Z||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-13T02:38:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:38:54.077Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:38:54.078Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:38:54.078Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:39:03.619Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:39:03.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:39:54.075Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:39:54.076Z||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-13T02:39:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:39:54.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:39:54.080Z||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-13T02:39:54.080Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:40:03.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:40:03.620Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:40:54.076Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:40:54.076Z||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-13T02:40:54.077Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:40:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:40:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:40:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:40:54.701Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:40:54.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"15ea8720-7d08-4103-adf7-63ebbb6a7c5b","serviceName":"vFW 2021-04-13 02-37-45","serviceVersion":"1.0","serviceUUID":"52d51c06-3875-449b-90f3-4f3c50fede25","serviceDescription":"catalog service description","serviceInvariantUUID":"11f8caca-ef65-45e3-8223-e5da85053586","resources":[{"resourceInstanceName":"vFW d700376e-7558 0","resourceName":"vFW d700376e-7558","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c6ec4473-45c8-4d33-9d8f-d89128236295","resourceInvariantUUID":"f4517e6c-9a96-493d-bdac-755fe3f4bae1","resourceCustomizationUUID":"22efc068-2dbb-4cf0-b602-5532d676e7f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml","artifactChecksum":"MDQ0ZjQxY2U5ZDMyNjY2NjI0ZTlmMDdjZjg3MjJmMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae18b03c-7407-4b02-91ba-92186aed209c","artifactVersion":"1"},{"artifactName":"vfwd700376e75580_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json","artifactChecksum":"ZTVlOWI0NmZiYWZkMTU3ZDZmY2Y2YWEwM2Y5YjdkYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"847626e0-feff-498c-acd5-8ba77882949d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dce3971d-0bab-4215-9fbb-b0787a1ae380","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml","artifactChecksum":"YjcxNTVhYWY4MDliNWRhOWE5OTVmNjNkNjY1N2FkZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fbdf65df-6a2a-4d60-8641-94c6f860b074","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6aa65e30-183b-4f02-9bf0-eb443ca52368","artifactVersion":"2","generatedFromUUID":"dce3971d-0bab-4215-9fbb-b0787a1ae380"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210413023745-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml","artifactChecksum":"YWJjYjU5YjE0ODM2OGI5ZTVlNjkwMGIzOGVkMmY2OTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c642c41a-74eb-4664-b8e2-71333d81df2e","artifactVersion":"1"},{"artifactName":"service-Vfw20210413023745-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar","artifactChecksum":"ZDgyZDE4YzZkZmQxODI1Mjc4M2ViMTFjNGRhMjg1N2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46595f79-4b35-4889-896a-88cbd35e3f09","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-13T02:40:54.709Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:40:54.709Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:40:54.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "ves-openapi-manager", "timestamp": 1618281617875, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.723Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:40:54.732Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:40:54.733Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.734Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "clamp", "timestamp": 1618281620920, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281626037, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "policy-id", "timestamp": 1618281626225, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "ves-openapi-manager", "timestamp": 1618281617875, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "clamp", "timestamp": 1618281620920, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOTIFIED" } 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "cds", "timestamp": 1618281626485, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281626595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281626037, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOTIFIED" } 2021-04-13T02:40:54.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "policy-id", "timestamp": 1618281626225, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "ves-openapi-manager", "timestamp": 1618281617875, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "clamp", "timestamp": 1618281620920, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "cds", "timestamp": 1618281626485, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281626595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOTIFIED" } 2021-04-13T02:40:54.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281626037, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-13T02:40:54.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "policy-id", "timestamp": 1618281626225, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-13T02:40:54.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "clamp", "timestamp": 1618281620920, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "ves-openapi-manager", "timestamp": 1618281617875, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "cds", "timestamp": 1618281626485, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281626595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-13T02:40:54.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281626037, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "policy-id", "timestamp": 1618281626225, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "clamp", "timestamp": 1618281620920, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "ves-openapi-manager", "timestamp": 1618281617875, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "cds", "timestamp": 1618281626485, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281626595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281626037, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-13T02:40:54.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "policy-id", "timestamp": 1618281626225, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "ves-openapi-manager", "timestamp": 1618281617875, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "clamp", "timestamp": 1618281620920, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "cds", "timestamp": 1618281626485, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281626595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-13T02:40:54.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "dcae-sch", "timestamp": 1618281630914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281626037, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "policy-id", "timestamp": 1618281626225, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "clamp", "timestamp": 1618281620920, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "ves-openapi-manager", "timestamp": 1618281617875, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "cds", "timestamp": 1618281626485, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281626595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281631644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "dcae-sch", "timestamp": 1618281630914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281626037, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "policy-id", "timestamp": 1618281626225, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "cds", "timestamp": 1618281626485, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281626595, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:40:54.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281631644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOTIFIED" } 2021-04-13T02:40:54.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "dcae-sch", "timestamp": 1618281630914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281634381, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281631644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "dcae-sch", "timestamp": 1618281630914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "policy-id", "timestamp": 1618281634773, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281631644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "dcae-sch", "timestamp": 1618281630914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "policy-id", "timestamp": 1618281635780, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "cds", "timestamp": 1618281636077, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281631644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-13T02:40:54.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "dcae-sch", "timestamp": 1618281630914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:54.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:54.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:54.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "policy-id", "timestamp": 1618281636783, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2021-04-13T02:40:54.833Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2021-04-13T02:40:54.836Z||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-13T02:40:54.836Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:40:54.845Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:40:54.845Z||pool-3-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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:40:55.063Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 2021-04-13T02:40:55.082Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:40:55.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "cds", "timestamp": 1618281637090, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-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-13T02:40:55.115Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 2021-04-13T02:40:55.115Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:40:55.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281636448, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281637358, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:55.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281631644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "dcae-sch", "timestamp": 1618281630914, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281638111, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:55.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281636448, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281631644, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:40:55.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281636448, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281639197, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:55.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281639667, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:55.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281639972, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:55.129Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281636448, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281640544, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:55.130Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281640675, "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-13T02:40:55.135Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 2021-04-13T02:40:55.136Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:40:55.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281636448, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.151Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.151Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281641239, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:55.152Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281641549, "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-13T02:40:55.157Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 2021-04-13T02:40:55.158Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:40:55.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-windriver-id", "timestamp": 1618281641679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:40:55.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281636448, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281642427, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:55.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281642553, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:40:55.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281636448, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:40:55.167Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281643768, "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-13T02:40:55.172Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 2021-04-13T02:40:55.173Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:40:55.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "aai-ml", "timestamp": 1618281643660, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281644475, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:55.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "multicloud-k8s-id", "timestamp": 1618281644772, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:40:55.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "aai-ml", "timestamp": 1618281643660, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "aai-ml", "timestamp": 1618281643660, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "aai-ml", "timestamp": 1618281643660, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "aai-ml", "timestamp": 1618281643660, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281648942, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:40:55.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "clamp", "timestamp": 1618281649286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:55.182Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "aai-ml", "timestamp": 1618281643660, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:55.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281649948, "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-13T02:40:55.189Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 2021-04-13T02:40:55.190Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:40:55.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "clamp", "timestamp": 1618281650353, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:40:55.214Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.214Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "aai-ml", "timestamp": 1618281643660, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:40:55.215Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:40:55.215Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.215Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "clamp", "timestamp": 1618281651357, "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-13T02:40:55.220Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 2021-04-13T02:40:55.220Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:40:55.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:40:55.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "aai-ml", "timestamp": 1618281652020, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:40:55.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:40:55.740Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:40:55.741Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:40:55.742Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:40:55.742Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOTIFIED" } 2021-04-13T02:40:55.842Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:40:55.844Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:40:55.844Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:40:55.853Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:40:55.854Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:40:56.743Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:40:56.744Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:40:56.748Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:40:56.748Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-13T02:40:56.848Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:40:56.849Z||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-13T02:40:56.849Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:40:56.860Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:40:56.861Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:40:57.748Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:40:57.749Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:40:57.751Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:40:57.751Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:57.852Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:40:57.852Z||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-13T02:40:57.852Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:40:57.861Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:40:57.862Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:40:58.752Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:40:58.753Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:40:58.754Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:40:58.754Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-13T02:40:58.854Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:40:58.855Z||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-13T02:40:58.856Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:40:58.865Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:40:58.866Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:40:59.754Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:40:59.755Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:40:59.757Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:40:59.757Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:40:59.858Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:40:59.858Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:40:59.858Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:40:59.869Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:40:59.870Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:41:00.758Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:41:00.758Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:41:00.760Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:41:00.760Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:41:00.860Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:41:00.861Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:41:00.861Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:41:00.870Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:41:00.871Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:41:01.762Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "serviceName": "vFW 2021-04-13 02-37-45", "serviceVersion": "1.0", "serviceUUID": "52d51c06-3875-449b-90f3-4f3c50fede25", "serviceDescription": "catalog service description", "serviceInvariantUUID": "11f8caca-ef65-45e3-8223-e5da85053586", "resources": [ { "resourceInstanceName": "vFW d700376e-7558 0", "resourceCustomizationUUID": "22efc068-2dbb-4cf0-b602-5532d676e7f5", "resourceName": "vFW d700376e-7558", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c6ec4473-45c8-4d33-9d8f-d89128236295", "resourceInvariantUUID": "f4517e6c-9a96-493d-bdac-755fe3f4bae1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd700376e75580_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "artifactChecksum": "ZTVlOWI0NmZiYWZkMTU3ZDZmY2Y2YWEwM2Y5YjdkYjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "847626e0-feff-498c-acd5-8ba77882949d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "dce3971d-0bab-4215-9fbb-b0787a1ae380", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6aa65e30-183b-4f02-9bf0-eb443ca52368", "generatedFromUUID": "dce3971d-0bab-4215-9fbb-b0787a1ae380" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6aa65e30-183b-4f02-9bf0-eb443ca52368", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210413023745-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "artifactChecksum": "ZDgyZDE4YzZkZmQxODI1Mjc4M2ViMTFjNGRhMjg1N2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "46595f79-4b35-4889-896a-88cbd35e3f09" } ], "workloadContext": "Production" } 2021-04-13T02:41:01.763Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-13T02:41:01.763Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 52d51c06-3875-449b-90f3-4f3c50fede25 ASDC 2021-04-13T02:41:01.891Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:15ea8720-7d08-4103-adf7-63ebbb6a7c5b ServiceName:vFW 2021-04-13 02-37-45 ServiceVersion:1.0 ServiceUUID:52d51c06-3875-449b-90f3-4f3c50fede25 ServiceInvariantUUID:11f8caca-ef65-45e3-8223-e5da85053586 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210413023745-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar ArtifactUUID:46595f79-4b35-4889-896a-88cbd35e3f09 ArtifactChecksum:ZDgyZDE4YzZkZmQxODI1Mjc4M2ViMTFjNGRhMjg1N2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d700376e-7558 0 ResourceCustomizationUUID:22efc068-2dbb-4cf0-b602-5532d676e7f5 ResourceInvariantUUID:f4517e6c-9a96-493d-bdac-755fe3f4bae1 ResourceName:vFW d700376e-7558 ResourceType:VF ResourceUUID:c6ec4473-45c8-4d33-9d8f-d89128236295 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd700376e75580_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json ArtifactUUID:847626e0-feff-498c-acd5-8ba77882949d ArtifactChecksum:ZTVlOWI0NmZiYWZkMTU3ZDZmY2Y2YWEwM2Y5YjdkYjE= 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/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml ArtifactUUID:dce3971d-0bab-4215-9fbb-b0787a1ae380 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/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env ArtifactUUID:6aa65e30-183b-4f02-9bf0-eb443ca52368 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/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env ArtifactUUID:6aa65e30-183b-4f02-9bf0-eb443ca52368 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-13T02:41:01.892Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52d51c06-3875-449b-90f3-4f3c50fede25 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-13T02:41:01.940Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:41:01.941Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-13T02:41:01.942Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-13T02:41:01.942Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 46595f79-4b35-4889-896a-88cbd35e3f09 from URL: /sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:01.942Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-13T02:41:01.944Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:02.172Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-13T02:41:02.210Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar 46595f79-4b35-4889-896a-88cbd35e3f09 110091 2021-04-13T02:41:02.211Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar ASDC sendASDCNotification 2021-04-13T02:41:02.211Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:02.243Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:41:02.244Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:41:02.245Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:41:02.245Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281662211, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:41:02.345Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:41:02.346Z||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-13T02:41:02.346Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:41:02.355Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:41:02.356Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:41:03.246Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:41:03.247Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2021-04-13T02:41:03.247Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 46595f79-4b35-4889-896a-88cbd35e3f09, URL: /sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar to file: /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:03.247Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210413023745-csar.csar 2021-04-13T02:41:03.469Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:03.469Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:03.968Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1853169232546653103/Definitions/service-Vfw20210413023745-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-13T02:41:06.653Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-13T02:41:06.658Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-13T02:41:06.658Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.658Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-04-13T02:41:06.658Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.658Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.658Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d700376e-7558 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-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.658Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d700376e-7558 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.658Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.658Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.659Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.659Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.659Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.659Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.659Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.659Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.659Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.659Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-Vfw20210413023745-csar.csar 2021-04-13T02:41:06.659Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||WARN|500||#################################################################################################### 2021-04-13T02:41:06.665Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.666Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:06.669Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is matching search criteria 2021-04-13T02:41:06.669Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-13T02:41:06.670Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d700376e-7558 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:41:06.671Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.671Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:06.671Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is matching search criteria 2021-04-13T02:41:06.671Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2021-04-13T02:41:06.672Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d700376e-7558 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:41:06.672Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.672Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:06.674Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:06.675Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-13T02:41:06.676Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:06.676Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-13T02:41:06.676Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.676Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-13T02:41:06.676Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.676Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:41:06.677Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.677Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is matching search criteria 2021-04-13T02:41:06.677Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d700376e-7558 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:41:06.677Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.677Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is matching search criteria 2021-04-13T02:41:06.677Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d700376e-7558 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:41:06.677Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.677Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is matching search criteria 2021-04-13T02:41:06.677Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d700376e-7558 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is not matching search criteria 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-13T02:41:06.678Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3d9b0ffe-9163-4ef7-92d2-7938a9e6ae27 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-13T02:41:06.679Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=12671e2f-11bb-474f-b14a-eb91452d02e8 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-13T02:41:06.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c7839cd-e985-4f6c-91f2-3f36a215f710 2021-04-13T02:41:06.681Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.681Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:06.681Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.681Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:06.681Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.681Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:06.681Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:06.681Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:06.681Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-04-13 02-37-45 Description:catalog service description Model UUID:52d51c06-3875-449b-90f3-4f3c50fede25 Model Version:NULL Model InvariantUuid:11f8caca-ef65-45e3-8223-e5da85053586 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d700376e-7558 Model UUID:7165d337-384e-4737-9259-afb5a824de4b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:f4517e6c-9a96-493d-bdac-755fe3f4bae1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:22efc068-2dbb-4cf0-b602-5532d676e7f5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dc15ea1c-95a8-4f48-8ec8-9700c2103a33 ModelName:VfwD700376e7558..base_vfw..module-0 ModelUuid:f4dd8a0f-01a7-4efb-8f25-e8ff405da1b5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3d9b0ffe-9163-4ef7-92d2-7938a9e6ae27 ModelInvariantUuid:920cb9a6-2e75-454f-951d-c852e2dbb6d6 ModelName:vFW d700376e-7558-nodes.vfwCvfc ModelUuid:b583af4a-c90a-48e9-9da3-03929a28360b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f893eed0-73c8-41a0-a80d-d06fc11b5fce ModelInvariantUuid:f08c962f-0eb3-4261-8500-1887cd5dd7e0 ModelName:VfwD700376e7558.compute.nodes.heat.vfw ModelUuid:03a89759-dc75-4baa-8f5b-a74867615ef5 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:12671e2f-11bb-474f-b14a-eb91452d02e8 ModelInvariantUuid:470acf7d-fc82-4ac1-acf7-6fe11021716e ModelName:vFW d700376e-7558-nodes.vsnCvfc ModelUuid:71865fe2-792b-419b-b4fe-c231354ae55c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:938d285f-9355-4fbe-b8cb-3701b51c9889 ModelInvariantUuid:6b597fc4-8575-4afc-9114-8168fe481964 ModelName:VfwD700376e7558.compute.nodes.heat.vsn ModelUuid:e6a6a69d-efe2-4904-b7a0-4d33d2dd2562 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9c7839cd-e985-4f6c-91f2-3f36a215f710 ModelInvariantUuid:1eb447a7-c7ef-40d2-8023-c7f5c0c4cc79 ModelName:vFW d700376e-7558-nodes.vpgCvfc ModelUuid:93a8f4bc-f768-44ea-9325-2b3476bc95ab ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:5b99de4a-df23-494f-8246-d98a060aca98 ModelInvariantUuid:aa4d88d6-9ec5-469c-b468-a4971e4993c7 ModelName:VfwD700376e7558.compute.nodes.heat.vpg ModelUuid:8b6247f0-f2d9-4dcf-b246-fb79f53effb5 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-13T02:41:06.700Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: c6ec4473-45c8-4d33-9d8f-d89128236295 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-13T02:41:06.892Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||vFW d700376e-7558 0 2021-04-13T02:41:06.899Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c6ec4473-45c8-4d33-9d8f-d89128236295 2021-04-13T02:41:06.899Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 847626e0-feff-498c-acd5-8ba77882949d from URL: /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json 2021-04-13T02:41:06.899Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-13T02:41:06.899Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json 2021-04-13T02:41:08.166Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-13T02:41:08.167Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json 847626e0-feff-498c-acd5-8ba77882949d 785 2021-04-13T02:41:08.167Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json ASDC sendASDCNotification 2021-04-13T02:41:08.168Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json 2021-04-13T02:41:08.168Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:41:08.168Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:41:08.171Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:41:08.171Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281668167, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:41:08.271Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:41:08.272Z||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-13T02:41:08.273Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:41:08.283Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:41:08.284Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:41:09.174Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD700376e7558..base_vfw..module-0", "vfModuleModelInvariantUUID": "dc15ea1c-95a8-4f48-8ec8-9700c2103a33", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f4dd8a0f-01a7-4efb-8f25-e8ff405da1b5", "vfModuleModelCustomizationUUID": "505967d1-c23e-4360-867b-e454fe5deb2f", "isBase": true, "artifacts": [ "dce3971d-0bab-4215-9fbb-b0787a1ae380", "6aa65e30-183b-4f02-9bf0-eb443ca52368" ], "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-13T02:41:09.390Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD700376e7558..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f4dd8a0f-01a7-4efb-8f25-e8ff405da1b5 VfModuleModelInvariantUUID:dc15ea1c-95a8-4f48-8ec8-9700c2103a33 VfModuleModelDescription:NULL Artifacts UUID List:{ dce3971d-0bab-4215-9fbb-b0787a1ae380 , 6aa65e30-183b-4f02-9bf0-eb443ca52368 } 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-13T02:41:09.393Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD700376e7558..base_vfw..module-0", "vfModuleModelInvariantUUID": "dc15ea1c-95a8-4f48-8ec8-9700c2103a33", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f4dd8a0f-01a7-4efb-8f25-e8ff405da1b5", "vfModuleModelCustomizationUUID": "505967d1-c23e-4360-867b-e454fe5deb2f", "isBase": true, "artifacts": [ "dce3971d-0bab-4215-9fbb-b0787a1ae380", "6aa65e30-183b-4f02-9bf0-eb443ca52368" ], "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-13T02:41:09.393Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD700376e7558..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f4dd8a0f-01a7-4efb-8f25-e8ff405da1b5 VfModuleModelInvariantUUID:dc15ea1c-95a8-4f48-8ec8-9700c2103a33 VfModuleModelDescription:NULL Artifacts UUID List:{ dce3971d-0bab-4215-9fbb-b0787a1ae380 , 6aa65e30-183b-4f02-9bf0-eb443ca52368 } 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-13T02:41:09.393Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dce3971d-0bab-4215-9fbb-b0787a1ae380 from URL: /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml 2021-04-13T02:41:09.393Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-13T02:41:09.393Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml 2021-04-13T02:41:10.566Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-13T02:41:10.567Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml dce3971d-0bab-4215-9fbb-b0787a1ae380 20368 2021-04-13T02:41:10.567Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-13T02:41:10.567Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml 2021-04-13T02:41:10.567Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:41:10.568Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:41:10.569Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:41:10.569Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281670567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:41:10.669Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:41:10.670Z||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-13T02:41:10.670Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:41:10.679Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:41:10.679Z||pool-12-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:41:11.570Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6aa65e30-183b-4f02-9bf0-eb443ca52368 from URL: /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env 2021-04-13T02:41:11.570Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - download 2021-04-13T02:41:11.570Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env 2021-04-13T02:41:12.242Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2021-04-13T02:41:12.242Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env 6aa65e30-183b-4f02-9bf0-eb443ca52368 2098 2021-04-13T02:41:12.242Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-13T02:41:12.242Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env 2021-04-13T02:41:12.243Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:41:12.243Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:41:12.244Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:41:12.244Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281672242, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:41:12.344Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:41:12.345Z||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-13T02:41:12.345Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:41:12.355Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:41:12.355Z||pool-13-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:41:13.245Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 52d51c06-3875-449b-90f3-4f3c50fede25 2021-04-13T02:41:13.246Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d700376e-7558 0 c6ec4473-45c8-4d33-9d8f-d89128236295 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-13T02:41:13.310Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.311Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:13.311Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2021-04-13T02:41:13.311Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 22efc068-2dbb-4cf0-b602-5532d676e7f5 2021-04-13T02:41:13.311Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22efc068-2dbb-4cf0-b602-5532d676e7f5 matches Tosca VF Customization UUID: 22efc068-2dbb-4cf0-b602-5532d676e7f5 2021-04-13T02:41:13.311Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 22efc068-2dbb-4cf0-b602-5532d676e7f5 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-13T02:41:13.317Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.317Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:13.318Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 22efc068-2dbb-4cf0-b602-5532d676e7f5: {\"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-13T02:41:13.318Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4596f9f7 2021-04-13T02:41:13.319Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.319Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:41:13.319Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 505967d1-c23e-4360-867b-e454fe5deb2f 2021-04-13T02:41:13.320Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 505967d1-c23e-4360-867b-e454fe5deb2f 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-13T02:41:13.325Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.326Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is matching search criteria 2021-04-13T02:41:13.326Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d700376e-7558 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:41:13.327Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.328Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is matching search criteria 2021-04-13T02:41:13.328Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d700376e-7558 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:41:13.328Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.328Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is not matching search criteria 2021-04-13T02:41:13.329Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-13T02:41:13.329Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-13T02:41:13.329Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-04-13T02:41:13.329Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-13T02:41:13.329Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-13T02:41:13.329Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-13T02:41:13.329Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:13.330Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-13T02:41:13.330Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:13.330Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-13T02:41:13.330Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-13T02:41:13.330Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3d9b0ffe-9163-4ef7-92d2-7938a9e6ae27 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-13T02:41:13.340Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.340Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is matching search criteria 2021-04-13T02:41:13.340Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d700376e-7558 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:41:13.341Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.341Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is not matching search criteria 2021-04-13T02:41:13.341Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-13T02:41:13.341Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-13T02:41:13.341Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-13T02:41:13.341Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-13T02:41:13.341Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:13.342Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-13T02:41:13.342Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-13T02:41:13.342Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-04-13T02:41:13.342Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-04-13T02:41:13.342Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:13.342Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2021-04-13T02:41:13.342Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-04-13T02:41:13.342Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=12671e2f-11bb-474f-b14a-eb91452d02e8 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-13T02:41:13.345Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.345Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is matching search criteria 2021-04-13T02:41:13.345Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d700376e-7558 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:41:13.347Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.347Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is not matching search criteria 2021-04-13T02:41:13.347Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-04-13T02:41:13.347Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-04-13T02:41:13.347Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-04-13T02:41:13.348Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-04-13T02:41:13.348Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:13.348Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-04-13T02:41:13.348Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2021-04-13T02:41:13.348Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-04-13T02:41:13.348Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2021-04-13T02:41:13.348Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-04-13T02:41:13.348Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-04-13T02:41:13.348Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-04-13T02:41:13.349Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9c7839cd-e985-4f6c-91f2-3f36a215f710 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-13T02:41:13.350Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.351Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is matching search criteria 2021-04-13T02:41:13.351Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d700376e-7558 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:41:13.351Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.351Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Node template vFW d700376e-7558 0 is matching search criteria 2021-04-13T02:41:13.351Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d700376e-7558 0] matching following query criteria: sdcType=VF, customizationUUID=22efc068-2dbb-4cf0-b602-5532d676e7f5 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-13T02:41:13.353Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.353Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:13.354Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 52d51c06-3875-449b-90f3-4f3c50fede25: vFW d700376e-7558 2021-04-13T02:41:13.354Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.354Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:13.354Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.354Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:13.355Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.355Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:13.355Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.355Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:13.355Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:41:13.356Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-04-13 02-37-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:41:13.356Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-04-13 02-37-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-13T02:41:13.619Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d700376e-7558 c6ec4473-45c8-4d33-9d8f-d89128236295 1 ASDC deployResourceStructure 2021-04-13T02:41:13.619Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json ASDC sendASDCNotification 2021-04-13T02:41:13.619Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json 2021-04-13T02:41:13.619Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:41:13.620Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:41:13.621Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:41:13.621Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281673619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:41:13.722Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:41:13.723Z||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-13T02:41:13.723Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:41:13.733Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:41:13.734Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:41:14.623Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-04-13T02:41:14.623Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml 2021-04-13T02:41:14.623Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:41:14.623Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:41:14.626Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:41:14.626Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281674622, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:41:14.726Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:41:14.727Z||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-13T02:41:14.727Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:41:14.738Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:41:14.738Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:41:15.634Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env ASDC sendASDCNotification 2021-04-13T02:41:15.634Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env 2021-04-13T02:41:15.634Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:41:15.634Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:41:15.636Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:41:15.636Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281675634, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-13T02:41:15.737Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:41:15.737Z||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-13T02:41:15.738Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:41:15.748Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:41:15.748Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:41:16.638Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar ASDC sendASDCNotification 2021-04-13T02:41:16.638Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar 2021-04-13T02:41:16.638Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:41:16.639Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:41:16.641Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:41:16.641Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281676638, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:41:16.741Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:41:16.742Z||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-13T02:41:16.742Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:41:16.752Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:41:16.753Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:41:17.643Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:41:17.664Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:41:17.667Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:41:17.667Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:41:17.667Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:41:47.668Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:41:47.677Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:41:47.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:41:47.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:41:47.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:41:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:41:54.079Z||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-13T02:41:54.079Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:41:54.200Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:41:54.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:41:54.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:41:54.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:17.680Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:42:17.694Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:42:17.698Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:42:17.699Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:42:17.699Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:42:47.699Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:42:47.709Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:42:47.712Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:42:47.712Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:42:47.712Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:42:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:42:54.079Z||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-13T02:42:54.080Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:42:54.096Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:42:54.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "NOTIFIED" } 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281654075, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:42:54.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281662211, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "aai-ml", "timestamp": 1618281665284, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "aai-ml", "timestamp": 1618281666290, "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-13T02:42:54.617Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 2021-04-13T02:42:54.618Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:42:54.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281668167, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281670567, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281672242, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281673619, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/vfwd700376e75580_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281674622, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281675634, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/resourceInstances/vfwd700376e75580/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281676638, "artifactURL": "/sdc/v1/catalog/services/Vfw20210413023745/1.0/artifacts/service-Vfw20210413023745-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "aai-ml", "timestamp": 1618281673660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281671644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "cds", "timestamp": 1618281671485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "dcae-sch", "timestamp": 1618281670914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281671644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "aai-ml", "timestamp": 1618281673660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "ves-openapi-manager", "timestamp": 1618281677875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "cds", "timestamp": 1618281671485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "dcae-sch", "timestamp": 1618281670914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "aai-ml", "timestamp": 1618281673660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281671644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:42:54.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "ves-openapi-manager", "timestamp": 1618281677875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "cds", "timestamp": 1618281671485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "dcae-sch", "timestamp": 1618281670914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281671644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "aai-ml", "timestamp": 1618281673660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "ves-openapi-manager", "timestamp": 1618281677875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "cds", "timestamp": 1618281671485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "dcae-sch", "timestamp": 1618281670914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "aai-ml", "timestamp": 1618281673660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281671644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "ves-openapi-manager", "timestamp": 1618281677875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "clamp", "timestamp": 1618281680920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "cds", "timestamp": 1618281671485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "dcae-sch", "timestamp": 1618281670914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "aai-ml", "timestamp": 1618281673660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281671644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "ves-openapi-manager", "timestamp": 1618281677875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "clamp", "timestamp": 1618281680920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "cds", "timestamp": 1618281671485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "dcae-sch", "timestamp": 1618281670914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281671644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "aai-ml", "timestamp": 1618281673660, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "ves-openapi-manager", "timestamp": 1618281677875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "clamp", "timestamp": 1618281680920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "cds", "timestamp": 1618281671485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "dcae-sch", "timestamp": 1618281670914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "ves-openapi-manager", "timestamp": 1618281677875, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "clamp", "timestamp": 1618281680920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "aai-ml", "timestamp": 1618281684649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281684676, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "cds", "timestamp": 1618281684732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "clamp", "timestamp": 1618281680920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "cds", "timestamp": 1618281685738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-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-13T02:42:54.649Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e8d5e7e5-e888-4182-8b92-b107d08df5bb 2021-04-13T02:42:54.650Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8d5e7e5-e888-4182-8b92-b107d08df5bb 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-13T02:42:54.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281685952, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "clamp", "timestamp": 1618281680920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281686038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "policy-id", "timestamp": 1618281686225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281686595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281687553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "clamp", "timestamp": 1618281680920, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281686038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "policy-id", "timestamp": 1618281686225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281686595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281688581, "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-13T02:42:54.664Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8d5e7e5-e888-4182-8b92-b107d08df5bb 2021-04-13T02:42:54.664Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8d5e7e5-e888-4182-8b92-b107d08df5bb 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-13T02:42:54.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281686038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:42:54.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "policy-id", "timestamp": 1618281686225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:42:54.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281686595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618281689585, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281686038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "policy-id", "timestamp": 1618281686225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281686595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281686038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "policy-id", "timestamp": 1618281686225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281686595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "aai-ml", "timestamp": 1618281691493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281686038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "policy-id", "timestamp": 1618281686225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281686595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "aai-ml", "timestamp": 1618281692498, "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-13T02:42:54.680Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e8d5e7e5-e888-4182-8b92-b107d08df5bb 2021-04-13T02:42:54.680Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8d5e7e5-e888-4182-8b92-b107d08df5bb 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-13T02:42:54.687Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.687Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281686038, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:42:54.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "policy-id", "timestamp": 1618281686225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:42:54.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281686595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:42:54.688Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281695109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "clamp", "timestamp": 1618281695302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "policy-id", "timestamp": 1618281695953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.689Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "clamp", "timestamp": 1618281696320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.689Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.689Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281696485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.690Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "policy-id", "timestamp": 1618281696957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.690Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281696448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.690Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.690Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "clamp", "timestamp": 1618281697323, "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-13T02:42:54.696Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e8d5e7e5-e888-4182-8b92-b107d08df5bb 2021-04-13T02:42:54.696Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8d5e7e5-e888-4182-8b92-b107d08df5bb 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-13T02:42:54.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281697677, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.708Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "policy-id", "timestamp": 1618281697960, "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-13T02:42:54.714Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8d5e7e5-e888-4182-8b92-b107d08df5bb 2021-04-13T02:42:54.714Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8d5e7e5-e888-4182-8b92-b107d08df5bb 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-13T02:42:54.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281696448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281698696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281696448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281699129, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281699842, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281696448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281700137, "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-13T02:42:54.731Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8d5e7e5-e888-4182-8b92-b107d08df5bb 2021-04-13T02:42:54.731Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8d5e7e5-e888-4182-8b92-b107d08df5bb 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-13T02:42:54.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281700845, "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-13T02:42:54.745Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e8d5e7e5-e888-4182-8b92-b107d08df5bb 2021-04-13T02:42:54.745Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8d5e7e5-e888-4182-8b92-b107d08df5bb 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-13T02:42:54.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281696448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618281701140, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.754Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618281701848, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.754Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281696448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:42:54.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281696448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:42:54.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-04-13T02:42:54.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281704269, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:42:54.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281706316, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:42:54.756Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:42:54.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:42:54.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618281707320, "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-13T02:42:54.760Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e8d5e7e5-e888-4182-8b92-b107d08df5bb 2021-04-13T02:42:54.760Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e8d5e7e5-e888-4182-8b92-b107d08df5bb 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-13T02:43:17.713Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:43:17.724Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:43:17.727Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:43:17.728Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-13T02:43:17.728Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-13T02:43:17.728Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-13T02:43:17.728Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:43:17.728Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:43:17.728Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:43:17.728Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:43:17.728Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:43:17.728Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:43:17.728Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-13T02:43:17.733Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-13T02:43:47.733Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b 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-13T02:43:47.741Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15ea8720-7d08-4103-adf7-63ebbb6a7c5b and serviceModelVersionId: 52d51c06-3875-449b-90f3-4f3c50fede25 2021-04-13T02:43:47.742Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11f8caca-ef65-45e3-8223-e5da85053586 2021-04-13T02:43:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:43:54.078Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:43:54.078Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:00.440Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11f8caca-ef65-45e3-8223-e5da85053586/model-vers/model-ver/52d51c06-3875-449b-90f3-4f3c50fede25?depth=0 2021-04-13T02:44:00.557Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2021-04-13T02:44:01.024Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11f8caca-ef65-45e3-8223-e5da85053586/model-vers/model-ver/52d51c06-3875-449b-90f3-4f3c50fede25?depth=0|INFO|500||Invoke 2021-04-13T02:44:01.032Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11f8caca-ef65-45e3-8223-e5da85053586/model-vers/model-ver/52d51c06-3875-449b-90f3-4f3c50fede25?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11f8caca-ef65-45e3-8223-e5da85053586/model-vers/model-ver/52d51c06-3875-449b-90f3-4f3c50fede25?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15ea8720-7d08-4103-adf7-63ebbb6a7c5b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb8ac1dc-9809-4864-b1cb-387ef6acc341], X-ECOMP-RequestID=[15ea8720-7d08-4103-adf7-63ebbb6a7c5b], X-TransactionId=[], X-ONAP-RequestID=[15ea8720-7d08-4103-adf7-63ebbb6a7c5b], Content-Type=[application/merge-patch+json]} 2021-04-13T02:44:01.128Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11f8caca-ef65-45e3-8223-e5da85053586/model-vers/model-ver/52d51c06-3875-449b-90f3-4f3c50fede25?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-13T02:44:01.288Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11f8caca-ef65-45e3-8223-e5da85053586/model-vers/model-ver/52d51c06-3875-449b-90f3-4f3c50fede25?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/11f8caca-ef65-45e3-8223-e5da85053586/model-vers/model-ver/52d51c06-3875-449b-90f3-4f3c50fede25?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210413-02:44:01:147-53437], vertex-id=[196760], Content-Length=[0], Date=[Tue, 13 Apr 2021 02:44:01 GMT], Content-Type=[application/json]} 2021-04-13T02:44:01.289Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11f8caca-ef65-45e3-8223-e5da85053586/model-vers/model-ver/52d51c06-3875-449b-90f3-4f3c50fede25?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-13T02:44:01.290Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11f8caca-ef65-45e3-8223-e5da85053586/model-vers/model-ver/52d51c06-3875-449b-90f3-4f3c50fede25?depth=0|INFO|500||InvokeReturn 2021-04-13T02:44:01.296Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-13T02:44:01.297Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-13T02:44:01.300Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-13T02:44:01.301Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15ea8720-7d08-4103-adf7-63ebbb6a7c5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-13T02:44:01.302Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-13T02:44:01.302Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:01.304Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:01.304Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281841301, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:44:01.404Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:01.405Z||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-13T02:44:01.405Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:01.416Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:01.417Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:44:02.030Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:02.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-04-13T02:44:02.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "15ea8720-7d08-4103-adf7-63ebbb6a7c5b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281841301, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:44:02.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-13T02:44:02.313Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:44:02.313Z||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-13T02:44:02.314Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:06.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:06.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-13T02:44:06.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e8d5e7e5-e888-4182-8b92-b107d08df5bb","serviceName":"basic_onboard_JKoOPa","serviceVersion":"1.0","serviceUUID":"ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db","serviceDescription":"service","serviceInvariantUUID":"4a2410e9-12b6-4577-8e06-8ef4254f7569","resources":[{"resourceInstanceName":"basic_onboard_JKoOPa 0","resourceName":"basic_onboard_JKoOPa","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ae9450c-2eaa-490d-bac9-c51515106566","resourceInvariantUUID":"2078f6a8-b2f7-4220-a495-cf7812e05184","resourceCustomizationUUID":"773c83d8-93ff-4a3f-a57f-d8784fbd903d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml","artifactChecksum":"NGNmZjUxYTM5NTdmZGM3YzAwYTQ2N2QyOWQzYjdlM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e1abbbda-7958-4df6-91c6-326627480e58","artifactVersion":"1"},{"artifactName":"basic_onboard_jkoopa0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json","artifactChecksum":"OGMzYTEyNDBhZWI0YzE5OTVlMDQ5ZmYzM2EwNDIyZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bb8e05b3-cd7e-49a1-88f7-f4ab75dbac60","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"274fc62f-d5b0-4338-b51a-392c36f99b58","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e8de903-e061-4ac5-a8fc-dc568995116e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b299ae08-0a88-410f-8c5e-967cb54b9361","artifactVersion":"2","generatedFromUUID":"274fc62f-d5b0-4338-b51a-392c36f99b58"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJkoopa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml","artifactChecksum":"ZWE4MDA3Y2JkODAyYjJmMjlmYWJlZDA3N2Q2YjA0MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c60be02-a343-491c-85bf-80869568ed27","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJkoopa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar","artifactChecksum":"MmU5MjgzN2M0YzQ0MWVlOWU0ZTE2MDMxZGFhNmYwMWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fd9e08a4-64aa-439b-b7f2-099c4c71eff1","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-13T02:44:06.586Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:44:06.586Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:06.588Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:06.588Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:44:06.688Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:06.689Z||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-13T02:44:06.689Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:06.701Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:06.701Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:44:07.588Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:44:07.589Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:07.592Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:07.592Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:44:07.692Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:07.693Z||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-13T02:44:07.693Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:07.702Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:07.703Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:08.593Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:44:08.593Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:08.595Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:08.595Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:44:08.695Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:08.696Z||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-13T02:44:08.696Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:08.705Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:08.705Z||pool-21-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:09.596Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:44:09.597Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:09.598Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:09.599Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:44:09.699Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:09.700Z||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-13T02:44:09.700Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:09.710Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:09.710Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:10.599Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:44:10.600Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:10.601Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:10.601Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-13T02:44:10.702Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:44:10.702Z||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-13T02:44:10.703Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:10.712Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:10.712Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:11.602Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:44:11.602Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:11.604Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:11.605Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:44:11.705Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:11.706Z||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-13T02:44:11.706Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:11.716Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:11.716Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:12.605Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:44:12.606Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:12.607Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:12.607Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:44:12.707Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:12.708Z||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-13T02:44:12.708Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:12.720Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:12.721Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:13.609Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "serviceName": "basic_onboard_JKoOPa", "serviceVersion": "1.0", "serviceUUID": "ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db", "serviceDescription": "service", "serviceInvariantUUID": "4a2410e9-12b6-4577-8e06-8ef4254f7569", "resources": [ { "resourceInstanceName": "basic_onboard_JKoOPa 0", "resourceCustomizationUUID": "773c83d8-93ff-4a3f-a57f-d8784fbd903d", "resourceName": "basic_onboard_JKoOPa", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0ae9450c-2eaa-490d-bac9-c51515106566", "resourceInvariantUUID": "2078f6a8-b2f7-4220-a495-cf7812e05184", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_jkoopa0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "artifactChecksum": "OGMzYTEyNDBhZWI0YzE5OTVlMDQ5ZmYzM2EwNDIyZjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bb8e05b3-cd7e-49a1-88f7-f4ab75dbac60", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "274fc62f-d5b0-4338-b51a-392c36f99b58", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b299ae08-0a88-410f-8c5e-967cb54b9361", "generatedFromUUID": "274fc62f-d5b0-4338-b51a-392c36f99b58" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b299ae08-0a88-410f-8c5e-967cb54b9361", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardJkoopa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "artifactChecksum": "MmU5MjgzN2M0YzQ0MWVlOWU0ZTE2MDMxZGFhNmYwMWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fd9e08a4-64aa-439b-b7f2-099c4c71eff1" } ], "workloadContext": "Production" } 2021-04-13T02:44:13.609Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-13T02:44:13.609Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db ASDC 2021-04-13T02:44:13.610Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:e8d5e7e5-e888-4182-8b92-b107d08df5bb ServiceName:basic_onboard_JKoOPa ServiceVersion:1.0 ServiceUUID:ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db ServiceInvariantUUID:4a2410e9-12b6-4577-8e06-8ef4254f7569 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardJkoopa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar ArtifactUUID:fd9e08a4-64aa-439b-b7f2-099c4c71eff1 ArtifactChecksum:MmU5MjgzN2M0YzQ0MWVlOWU0ZTE2MDMxZGFhNmYwMWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_JKoOPa 0 ResourceCustomizationUUID:773c83d8-93ff-4a3f-a57f-d8784fbd903d ResourceInvariantUUID:2078f6a8-b2f7-4220-a495-cf7812e05184 ResourceName:basic_onboard_JKoOPa ResourceType:VF ResourceUUID:0ae9450c-2eaa-490d-bac9-c51515106566 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_jkoopa0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json ArtifactUUID:bb8e05b3-cd7e-49a1-88f7-f4ab75dbac60 ArtifactChecksum:OGMzYTEyNDBhZWI0YzE5OTVlMDQ5ZmYzM2EwNDIyZjQ= 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/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml ArtifactUUID:274fc62f-d5b0-4338-b51a-392c36f99b58 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/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env ArtifactUUID:b299ae08-0a88-410f-8c5e-967cb54b9361 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/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env ArtifactUUID:b299ae08-0a88-410f-8c5e-967cb54b9361 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-13T02:44:13.610Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db 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-13T02:44:13.637Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:44:13.638Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:44:13.638Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:44:13.638Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fd9e08a4-64aa-439b-b7f2-099c4c71eff1 from URL: /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:13.638Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:44:13.638Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:14.546Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:44:14.550Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar fd9e08a4-64aa-439b-b7f2-099c4c71eff1 74882 2021-04-13T02:44:14.550Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar ASDC sendASDCNotification 2021-04-13T02:44:14.550Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:14.550Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:44:14.550Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:14.552Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:14.552Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281854550, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:44:14.652Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:14.652Z||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-13T02:44:14.653Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:14.662Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:14.663Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:15.552Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:44:15.553Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:44:15.553Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: fd9e08a4-64aa-439b-b7f2-099c4c71eff1, URL: /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar to file: /app/ASDC/1/service-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:15.553Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:15.554Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:15.554Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:16.278Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9645883678327128357/Definitions/service-BasicOnboardJkoopa-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-13T02:44:17.523Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JKoOPa 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JKoOPa 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-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:17.524Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:44:17.525Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.525Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:17.525Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is matching search criteria 2021-04-13T02:44:17.525Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:44:17.525Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_JKoOPa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:44:17.525Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.525Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:17.525Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is matching search criteria 2021-04-13T02:44:17.525Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:44:17.525Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_JKoOPa 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is not matching search criteria 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is matching search criteria 2021-04-13T02:44:17.526Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_JKoOPa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:44:17.527Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.527Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is matching search criteria 2021-04-13T02:44:17.527Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_JKoOPa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:44:17.527Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.527Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is matching search criteria 2021-04-13T02:44:17.527Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_JKoOPa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:44:17.527Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.527Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is not matching search criteria 2021-04-13T02:44:17.527Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-13T02:44:17.527Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-13T02:44:17.527Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=61bc2417-428b-4fd8-b8c8-1796921129bc 2021-04-13T02:44:17.528Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.528Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:17.528Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.528Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:17.528Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.528Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:17.528Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:17.528Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:17.528Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_JKoOPa Description:service Model UUID:ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db Model Version:NULL Model InvariantUuid:4a2410e9-12b6-4577-8e06-8ef4254f7569 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_JKoOPa Model UUID:e51a1008-5e96-4f2f-b099-e41a617bcda3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2078f6a8-b2f7-4220-a495-cf7812e05184 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:773c83d8-93ff-4a3f-a57f-d8784fbd903d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e3ead321-bd10-40fc-8702-01344081c905 ModelName:BasicOnboardJkoopa..base_ubuntu18..module-0 ModelUuid:43515618-759e-4822-a74e-a725ff8efd5b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:61bc2417-428b-4fd8-b8c8-1796921129bc ModelInvariantUuid:7013c529-4f2d-4a99-a08b-ae363d42d4d3 ModelName:basic_onboard_JKoOPa-nodes.ubuntu18Cvfc ModelUuid:32607a61-7a55-409b-8a65-778a7391d1b3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:8ec9c05a-e8fe-41f4-93ca-03e33deb0eb9 ModelInvariantUuid:fb53ab66-ec0a-42f4-b52e-18e2e93cfbc1 ModelName:BasicOnboardJkoopa.compute.nodes.heat.ubuntu18 ModelUuid:d1c15804-de53-4383-b84a-b86464a74203 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-13T02:44:17.533Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ae9450c-2eaa-490d-bac9-c51515106566 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-13T02:44:17.537Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||basic_onboard_JKoOPa 0 2021-04-13T02:44:17.538Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ae9450c-2eaa-490d-bac9-c51515106566 2021-04-13T02:44:17.538Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb8e05b3-cd7e-49a1-88f7-f4ab75dbac60 from URL: /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json 2021-04-13T02:44:17.538Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:44:17.539Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json 2021-04-13T02:44:18.219Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:44:18.219Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json bb8e05b3-cd7e-49a1-88f7-f4ab75dbac60 798 2021-04-13T02:44:18.220Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json ASDC sendASDCNotification 2021-04-13T02:44:18.220Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json 2021-04-13T02:44:18.220Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:44:18.220Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:18.222Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:18.222Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281858220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:44:18.323Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:18.324Z||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-13T02:44:18.324Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:18.334Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:18.335Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:19.223Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJkoopa..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e3ead321-bd10-40fc-8702-01344081c905", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43515618-759e-4822-a74e-a725ff8efd5b", "vfModuleModelCustomizationUUID": "a8d4c573-7f05-4477-bc44-15d5a3d2e816", "isBase": true, "artifacts": [ "274fc62f-d5b0-4338-b51a-392c36f99b58", "b299ae08-0a88-410f-8c5e-967cb54b9361" ], "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-13T02:44:19.230Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJkoopa..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43515618-759e-4822-a74e-a725ff8efd5b VfModuleModelInvariantUUID:e3ead321-bd10-40fc-8702-01344081c905 VfModuleModelDescription:NULL Artifacts UUID List:{ 274fc62f-d5b0-4338-b51a-392c36f99b58 , b299ae08-0a88-410f-8c5e-967cb54b9361 } 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-13T02:44:19.233Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJkoopa..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e3ead321-bd10-40fc-8702-01344081c905", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43515618-759e-4822-a74e-a725ff8efd5b", "vfModuleModelCustomizationUUID": "a8d4c573-7f05-4477-bc44-15d5a3d2e816", "isBase": true, "artifacts": [ "274fc62f-d5b0-4338-b51a-392c36f99b58", "b299ae08-0a88-410f-8c5e-967cb54b9361" ], "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-13T02:44:19.233Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJkoopa..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43515618-759e-4822-a74e-a725ff8efd5b VfModuleModelInvariantUUID:e3ead321-bd10-40fc-8702-01344081c905 VfModuleModelDescription:NULL Artifacts UUID List:{ 274fc62f-d5b0-4338-b51a-392c36f99b58 , b299ae08-0a88-410f-8c5e-967cb54b9361 } 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-13T02:44:19.233Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 274fc62f-d5b0-4338-b51a-392c36f99b58 from URL: /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml 2021-04-13T02:44:19.233Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:44:19.233Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml 2021-04-13T02:44:19.384Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:44:19.384Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml 274fc62f-d5b0-4338-b51a-392c36f99b58 5033 2021-04-13T02:44:19.384Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-13T02:44:19.384Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml 2021-04-13T02:44:19.384Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:44:19.385Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:19.387Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:19.387Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281859384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:44:19.487Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:19.488Z||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-13T02:44:19.488Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:19.499Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:19.499Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:44:20.388Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b299ae08-0a88-410f-8c5e-967cb54b9361 from URL: /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env 2021-04-13T02:44:20.388Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:44:20.388Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env 2021-04-13T02:44:20.535Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:44:20.536Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env b299ae08-0a88-410f-8c5e-967cb54b9361 909 2021-04-13T02:44:20.536Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-13T02:44:20.536Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env 2021-04-13T02:44:20.536Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:44:20.536Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:20.538Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:20.538Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281860536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:44:20.638Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:20.639Z||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-13T02:44:20.639Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:20.648Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:20.648Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:21.538Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db 2021-04-13T02:44:21.539Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JKoOPa 0 0ae9450c-2eaa-490d-bac9-c51515106566 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-13T02:44:21.553Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.553Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:21.553Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-13T02:44:21.553Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 773c83d8-93ff-4a3f-a57f-d8784fbd903d 2021-04-13T02:44:21.553Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 773c83d8-93ff-4a3f-a57f-d8784fbd903d matches Tosca VF Customization UUID: 773c83d8-93ff-4a3f-a57f-d8784fbd903d 2021-04-13T02:44:21.554Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 773c83d8-93ff-4a3f-a57f-d8784fbd903d 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-13T02:44:21.556Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.556Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:21.557Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 773c83d8-93ff-4a3f-a57f-d8784fbd903d: {\"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-13T02:44:21.557Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c89c128 2021-04-13T02:44:21.557Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.557Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:44:21.558Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a8d4c573-7f05-4477-bc44-15d5a3d2e816 2021-04-13T02:44:21.558Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a8d4c573-7f05-4477-bc44-15d5a3d2e816 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-13T02:44:21.560Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.560Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is matching search criteria 2021-04-13T02:44:21.560Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_JKoOPa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:44:21.561Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.561Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is matching search criteria 2021-04-13T02:44:21.561Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_JKoOPa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:44:21.561Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.561Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is not matching search criteria 2021-04-13T02:44:21.561Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-13T02:44:21.561Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-13T02:44:21.562Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=61bc2417-428b-4fd8-b8c8-1796921129bc 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-13T02:44:21.564Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.564Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is matching search criteria 2021-04-13T02:44:21.564Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_JKoOPa 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:44:21.565Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.565Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_JKoOPa 0 is matching search criteria 2021-04-13T02:44:21.565Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_JKoOPa 0] matching following query criteria: sdcType=VF, customizationUUID=773c83d8-93ff-4a3f-a57f-d8784fbd903d 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-13T02:44:21.569Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.569Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:21.569Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db: basic_onboard_JKoOPa 2021-04-13T02:44:21.570Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.570Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:21.570Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.570Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:21.570Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.570Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:21.570Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.570Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:21.570Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:44:21.570Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_JKoOPa is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:44:21.570Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_JKoOPa 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-13T02:44:21.638Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JKoOPa 0ae9450c-2eaa-490d-bac9-c51515106566 1 ASDC deployResourceStructure 2021-04-13T02:44:21.639Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json ASDC sendASDCNotification 2021-04-13T02:44:21.639Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json 2021-04-13T02:44:21.639Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:44:21.639Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:21.641Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:21.642Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281861638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:44:21.742Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:21.742Z||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-13T02:44:21.743Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:21.752Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:21.752Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:44:22.643Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-04-13T02:44:22.643Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml 2021-04-13T02:44:22.643Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:44:22.644Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:22.645Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:22.646Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281862643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:44:22.746Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:22.747Z||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-13T02:44:22.747Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:22.757Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:22.758Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:23.647Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-04-13T02:44:23.647Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env 2021-04-13T02:44:23.647Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:44:23.647Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:23.649Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:23.649Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281863647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-13T02:44:23.749Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:23.750Z||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-13T02:44:23.750Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:23.761Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:23.761Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:24.650Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar ASDC sendASDCNotification 2021-04-13T02:44:24.650Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar 2021-04-13T02:44:24.651Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:44:24.651Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:24.652Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:24.653Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281864649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:44:24.753Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:24.754Z||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-13T02:44:24.754Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:24.770Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:24.771Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:44:25.654Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e8d5e7e5-e888-4182-8b92-b107d08df5bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:44:25.663Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e8d5e7e5-e888-4182-8b92-b107d08df5bb 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-13T02:44:25.667Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:44:25.667Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-13T02:44:25.667Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-13T02:44:25.668Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-13T02:44:25.668Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:44:25.668Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:44:25.668Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:44:25.668Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:44:25.668Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:44:25.668Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:44:25.668Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-13T02:44:25.672Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-13T02:44:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:44:54.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:44:54.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:54.701Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:54.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:44:54.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-13T02:44:54.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:44:54.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-13T02:44:54.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281842313, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:44:54.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281854550, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281858220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281859384, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281860536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281861638, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/basic_onboard_jkoopa0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:44:54.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:44:54.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281862643, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:44:54.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:44:54.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281863647, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/resourceInstances/basic_onboard_jkoopa0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-13T02:44:54.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:44:54.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:44:54.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281864649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJkoopa/1.0/artifacts/service-BasicOnboardJkoopa-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:44:54.707Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:44:55.673Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e8d5e7e5-e888-4182-8b92-b107d08df5bb 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-13T02:44:55.678Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e8d5e7e5-e888-4182-8b92-b107d08df5bb and serviceModelVersionId: ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db 2021-04-13T02:44:55.679Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a2410e9-12b6-4577-8e06-8ef4254f7569 2021-04-13T02:44:55.679Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a2410e9-12b6-4577-8e06-8ef4254f7569/model-vers/model-ver/ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db?depth=0 2021-04-13T02:44:55.684Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-13T02:44:55.726Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a2410e9-12b6-4577-8e06-8ef4254f7569/model-vers/model-ver/ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db?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-13T02:44:55.726Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a2410e9-12b6-4577-8e06-8ef4254f7569/model-vers/model-ver/ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db?depth=0|INFO|500||Invoke 2021-04-13T02:44:55.745Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a2410e9-12b6-4577-8e06-8ef4254f7569/model-vers/model-ver/ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-13T02:44:56.700Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a2410e9-12b6-4577-8e06-8ef4254f7569/model-vers/model-ver/ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db?depth=0|INFO|500||InvokeReturn 2021-04-13T02:44:56.701Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/4a2410e9-12b6-4577-8e06-8ef4254f7569/model-vers/model-ver/ead0d7f5-6e1d-4ab4-bcc1-95d98a48c7db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210413-02:44:55:762-35881], vertex-id=[200832], Content-Length=[0], Date=[Tue, 13 Apr 2021 02:44:55 GMT], Content-Type=[application/json]} 2021-04-13T02:44:56.701Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-04-13T02:44:56.702Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-13T02:44:56.702Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-13T02:44:56.706Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-13T02:44:56.706Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e8d5e7e5-e888-4182-8b92-b107d08df5bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-13T02:44:56.707Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-13T02:44:56.707Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:44:56.709Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:44:56.709Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281896706, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:44:56.809Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:44:56.810Z||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-13T02:44:56.810Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:44:56.825Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:44:56.825Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-13T02:44:57.721Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:44:57.722Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-13T02:44:57.722Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:45:07.261Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:45:07.262Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:45:07.262Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-13T02:45:07.262Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:45:16.799Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:45:16.799Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:45:16.800Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-13T02:45:16.800Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:45:26.339Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:45:54.075Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:45:54.076Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-13T02:45:54.076Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:45:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:45:54.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:45:54.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:45:54.701Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:45:54.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-04-13T02:45:54.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e8d5e7e5-e888-4182-8b92-b107d08df5bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618281896706, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:45:54.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:46:03.618Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:46:54.076Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:46:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:46:54.077Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-13T02:46:54.077Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:46:54.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:46:54.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:47:03.621Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:47:03.621Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:47:54.075Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:47:54.077Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-13T02:47:54.077Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:47:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:47:54.077Z||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-13T02:47:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:48:03.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:48:03.618Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:48:54.075Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:48:54.076Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-13T02:48:54.076Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:48:54.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:48:54.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:48:54.078Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:49:03.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:49:03.618Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:49:54.075Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:49:54.076Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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-13T02:49:54.077Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:49:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:49:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:49:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:49:54.705Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:49:54.705Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:49:54.706Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.706Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"583fec9a-9a19-4531-aee3-088aa3c6cee4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"814b70e1-252d-41c0-b87b-5bca59ae4d49","serviceDescription":"service","serviceInvariantUUID":"c2593815-0e00-49cd-bbc0-82bd6168f401","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8943eebe-aef3-4a89-9a52-b4c9057d3918","resourceInvariantUUID":"a0912f23-19b9-499c-8c2f-1002b40939d3","resourceCustomizationUUID":"fac57aa2-759d-4641-af8b-4d69054744c7","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":"OTJjMTIxZmE2MzA0ZjhkNDcxYzllZDliMDJiYzJmNGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"50be1b42-c701-468a-8602-847bd5797eb7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTA4NGFmYjYwMjhjNzk0MWUxNzUxNzNlMDU5YjA5MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f85d2fd-c786-4709-b900-7d9c217eb07e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-13T02:49:54.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282186595, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:49:54.707Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.707Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "cds", "timestamp": 1618282181485, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:49:54.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "multicloud-windriver-id", "timestamp": 1618282186039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:49:54.708Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.708Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.708Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "policy-id", "timestamp": 1618282186225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:49:54.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.709Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "aai-ml", "timestamp": 1618282183660, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:49:54.709Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.709Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "clamp", "timestamp": 1618282190920, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "dcae-sch", "timestamp": 1618282190914, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "multicloud-k8s-id", "timestamp": 1618282191644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282186595, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "cds", "timestamp": 1618282181485, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:49:54.710Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "multicloud-windriver-id", "timestamp": 1618282186039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:49:54.711Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:49:54.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "policy-id", "timestamp": 1618282186225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:49:54.711Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:49:54.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "aai-ml", "timestamp": 1618282183660, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:49:54.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "dcae-sch", "timestamp": 1618282190914, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:49:54.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "clamp", "timestamp": 1618282190920, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:49:54.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:49:54.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "multicloud-k8s-id", "timestamp": 1618282191644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:49:54.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:49:54.714Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:49:54.714Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282194075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:49:54.814Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:49:54.815Z||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-13T02:49:54.815Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:49:54.825Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:49:54.825Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:49:55.715Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:49:55.715Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:49:55.718Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:49:55.718Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282194075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:49:55.818Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:49:55.819Z||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-13T02:49:55.819Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:49:55.828Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:49:55.828Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:49:56.719Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "814b70e1-252d-41c0-b87b-5bca59ae4d49", "serviceDescription": "service", "serviceInvariantUUID": "c2593815-0e00-49cd-bbc0-82bd6168f401", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "fac57aa2-759d-4641-af8b-4d69054744c7", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "8943eebe-aef3-4a89-9a52-b4c9057d3918", "resourceInvariantUUID": "a0912f23-19b9-499c-8c2f-1002b40939d3", "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": "YTA4NGFmYjYwMjhjNzk0MWUxNzUxNzNlMDU5YjA5MTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6f85d2fd-c786-4709-b900-7d9c217eb07e" } ], "workloadContext": "Production" } 2021-04-13T02:49:56.719Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-13T02:49:56.719Z|e8d5e7e5-e888-4182-8b92-b107d08df5bb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 814b70e1-252d-41c0-b87b-5bca59ae4d49 ASDC 2021-04-13T02:49:56.720Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:583fec9a-9a19-4531-aee3-088aa3c6cee4 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:814b70e1-252d-41c0-b87b-5bca59ae4d49 ServiceInvariantUUID:c2593815-0e00-49cd-bbc0-82bd6168f401 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:6f85d2fd-c786-4709-b900-7d9c217eb07e ArtifactChecksum:YTA4NGFmYjYwMjhjNzk0MWUxNzUxNzNlMDU5YjA5MTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:fac57aa2-759d-4641-af8b-4d69054744c7 ResourceInvariantUUID:a0912f23-19b9-499c-8c2f-1002b40939d3 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:8943eebe-aef3-4a89-9a52-b4c9057d3918 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-04-13T02:49:56.720Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 814b70e1-252d-41c0-b87b-5bca59ae4d49 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-13T02:49:56.753Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:49:56.754Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:49:56.754Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:49:56.755Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6f85d2fd-c786-4709-b900-7d9c217eb07e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-13T02:49:56.755Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:49:56.755Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-04-13T02:49:58.798Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:49:58.800Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6f85d2fd-c786-4709-b900-7d9c217eb07e 52221 2021-04-13T02:49:58.800Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:49:58.800Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:49:58.800Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:49:58.800Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:49:58.801Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:49:58.801Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282198800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:49:58.902Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:49:58.903Z||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-13T02:49:58.903Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:49:58.913Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:49:58.914Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:49:59.802Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:49:59.803Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:49:59.803Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6f85d2fd-c786-4709-b900-7d9c217eb07e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-13T02:49:59.804Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-04-13T02:49:59.804Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-13T02:49:59.804Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-13T02:49:59.915Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12595265483346955205/Definitions/service-BasicNetwork-template.yml 2021-04-13T02:50:00.283Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-13T02:50:00.283Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:50:00.283Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-04-13T02:50:00.283Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|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-BasicNetwork-csar.csar 2021-04-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.284Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.285Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:814b70e1-252d-41c0-b87b-5bca59ae4d49 Model Version:NULL Model InvariantUuid:c2593815-0e00-49cd-bbc0-82bd6168f401 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a0912f23-19b9-499c-8c2f-1002b40939d3 Model UUID:2c20b598-2d9d-4854-933a-7387fe572c05 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:fac57aa2-759d-4641-af8b-4d69054744c7 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-13T02:50:00.292Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 8943eebe-aef3-4a89-9a52-b4c9057d3918 2021-04-13T02:50:00.292Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||No resources found for Service: 814b70e1-252d-41c0-b87b-5bca59ae4d49 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-13T02:50:00.297Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500|| 2021-04-13T02:50:00.298Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-04-13T02:50:00.298Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 814b70e1-252d-41c0-b87b-5bca59ae4d49 2021-04-13T02:50:00.298Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 814b70e1-252d-41c0-b87b-5bca59ae4d49 2021-04-13T02:50:00.298Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-04-13T02:50:00.299Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.304Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.305Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.305Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.305Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.305Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 814b70e1-252d-41c0-b87b-5bca59ae4d49: Generic NeutronNet 2021-04-13T02:50:00.305Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.305Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.306Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.306Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.337Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.338Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.338Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.338Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.339Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:50:00.339Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:50:00.339Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.403Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-04-13T02:50:00.403Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.403Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||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-13T02:50:00.404Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:50:00.404Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:50:00.405Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:50:00.405Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282200403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:50:00.505Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:50:00.506Z||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-13T02:50:00.506Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:50:00.516Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:50:00.517Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:50:01.406Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:50:01.414Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 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-13T02:50:01.416Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:50:01.416Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:50:01.417Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:50:31.417Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:50:31.426Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 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-13T02:50:31.429Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:50:31.429Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:50:31.429Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:50:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:50:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:50:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:50:54.226Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:50:54.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:50:54.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282194075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:50:54.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:51:01.429Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:51:01.436Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 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-13T02:51:01.437Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:51:01.437Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:51:01.437Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:51:31.438Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:51:31.447Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 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-13T02:51:31.448Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:51:31.448Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:51:31.448Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:51:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:51:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:51:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:51:54.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:51:54.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "policy-id", "timestamp": 1618282194875, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:51:54.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:51:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "cds", "timestamp": 1618282195087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:51:54.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:51:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "aai-ml", "timestamp": 1618282195193, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:51:54.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:51:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282194075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:51:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:51:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "policy-id", "timestamp": 1618282195877, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:51:54.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:51:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "cds", "timestamp": 1618282196092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-04-13T02:51:54.116Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 583fec9a-9a19-4531-aee3-088aa3c6cee4 2021-04-13T02:51:54.116Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 583fec9a-9a19-4531-aee3-088aa3c6cee4 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-13T02:51:54.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "policy-id", "timestamp": 1618282196880, "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-13T02:51:54.137Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 583fec9a-9a19-4531-aee3-088aa3c6cee4 2021-04-13T02:51:54.137Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 583fec9a-9a19-4531-aee3-088aa3c6cee4 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-13T02:51:54.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "clamp", "timestamp": 1618282198075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:51:54.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:51:54.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "ves-openapi-manager", "timestamp": 1618282197875, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282198800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "aai-ml", "timestamp": 1618282199057, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "clamp", "timestamp": 1618282199091, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "ves-openapi-manager", "timestamp": 1618282197875, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "aai-ml", "timestamp": 1618282200061, "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-13T02:51:54.147Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 583fec9a-9a19-4531-aee3-088aa3c6cee4 2021-04-13T02:51:54.147Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 583fec9a-9a19-4531-aee3-088aa3c6cee4 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-13T02:51:54.152Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.152Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "clamp", "timestamp": 1618282200094, "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-13T02:51:54.155Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 583fec9a-9a19-4531-aee3-088aa3c6cee4 2021-04-13T02:51:54.155Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 583fec9a-9a19-4531-aee3-088aa3c6cee4 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-13T02:51:54.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282200403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282206448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282206448, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282210256, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282211685, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:51:54.162Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:51:54.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:51:54.162Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282212689, "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-13T02:51:54.164Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 583fec9a-9a19-4531-aee3-088aa3c6cee4 2021-04-13T02:51:54.164Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 583fec9a-9a19-4531-aee3-088aa3c6cee4 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-13T02:52:01.449Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:52:01.453Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 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-13T02:52:01.457Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:52:01.457Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-13T02:52:01.457Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-13T02:52:01.457Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-13T02:52:01.457Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:52:01.457Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:52:01.458Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:52:01.458Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:52:01.458Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:52:01.458Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:52:01.458Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|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-13T02:52:01.463Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-13T02:52:31.463Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 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-13T02:52:31.466Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 583fec9a-9a19-4531-aee3-088aa3c6cee4 and serviceModelVersionId: 814b70e1-252d-41c0-b87b-5bca59ae4d49 2021-04-13T02:52:31.466Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2593815-0e00-49cd-bbc0-82bd6168f401 2021-04-13T02:52:31.467Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2593815-0e00-49cd-bbc0-82bd6168f401/model-vers/model-ver/814b70e1-252d-41c0-b87b-5bca59ae4d49?depth=0 2021-04-13T02:52:31.472Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-13T02:52:31.504Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2593815-0e00-49cd-bbc0-82bd6168f401/model-vers/model-ver/814b70e1-252d-41c0-b87b-5bca59ae4d49?depth=0|INFO|500||Invoke 2021-04-13T02:52:31.504Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2593815-0e00-49cd-bbc0-82bd6168f401/model-vers/model-ver/814b70e1-252d-41c0-b87b-5bca59ae4d49?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2593815-0e00-49cd-bbc0-82bd6168f401/model-vers/model-ver/814b70e1-252d-41c0-b87b-5bca59ae4d49?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[583fec9a-9a19-4531-aee3-088aa3c6cee4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9905fd11-da01-4585-a59a-971099d5bdab], X-ECOMP-RequestID=[583fec9a-9a19-4531-aee3-088aa3c6cee4], X-TransactionId=[], X-ONAP-RequestID=[583fec9a-9a19-4531-aee3-088aa3c6cee4], Content-Type=[application/merge-patch+json]} 2021-04-13T02:52:31.524Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2593815-0e00-49cd-bbc0-82bd6168f401/model-vers/model-ver/814b70e1-252d-41c0-b87b-5bca59ae4d49?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-13T02:52:31.715Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2593815-0e00-49cd-bbc0-82bd6168f401/model-vers/model-ver/814b70e1-252d-41c0-b87b-5bca59ae4d49?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/c2593815-0e00-49cd-bbc0-82bd6168f401/model-vers/model-ver/814b70e1-252d-41c0-b87b-5bca59ae4d49?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210413-02:52:31:538-99663], vertex-id=[168176], Content-Length=[0], Date=[Tue, 13 Apr 2021 02:52:31 GMT], Content-Type=[application/json]} 2021-04-13T02:52:31.715Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2593815-0e00-49cd-bbc0-82bd6168f401/model-vers/model-ver/814b70e1-252d-41c0-b87b-5bca59ae4d49?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-13T02:52:31.716Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c2593815-0e00-49cd-bbc0-82bd6168f401/model-vers/model-ver/814b70e1-252d-41c0-b87b-5bca59ae4d49?depth=0|INFO|500||InvokeReturn 2021-04-13T02:52:31.717Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-13T02:52:31.717Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|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-13T02:52:31.723Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|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-13T02:52:31.723Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 583fec9a-9a19-4531-aee3-088aa3c6cee4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-13T02:52:31.723Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-13T02:52:31.724Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:52:31.726Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:52:31.727Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282351723, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:52:31.827Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:52:31.828Z||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-13T02:52:31.828Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:31.843Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:31.844Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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-13T02:52:32.734Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:52:32.735Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|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-13T02:52:32.735Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:37.000Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:37.001Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-13T02:52:37.001Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a1a79fe7-e293-432d-bf67-c20b489a72bb","serviceName":"Demo_pNF_2H9P7zAcRoMGCyTNmSxn","serviceVersion":"1.0","serviceUUID":"91c2f24e-d09d-4c4a-b725-7c5bef3e83f0","serviceDescription":"catalog service description","serviceInvariantUUID":"eff04d4c-e1c9-4fae-899b-6e05eeee596a","resources":[{"resourceInstanceName":"pNF da40968a-9886 0","resourceName":"pNF da40968a-9886","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"422c6bc9-d1f9-49f3-b6cf-656caecb8e3c","resourceInvariantUUID":"cecb6be4-9196-44b8-b020-ef8a2c6cd596","resourceCustomizationUUID":"f2d68f10-4eb2-42ce-99c8-72b7f0f4e678","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml","artifactChecksum":"Y2ZlMWE0ODEwMTM5MzAwNDk4ZmU1Y2M0MDUxNDAyNTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87d39685-567f-462b-aa8b-514d1e2d398d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar","artifactChecksum":"NzA5ODE5MTI3Y2I5OTQ4NzhlNTc1YmJjZDA0MzNmZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"033488f0-3a42-4ea6-bb67-a37067c95395","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5227aa4-ebad-49b0-be0b-d0af2ae8c895","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml","artifactChecksum":"N2E2YTlkZmQ0NDVhZWUxYjk0NmYwNDgzY2VkZmNiNTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f4694286-c518-423d-9283-10d557bb5afd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"356dba78-26a5-4cc1-941c-76048b65ba98","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e1a6c050-b66c-4ed9-bd82-460edab7d0c5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2h9p7zacromgcytnmsxn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml","artifactChecksum":"NWViOGNkMTdiYzUwNzRhZWY0OTlhZmQzNWFlMzg4NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"681b97d3-3744-44c1-8e31-902fdceda65a","artifactVersion":"1"},{"artifactName":"service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar","artifactChecksum":"ZjQ0Y2ZmODdkMzcxYmJjMGZhNTFiOGQwYjAxMjE3ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72ee179f-2406-451a-ba59-2e654dc4130d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-13T02:52:37.003Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:52:37.004Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:52:37.006Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:52:37.006Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:37.106Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:52:37.107Z||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-13T02:52:37.107Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:37.124Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:37.125Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:52:38.006Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:52:38.007Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:52:38.009Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:52:38.009Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:38.109Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:52:38.110Z||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-13T02:52:38.110Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:38.122Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:38.122Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:52:39.009Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:52:39.011Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:52:39.013Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:52:39.013Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:39.113Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:52:39.114Z||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-13T02:52:39.114Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:39.125Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:39.126Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:52:40.015Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:52:40.016Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:52:40.018Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:52:40.018Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:40.118Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:52:40.119Z||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-13T02:52:40.119Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:40.128Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:40.129Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:52:41.018Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:52:41.020Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:52:41.022Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:52:41.022Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:41.122Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:52:41.123Z||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-13T02:52:41.123Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:41.133Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:41.134Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:52:42.023Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:52:42.024Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:52:42.026Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:52:42.026Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:42.126Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:52:42.127Z||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-13T02:52:42.127Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:42.138Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:42.139Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:52:43.027Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:52:43.028Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:52:43.030Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:52:43.030Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:43.130Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:52:43.131Z||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-13T02:52:43.131Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:43.143Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:43.144Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:52:44.030Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:52:44.031Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:52:44.032Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:52:44.032Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:52:44.132Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:52:44.133Z||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-13T02:52:44.133Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:44.143Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:44.144Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:52:45.033Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "serviceName": "Demo_pNF_2H9P7zAcRoMGCyTNmSxn", "serviceVersion": "1.0", "serviceUUID": "91c2f24e-d09d-4c4a-b725-7c5bef3e83f0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "eff04d4c-e1c9-4fae-899b-6e05eeee596a", "resources": [ { "resourceInstanceName": "pNF da40968a-9886 0", "resourceCustomizationUUID": "f2d68f10-4eb2-42ce-99c8-72b7f0f4e678", "resourceName": "pNF da40968a-9886", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "422c6bc9-d1f9-49f3-b6cf-656caecb8e3c", "resourceInvariantUUID": "cecb6be4-9196-44b8-b020-ef8a2c6cd596", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "artifactChecksum": "ZjQ0Y2ZmODdkMzcxYmJjMGZhNTFiOGQwYjAxMjE3ODc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "72ee179f-2406-451a-ba59-2e654dc4130d" } ], "workloadContext": "Production" } 2021-04-13T02:52:45.034Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-13T02:52:45.034Z|583fec9a-9a19-4531-aee3-088aa3c6cee4|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91c2f24e-d09d-4c4a-b725-7c5bef3e83f0 ASDC 2021-04-13T02:52:45.034Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:a1a79fe7-e293-432d-bf67-c20b489a72bb ServiceName:Demo_pNF_2H9P7zAcRoMGCyTNmSxn ServiceVersion:1.0 ServiceUUID:91c2f24e-d09d-4c4a-b725-7c5bef3e83f0 ServiceInvariantUUID:eff04d4c-e1c9-4fae-899b-6e05eeee596a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar ArtifactUUID:72ee179f-2406-451a-ba59-2e654dc4130d ArtifactChecksum:ZjQ0Y2ZmODdkMzcxYmJjMGZhNTFiOGQwYjAxMjE3ODc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF da40968a-9886 0 ResourceCustomizationUUID:f2d68f10-4eb2-42ce-99c8-72b7f0f4e678 ResourceInvariantUUID:cecb6be4-9196-44b8-b020-ef8a2c6cd596 ResourceName:pNF da40968a-9886 ResourceType:PNF ResourceUUID:422c6bc9-d1f9-49f3-b6cf-656caecb8e3c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-04-13T02:52:45.034Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91c2f24e-d09d-4c4a-b725-7c5bef3e83f0 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-13T02:52:45.050Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:52:45.050Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:52:45.051Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:52:45.051Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 72ee179f-2406-451a-ba59-2e654dc4130d from URL: /sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:45.051Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:52:45.051Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:45.344Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:52:45.349Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 72ee179f-2406-451a-ba59-2e654dc4130d 83327 2021-04-13T02:52:45.350Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar ASDC sendASDCNotification 2021-04-13T02:52:45.350Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:45.350Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:52:45.350Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:52:45.352Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:52:45.352Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282365350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:52:45.452Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:52:45.452Z||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-13T02:52:45.453Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:45.462Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:45.462Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:52:46.352Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:52:46.354Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:52:46.354Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 72ee179f-2406-451a-ba59-2e654dc4130d, URL: /sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar to file: /app/ASDC/1/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:46.355Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:46.355Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:46.355Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:46.468Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9870516555448808904/Definitions/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml 2021-04-13T02:52:47.052Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-13T02:52:47.052Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:52:47.052Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:47.052Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-04-13T02:52:47.052Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||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-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:47.052Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||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-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|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-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|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-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF da40968a-9886 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-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|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-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF da40968a-9886 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2H9P7zAcRoMGCyTNmSxn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Node template pNF da40968a-9886 0 is matching search criteria 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF da40968a-9886 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2H9P7zAcRoMGCyTNmSxn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Node template pNF da40968a-9886 0 is matching search criteria 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF da40968a-9886 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:52:47.053Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2H9P7zAcRoMGCyTNmSxn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:52:47.054Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:52:47.054Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2H9P7zAcRoMGCyTNmSxn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:52:47.054Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:52:47.054Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2H9P7zAcRoMGCyTNmSxn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:52:47.054Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:52:47.054Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2H9P7zAcRoMGCyTNmSxn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:52:47.054Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:52:47.054Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2H9P7zAcRoMGCyTNmSxn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:52:47.054Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_2H9P7zAcRoMGCyTNmSxn Description:catalog service description Model UUID:91c2f24e-d09d-4c4a-b725-7c5bef3e83f0 Model Version:NULL Model InvariantUuid:eff04d4c-e1c9-4fae-899b-6e05eeee596a 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-13T02:52:47.059Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 422c6bc9-d1f9-49f3-b6cf-656caecb8e3c 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-13T02:52:47.061Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||pNF da40968a-9886 0 2021-04-13T02:52:47.061Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 422c6bc9-d1f9-49f3-b6cf-656caecb8e3c 2021-04-13T02:52:47.061Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 91c2f24e-d09d-4c4a-b725-7c5bef3e83f0 2021-04-13T02:52:47.061Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 91c2f24e-d09d-4c4a-b725-7c5bef3e83f0 2021-04-13T02:52:47.061Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF da40968a-9886 0 422c6bc9-d1f9-49f3-b6cf-656caecb8e3c 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-13T02:52:47.064Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:52:47.064Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2H9P7zAcRoMGCyTNmSxn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:52:47.064Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 91c2f24e-d09d-4c4a-b725-7c5bef3e83f0: pNF da40968a-9886 2021-04-13T02:52:47.064Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||Processing PNF resource: 422c6bc9-d1f9-49f3-b6cf-656caecb8e3c 2021-04-13T02:52:47.064Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:52:47.064Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_2H9P7zAcRoMGCyTNmSxn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:52:47.065Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||Resource customization UUID: f2d68f10-4eb2-42ce-99c8-72b7f0f4e678 is the same as notified resource customizationUUID: f2d68f10-4eb2-42ce-99c8-72b7f0f4e678 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-13T02:52:47.123Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF da40968a-9886 422c6bc9-d1f9-49f3-b6cf-656caecb8e3c 0 ASDC deployResourceStructure 2021-04-13T02:52:47.123Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar ASDC sendASDCNotification 2021-04-13T02:52:47.123Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar 2021-04-13T02:52:47.123Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:52:47.123Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:52:47.124Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:52:47.125Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282367123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:52:47.225Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:52:47.226Z||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-13T02:52:47.226Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:47.236Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:47.237Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:52:48.125Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1a79fe7-e293-432d-bf67-c20b489a72bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:52:48.132Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1a79fe7-e293-432d-bf67-c20b489a72bb 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-13T02:52:48.133Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:52:48.133Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:52:48.133Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:52:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:52:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:52:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:52:54.103Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:52:54.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618282251644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "cds", "timestamp": 1618282256485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "ves-openapi-manager", "timestamp": 1618282257875, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "clamp", "timestamp": 1618282250920, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "dcae-sch", "timestamp": 1618282250914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618282251644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "cds", "timestamp": 1618282256485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "ves-openapi-manager", "timestamp": 1618282257875, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "clamp", "timestamp": 1618282250920, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "dcae-sch", "timestamp": 1618282250914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618282251644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "clamp", "timestamp": 1618282250920, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "ves-openapi-manager", "timestamp": 1618282257875, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "dcae-sch", "timestamp": 1618282250914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "cds", "timestamp": 1618282256485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618282251644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "clamp", "timestamp": 1618282250920, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "cds", "timestamp": 1618282256485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "dcae-sch", "timestamp": 1618282250914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "ves-openapi-manager", "timestamp": 1618282257875, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618282251644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "clamp", "timestamp": 1618282250920, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "ves-openapi-manager", "timestamp": 1618282257875, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "cds", "timestamp": 1618282256485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "dcae-sch", "timestamp": 1618282250914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618282251644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "clamp", "timestamp": 1618282250920, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "cds", "timestamp": 1618282256485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "ves-openapi-manager", "timestamp": 1618282257875, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "dcae-sch", "timestamp": 1618282250914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618282251644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "clamp", "timestamp": 1618282250920, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "cds", "timestamp": 1618282256485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "ves-openapi-manager", "timestamp": 1618282257875, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "dcae-sch", "timestamp": 1618282250914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "clamp", "timestamp": 1618282250920, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-k8s-id", "timestamp": 1618282251644, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "cds", "timestamp": 1618282256485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:52:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "ves-openapi-manager", "timestamp": 1618282257875, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "dcae-sch", "timestamp": 1618282250914, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618282266038, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "policy-id", "timestamp": 1618282266225, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282266448, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282266595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618282266038, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "policy-id", "timestamp": 1618282266225, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282266448, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282266595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "ves-openapi-manager", "timestamp": 1618282268288, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "cds", "timestamp": 1618282268360, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618282266038, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "policy-id", "timestamp": 1618282266225, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282266448, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282266595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "cds", "timestamp": 1618282269363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-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-13T02:52:54.118Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1a79fe7-e293-432d-bf67-c20b489a72bb 2021-04-13T02:52:54.118Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a79fe7-e293-432d-bf67-c20b489a72bb 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-13T02:52:54.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "ves-openapi-manager", "timestamp": 1618282269581, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:52:54.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:52:54.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618282266038, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "policy-id", "timestamp": 1618282266225, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282266448, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282266595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "ves-openapi-manager", "timestamp": 1618282270585, "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-13T02:52:54.130Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a1a79fe7-e293-432d-bf67-c20b489a72bb 2021-04-13T02:52:54.131Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a79fe7-e293-432d-bf67-c20b489a72bb 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-13T02:52:54.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618282266038, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "policy-id", "timestamp": 1618282266225, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282266448, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282266595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618282266038, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "policy-id", "timestamp": 1618282266225, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282266448, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282266595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618282266038, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "policy-id", "timestamp": 1618282266225, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282266448, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282266595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-windriver-id", "timestamp": 1618282266038, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "policy-id", "timestamp": 1618282266225, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282266448, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282266595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "aai-ml", "timestamp": 1618282273660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "aai-ml", "timestamp": 1618282273660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "clamp", "timestamp": 1618282275949, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "aai-ml", "timestamp": 1618282273660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "clamp", "timestamp": 1618282276965, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "policy-id", "timestamp": 1618282277211, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "aai-ml", "timestamp": 1618282273660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282277495, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:52:54.139Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:52:54.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "clamp", "timestamp": 1618282277968, "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-13T02:52:54.141Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a1a79fe7-e293-432d-bf67-c20b489a72bb 2021-04-13T02:52:54.141Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a79fe7-e293-432d-bf67-c20b489a72bb 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-13T02:52:54.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "policy-id", "timestamp": 1618282278216, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:52:54.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:52:54.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "aai-ml", "timestamp": 1618282273660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "policy-id", "timestamp": 1618282279220, "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-13T02:52:54.150Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1a79fe7-e293-432d-bf67-c20b489a72bb 2021-04-13T02:52:54.150Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a79fe7-e293-432d-bf67-c20b489a72bb 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-13T02:52:54.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.155Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282279267, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:52:54.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:52:54.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "aai-ml", "timestamp": 1618282273660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282280272, "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-13T02:52:54.159Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1a79fe7-e293-432d-bf67-c20b489a72bb 2021-04-13T02:52:54.160Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a79fe7-e293-432d-bf67-c20b489a72bb 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-13T02:52:54.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "aai-ml", "timestamp": 1618282273660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:52:54.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "aai-ml", "timestamp": 1618282273660, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:52:54.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:52:54.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "aai-ml", "timestamp": 1618282282451, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:52:54.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:52:54.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "aai-ml", "timestamp": 1618282286332, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:52:54.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:52:54.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:52:54.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "aai-ml", "timestamp": 1618282287335, "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-13T02:52:54.175Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a1a79fe7-e293-432d-bf67-c20b489a72bb 2021-04-13T02:52:54.175Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1a79fe7-e293-432d-bf67-c20b489a72bb 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-13T02:53:18.134Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1a79fe7-e293-432d-bf67-c20b489a72bb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:53:18.139Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1a79fe7-e293-432d-bf67-c20b489a72bb 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-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:53:18.141Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|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-13T02:53:18.143Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-13T02:53:48.143Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a1a79fe7-e293-432d-bf67-c20b489a72bb 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-13T02:53:48.147Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1a79fe7-e293-432d-bf67-c20b489a72bb and serviceModelVersionId: 91c2f24e-d09d-4c4a-b725-7c5bef3e83f0 2021-04-13T02:53:48.147Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eff04d4c-e1c9-4fae-899b-6e05eeee596a 2021-04-13T02:53:48.148Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eff04d4c-e1c9-4fae-899b-6e05eeee596a/model-vers/model-ver/91c2f24e-d09d-4c4a-b725-7c5bef3e83f0?depth=0 2021-04-13T02:53:48.153Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-13T02:53:48.202Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff04d4c-e1c9-4fae-899b-6e05eeee596a/model-vers/model-ver/91c2f24e-d09d-4c4a-b725-7c5bef3e83f0?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-13T02:53:48.203Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff04d4c-e1c9-4fae-899b-6e05eeee596a/model-vers/model-ver/91c2f24e-d09d-4c4a-b725-7c5bef3e83f0?depth=0|INFO|500||Invoke 2021-04-13T02:53:48.229Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff04d4c-e1c9-4fae-899b-6e05eeee596a/model-vers/model-ver/91c2f24e-d09d-4c4a-b725-7c5bef3e83f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-13T02:53:48.466Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff04d4c-e1c9-4fae-899b-6e05eeee596a/model-vers/model-ver/91c2f24e-d09d-4c4a-b725-7c5bef3e83f0?depth=0|INFO|500||InvokeReturn 2021-04-13T02:53:48.467Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/eff04d4c-e1c9-4fae-899b-6e05eeee596a/model-vers/model-ver/91c2f24e-d09d-4c4a-b725-7c5bef3e83f0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210413-02:53:48:244-88278], vertex-id=[176368], Content-Length=[0], Date=[Tue, 13 Apr 2021 02:53:48 GMT], Content-Type=[application/json]} 2021-04-13T02:53:48.467Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-04-13T02:53:48.467Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-13T02:53:48.467Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|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-13T02:53:48.471Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|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-13T02:53:48.471Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1a79fe7-e293-432d-bf67-c20b489a72bb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-13T02:53:48.471Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-13T02:53:48.472Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:53:48.474Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:53:48.474Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282428471, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:53:48.574Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:53:48.576Z||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-13T02:53:48.576Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:53:48.588Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:53:48.589Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-13T02:53:49.481Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:53:49.481Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|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-13T02:53:49.481Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:53:50.102Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:53:50.102Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-13T02:53:50.103Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a3961526-81d5-4422-b5bf-2df3b8ba3b43","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7294e865-f5ec-4233-b2e0-c9dc90d77825","serviceDescription":"service","serviceInvariantUUID":"978787c2-419e-4fb1-bb16-f6c5d132311d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2848a74-3350-49d5-9e55-5316c0208ca1","resourceInvariantUUID":"40b40a52-a3cf-4ca9-be63-4fb3da0b59ea","resourceCustomizationUUID":"b3dd3f6c-5bf7-4086-9cd9-f091ec9da6c3","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":"ZmFkY2I5ZDRiOTNkNmU1MDY2M2UyZWE3NTM1ZjcyMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"198aa5be-9c2d-47e0-9775-67eec3b3e4a6","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":"ZDQ2ZjJlNzhlMTBlMWE2OGJlYmVmNTlmNzhkZGVhYzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4b3b4b4-dc47-4b73-a2d5-8a03d082a644","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":"a262fa26-6994-4e05-b5bb-0d4371e330d7","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":"a4395a14-6558-4859-8311-52d6b689eb92","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":"f1e5fc49-182f-4413-981d-ae39405e2517","artifactVersion":"2","generatedFromUUID":"a262fa26-6994-4e05-b5bb-0d4371e330d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjcyNmFlZTNjOGIwODI2Njg3OGZkZTk5MTA2MGZmZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41dc7517-8c04-4133-97c2-f988bae50e3d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Yjk2MmM1YTdkYTRkMTJkZjlhZmU3NWY2ODFhNTc4MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7bc38862-8d29-48e4-add4-d450863b62af","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-13T02:53:50.104Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:53:50.104Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:53:50.105Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:53:50.105Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:53:50.205Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:53:50.206Z||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-13T02:53:50.206Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:53:50.214Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:53:50.215Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:53:51.105Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:53:51.106Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:53:51.108Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:53:51.108Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:53:51.208Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:53:51.209Z||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-13T02:53:51.209Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:53:51.220Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:53:51.220Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:53:52.108Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:53:52.108Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:53:52.110Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:53:52.110Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:53:52.210Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:53:52.211Z||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-13T02:53:52.211Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:53:52.221Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:53:52.221Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:53:53.111Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:53:53.111Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:53:53.113Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:53:53.114Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:53:53.214Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:53:53.214Z||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-13T02:53:53.214Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:53:53.224Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:53:53.225Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:53:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:53:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:53:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:53:54.097Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:53:54.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:53:54.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "583fec9a-9a19-4531-aee3-088aa3c6cee4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282351723, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:53:54.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/resourceInstances/pnfda40968a98860/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282352734, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282365350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282367123, "artifactURL": "/sdc/v1/catalog/services/DemoPnf2h9p7zacromgcytnmsxn/1.0/artifacts/service-DemoPnf2h9p7zacromgcytnmsxn-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:53:54.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:53:54.114Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:53:54.115Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:53:54.116Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:53:54.116Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-13T02:53:54.217Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:53:54.218Z||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-13T02:53:54.218Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:53:54.227Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:53:54.227Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:53:55.117Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:53:55.118Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:53:55.119Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:53:55.119Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:53:55.220Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:53:55.220Z||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-13T02:53:55.220Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:53:55.230Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:53:55.230Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:53:56.120Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:53:56.120Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:53:56.123Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:53:56.123Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:53:56.223Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:53:56.223Z||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-13T02:53:56.223Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:53:56.232Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:53:56.232Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:53:57.124Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7294e865-f5ec-4233-b2e0-c9dc90d77825", "serviceDescription": "service", "serviceInvariantUUID": "978787c2-419e-4fb1-bb16-f6c5d132311d", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "b3dd3f6c-5bf7-4086-9cd9-f091ec9da6c3", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e2848a74-3350-49d5-9e55-5316c0208ca1", "resourceInvariantUUID": "40b40a52-a3cf-4ca9-be63-4fb3da0b59ea", "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": "ZDQ2ZjJlNzhlMTBlMWE2OGJlYmVmNTlmNzhkZGVhYzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f4b3b4b4-dc47-4b73-a2d5-8a03d082a644", "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": "a262fa26-6994-4e05-b5bb-0d4371e330d7", "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": "f1e5fc49-182f-4413-981d-ae39405e2517", "generatedFromUUID": "a262fa26-6994-4e05-b5bb-0d4371e330d7" }, "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": "f1e5fc49-182f-4413-981d-ae39405e2517", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "Yjk2MmM1YTdkYTRkMTJkZjlhZmU3NWY2ODFhNTc4MWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7bc38862-8d29-48e4-add4-d450863b62af" } ], "workloadContext": "Production" } 2021-04-13T02:53:57.124Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-13T02:53:57.124Z|a1a79fe7-e293-432d-bf67-c20b489a72bb|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7294e865-f5ec-4233-b2e0-c9dc90d77825 ASDC 2021-04-13T02:53:57.125Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:a3961526-81d5-4422-b5bf-2df3b8ba3b43 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7294e865-f5ec-4233-b2e0-c9dc90d77825 ServiceInvariantUUID:978787c2-419e-4fb1-bb16-f6c5d132311d 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:7bc38862-8d29-48e4-add4-d450863b62af ArtifactChecksum:Yjk2MmM1YTdkYTRkMTJkZjlhZmU3NWY2ODFhNTc4MWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:b3dd3f6c-5bf7-4086-9cd9-f091ec9da6c3 ResourceInvariantUUID:40b40a52-a3cf-4ca9-be63-4fb3da0b59ea ResourceName:basic_vm ResourceType:VF ResourceUUID:e2848a74-3350-49d5-9e55-5316c0208ca1 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:f4b3b4b4-dc47-4b73-a2d5-8a03d082a644 ArtifactChecksum:ZDQ2ZjJlNzhlMTBlMWE2OGJlYmVmNTlmNzhkZGVhYzQ= 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:a262fa26-6994-4e05-b5bb-0d4371e330d7 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:f1e5fc49-182f-4413-981d-ae39405e2517 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:f1e5fc49-182f-4413-981d-ae39405e2517 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-13T02:53:57.125Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7294e865-f5ec-4233-b2e0-c9dc90d77825 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-13T02:53:57.145Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:53:57.146Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:53:57.146Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:53:57.146Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7bc38862-8d29-48e4-add4-d450863b62af from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-13T02:53:57.146Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:53:57.146Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-04-13T02:53:58.922Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:53:58.925Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7bc38862-8d29-48e4-add4-d450863b62af 74276 2021-04-13T02:53:58.926Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:53:58.926Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:53:58.926Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:53:58.926Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:53:58.927Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:53:58.927Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282438926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:53:59.028Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:53:59.028Z||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-13T02:53:59.028Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:53:59.038Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:53:59.038Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:53:59.928Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:53:59.929Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:53:59.929Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7bc38862-8d29-48e4-add4-d450863b62af, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-13T02:53:59.929Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-04-13T02:53:59.930Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-04-13T02:53:59.930Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-04-13T02:54:00.340Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2126827587041824013/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-13T02:54:01.318Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-04-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|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-BasicVm-csar.csar 2021-04-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|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-BasicVm-csar.csar 2021-04-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|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-BasicVm-csar.csar 2021-04-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|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-BasicVm-csar.csar 2021-04-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|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-BasicVm-csar.csar 2021-04-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:54:01.319Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.320Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.321Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-13T02:54:01.322Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:54:01.322Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.322Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-13T02:54:01.322Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:54:01.322Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.322Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-13T02:54:01.322Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-13T02:54:01.322Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-13T02:54:01.322Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=379b1573-c676-40b9-9003-bf6630888a4f 2021-04-13T02:54:01.322Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.322Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:01.323Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.323Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:01.323Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.323Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:01.323Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:01.323Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:01.323Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7294e865-f5ec-4233-b2e0-c9dc90d77825 Model Version:NULL Model InvariantUuid:978787c2-419e-4fb1-bb16-f6c5d132311d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:4663dc97-b782-4104-8521-462d423fd067 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:40b40a52-a3cf-4ca9-be63-4fb3da0b59ea Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b3dd3f6c-5bf7-4086-9cd9-f091ec9da6c3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5f36fa99-2694-4719-a6b9-d9eb36a06e66 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:531408d1-d233-4682-b69c-3080dd7d89bd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:379b1573-c676-40b9-9003-bf6630888a4f ModelInvariantUuid:4d07e020-1347-4b74-9190-ddc63353ddf0 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:2d7642ec-aafa-4310-900f-5f8386cfe2aa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:69d549e4-88af-4239-9776-abc7bc629f89 ModelInvariantUuid:055f7cfd-6a19-4ac3-8bda-b34d8b30c349 ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:ed0f52d7-0966-4d69-9977-86ece5bade7c 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-13T02:54:01.328Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e2848a74-3350-49d5-9e55-5316c0208ca1 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-13T02:54:01.330Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||basic_vm 0 2021-04-13T02:54:01.330Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2848a74-3350-49d5-9e55-5316c0208ca1 2021-04-13T02:54:01.330Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f4b3b4b4-dc47-4b73-a2d5-8a03d082a644 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-04-13T02:54:01.330Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:54:01.330Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:01.551Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:54:01.552Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f4b3b4b4-dc47-4b73-a2d5-8a03d082a644 787 2021-04-13T02:54:01.552Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:01.552Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:01.552Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:54:01.552Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:54:01.554Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:54:01.555Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282441552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:54:01.655Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:54:01.656Z||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-13T02:54:01.656Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:54:01.663Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:54:01.664Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:54:02.555Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5f36fa99-2694-4719-a6b9-d9eb36a06e66", "vfModuleModelVersion": "1", "vfModuleModelUUID": "531408d1-d233-4682-b69c-3080dd7d89bd", "vfModuleModelCustomizationUUID": "43d87ced-28de-466b-8688-82a2caa04957", "isBase": true, "artifacts": [ "a262fa26-6994-4e05-b5bb-0d4371e330d7", "f1e5fc49-182f-4413-981d-ae39405e2517" ], "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-13T02:54:02.558Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:531408d1-d233-4682-b69c-3080dd7d89bd VfModuleModelInvariantUUID:5f36fa99-2694-4719-a6b9-d9eb36a06e66 VfModuleModelDescription:NULL Artifacts UUID List:{ a262fa26-6994-4e05-b5bb-0d4371e330d7 , f1e5fc49-182f-4413-981d-ae39405e2517 } 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-13T02:54:02.560Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5f36fa99-2694-4719-a6b9-d9eb36a06e66", "vfModuleModelVersion": "1", "vfModuleModelUUID": "531408d1-d233-4682-b69c-3080dd7d89bd", "vfModuleModelCustomizationUUID": "43d87ced-28de-466b-8688-82a2caa04957", "isBase": true, "artifacts": [ "a262fa26-6994-4e05-b5bb-0d4371e330d7", "f1e5fc49-182f-4413-981d-ae39405e2517" ], "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-13T02:54:02.560Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:531408d1-d233-4682-b69c-3080dd7d89bd VfModuleModelInvariantUUID:5f36fa99-2694-4719-a6b9-d9eb36a06e66 VfModuleModelDescription:NULL Artifacts UUID List:{ a262fa26-6994-4e05-b5bb-0d4371e330d7 , f1e5fc49-182f-4413-981d-ae39405e2517 } 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-13T02:54:02.561Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a262fa26-6994-4e05-b5bb-0d4371e330d7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-04-13T02:54:02.561Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:54:02.561Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:02.707Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:54:02.708Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a262fa26-6994-4e05-b5bb-0d4371e330d7 5033 2021-04-13T02:54:02.708Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:02.708Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:02.708Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:54:02.709Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:54:02.710Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:54:02.710Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282442708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:54:02.811Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:54:02.811Z||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-13T02:54:02.811Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:54:02.819Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:54:02.819Z||pool-60-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:54:03.711Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f1e5fc49-182f-4413-981d-ae39405e2517 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-04-13T02:54:03.711Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:54:03.712Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:03.839Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:54:03.839Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f1e5fc49-182f-4413-981d-ae39405e2517 903 2021-04-13T02:54:03.839Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:03.839Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:03.839Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:54:03.839Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:54:03.841Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:54:03.841Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282443839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:54:03.942Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:54:03.942Z||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-13T02:54:03.942Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:54:03.951Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:54:03.951Z||pool-61-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:54:04.841Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7294e865-f5ec-4233-b2e0-c9dc90d77825 2021-04-13T02:54:04.842Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e2848a74-3350-49d5-9e55-5316c0208ca1 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-13T02:54:04.852Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.852Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:04.853Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-13T02:54:04.853Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b3dd3f6c-5bf7-4086-9cd9-f091ec9da6c3 2021-04-13T02:54:04.853Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b3dd3f6c-5bf7-4086-9cd9-f091ec9da6c3 matches Tosca VF Customization UUID: b3dd3f6c-5bf7-4086-9cd9-f091ec9da6c3 2021-04-13T02:54:04.853Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b3dd3f6c-5bf7-4086-9cd9-f091ec9da6c3 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-13T02:54:04.855Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.855Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:04.855Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b3dd3f6c-5bf7-4086-9cd9-f091ec9da6c3: {\"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-13T02:54:04.856Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4eebe627 2021-04-13T02:54:04.856Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.856Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:54:04.856Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 43d87ced-28de-466b-8688-82a2caa04957 2021-04-13T02:54:04.856Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 43d87ced-28de-466b-8688-82a2caa04957 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-13T02:54:04.858Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.858Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-13T02:54:04.858Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:54:04.859Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.859Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-13T02:54:04.859Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:54:04.859Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.860Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-04-13T02:54:04.860Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-13T02:54:04.860Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-13T02:54:04.860Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=379b1573-c676-40b9-9003-bf6630888a4f 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-13T02:54:04.862Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.863Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-13T02:54:04.863Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:54:04.863Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.863Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-04-13T02:54:04.863Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b3dd3f6c-5bf7-4086-9cd9-f091ec9da6c3 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-13T02:54:04.865Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.865Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:04.866Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7294e865-f5ec-4233-b2e0-c9dc90d77825: basic_vm 2021-04-13T02:54:04.866Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.866Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:04.866Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.866Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:04.867Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.867Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:04.867Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.867Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:04.868Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:54:04.868Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:54:04.868Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:04.949Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e2848a74-3350-49d5-9e55-5316c0208ca1 1 ASDC deployResourceStructure 2021-04-13T02:54:04.949Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:04.949Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:04.949Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:54:04.949Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:54:04.951Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:54:04.951Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282444949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:54:05.051Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:54:05.052Z||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-13T02:54:05.052Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:54:05.060Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:54:05.061Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:54:05.955Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:05.956Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:05.956Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:54:05.956Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:54:05.957Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:54:05.958Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282445955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:54:06.058Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:54:06.058Z||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-13T02:54:06.058Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:54:06.068Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:54:06.069Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:54:06.958Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:06.958Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:06.959Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:54:06.959Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:54:06.960Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:54:06.961Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282446958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-13T02:54:07.061Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:54:07.061Z||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-13T02:54:07.062Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:54:07.073Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:54:07.074Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:54:07.961Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:07.961Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||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-13T02:54:07.961Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:54:07.962Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:54:07.963Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:54:07.963Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282447961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:54:08.064Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:54:08.064Z||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-13T02:54:08.065Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:54:08.075Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:54:08.075Z||pool-65-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:54:08.965Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:54:08.970Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:54:08.971Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:54:08.971Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:54:08.972Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:54:38.972Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:54:38.979Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:54:38.980Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:54:38.980Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:54:38.980Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:54:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:54:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:54:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:54:54.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:54:54.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "dcae-sch", "timestamp": 1618282410914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282411644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282416448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "ves-openapi-manager", "timestamp": 1618282417875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "dcae-sch", "timestamp": 1618282410914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282411644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282416448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "ves-openapi-manager", "timestamp": 1618282417875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "dcae-sch", "timestamp": 1618282410914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282411644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282416448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "ves-openapi-manager", "timestamp": 1618282417875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "dcae-sch", "timestamp": 1618282410914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282411644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282416448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "ves-openapi-manager", "timestamp": 1618282417875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "dcae-sch", "timestamp": 1618282410914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282411644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282416448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "ves-openapi-manager", "timestamp": 1618282417875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "dcae-sch", "timestamp": 1618282410914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282411644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282416448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "ves-openapi-manager", "timestamp": 1618282417875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "dcae-sch", "timestamp": 1618282410914, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282411644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282416448, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:54:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "ves-openapi-manager", "timestamp": 1618282417875, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282425541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282425545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:54:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282427631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282427682, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:54:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:54:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a1a79fe7-e293-432d-bf67-c20b489a72bb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282428471, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:54:54.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:54:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282428634, "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-13T02:54:54.116Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a3961526-81d5-4422-b5bf-2df3b8ba3b43 2021-04-13T02:54:54.116Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:54:54.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282429653, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "cds", "timestamp": 1618282430606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-13T02:54:54.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282430680, "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-13T02:54:54.129Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3961526-81d5-4422-b5bf-2df3b8ba3b43 2021-04-13T02:54:54.129Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:54:54.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "dcae-sch", "timestamp": 1618282430914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "cds", "timestamp": 1618282431611, "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-13T02:54:54.139Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a3961526-81d5-4422-b5bf-2df3b8ba3b43 2021-04-13T02:54:54.139Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-k8s-id", "timestamp": 1618282431683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "aai-ml", "timestamp": 1618282431900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "dcae-sch", "timestamp": 1618282430914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282432688, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "dcae-sch", "timestamp": 1618282430914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:54:54.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:54:54.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:55:08.981Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:55:08.985Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:55:08.987Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:55:08.987Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:55:08.987Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:55:38.987Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:55:38.995Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:55:38.997Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:55:38.997Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:55:38.997Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:55:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:55:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:55:54.079Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:55:54.099Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:55:54.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:55:54.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282434060, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:55:54.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:08.997Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:56:09.004Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:56:09.006Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:56:09.006Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:56:09.006Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:56:39.006Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:56:39.012Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:56:39.013Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:56:39.013Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:56:39.013Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:56:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:56:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:56:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:56:54.094Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:56:54.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-13T02:56:54.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282432688, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "dcae-sch", "timestamp": 1618282430914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "policy-id", "timestamp": 1618282434584, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282435262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282432688, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "dcae-sch", "timestamp": 1618282430914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "policy-id", "timestamp": 1618282435588, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282432688, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "dcae-sch", "timestamp": 1618282430914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "policy-id", "timestamp": 1618282436590, "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-13T02:56:54.617Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3961526-81d5-4422-b5bf-2df3b8ba3b43 2021-04-13T02:56:54.617Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:56:54.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282432688, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "dcae-sch", "timestamp": 1618282430914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282438274, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282432688, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "ves-openapi-manager", "timestamp": 1618282437875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "dcae-sch", "timestamp": 1618282430914, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282438594, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282438926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282432688, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "ves-openapi-manager", "timestamp": 1618282437875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282439469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "aai-ml", "timestamp": 1618282439610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.626Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "cds", "timestamp": 1618282421485, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282439775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282432688, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "dcae-sch", "timestamp": 1618282440329, "artifactURL": "/sdc/v1/catalog/services/3da8b2cf-b216-43e6-a007-01d4bae45b48/resourceInstances/basicclamp0/artifacts/276af7ac-f4ac-47b1-877b-ecb92098b6a8", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "ves-openapi-manager", "timestamp": 1618282437875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282440476, "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-13T02:56:54.629Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3961526-81d5-4422-b5bf-2df3b8ba3b43 2021-04-13T02:56:54.629Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:56:54.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:56:54.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "aai-ml", "timestamp": 1618282440614, "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-13T02:56:54.636Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a3961526-81d5-4422-b5bf-2df3b8ba3b43 2021-04-13T02:56:54.636Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:56:54.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "cds", "timestamp": 1618282440771, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.640Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.640Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.640Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282440778, "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-13T02:56:54.642Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a3961526-81d5-4422-b5bf-2df3b8ba3b43 2021-04-13T02:56:54.642Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:56:54.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "ves-openapi-manager", "timestamp": 1618282437875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.645Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.645Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.645Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-windriver-id", "timestamp": 1618282441480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282441555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282441552, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "dcae-sch", "timestamp": 1618282441576, "artifactURL": "/sdc/v1/catalog/services/3da8b2cf-b216-43e6-a007-01d4bae45b48/resourceInstances/basicclamp0/artifacts/276af7ac-f4ac-47b1-877b-ecb92098b6a8", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "cds", "timestamp": 1618282441776, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-13T02:56:54.653Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bacf38db-efad-4640-9b14-b88cf3858580 2021-04-13T02:56:54.653Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bacf38db-efad-4640-9b14-b88cf3858580 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-13T02:56:54.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282441781, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.657Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "ves-openapi-manager", "timestamp": 1618282437875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.658Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.658Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.658Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "dcae-sch", "timestamp": 1618282442580, "artifactURL": "/sdc/v1/catalog/services/3da8b2cf-b216-43e6-a007-01d4bae45b48/resourceInstances/basicclamp0/artifacts/276af7ac-f4ac-47b1-877b-ecb92098b6a8", "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-13T02:56:54.660Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of bacf38db-efad-4640-9b14-b88cf3858580 2021-04-13T02:56:54.660Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bacf38db-efad-4640-9b14-b88cf3858580 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-13T02:56:54.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.665Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282442711, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.665Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.665Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282442708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.665Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "ves-openapi-manager", "timestamp": 1618282437875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "cds", "timestamp": 1618282442778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282443842, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282443839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "ves-openapi-manager", "timestamp": 1618282437875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "cds", "timestamp": 1618282442778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "policy-id", "timestamp": 1618282426225, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282444866, "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-13T02:56:54.669Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bacf38db-efad-4640-9b14-b88cf3858580 2021-04-13T02:56:54.669Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bacf38db-efad-4640-9b14-b88cf3858580 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-13T02:56:54.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282444949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "ves-openapi-manager", "timestamp": 1618282437875, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "cds", "timestamp": 1618282442778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "policy-id", "timestamp": 1618282445749, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-k8s-id", "timestamp": 1618282445869, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282445955, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "cds", "timestamp": 1618282442778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282446448, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "policy-id", "timestamp": 1618282446752, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282446958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "clamp", "timestamp": 1618282447257, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "cds", "timestamp": 1618282442778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282446448, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "policy-id", "timestamp": 1618282447755, "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-13T02:56:54.678Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bacf38db-efad-4640-9b14-b88cf3858580 2021-04-13T02:56:54.678Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bacf38db-efad-4640-9b14-b88cf3858580 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-13T02:56:54.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-13T02:56:54.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282447961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "clamp", "timestamp": 1618282448274, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.681Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "cds", "timestamp": 1618282442778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282446448, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "aai-ml", "timestamp": 1618282423660, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "clamp", "timestamp": 1618282449276, "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-13T02:56:54.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a3961526-81d5-4422-b5bf-2df3b8ba3b43 2021-04-13T02:56:54.684Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:56:54.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "policy-id", "timestamp": 1618282448757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "cds", "timestamp": 1618282442778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282426037, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282446448, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282426595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "policy-id", "timestamp": 1618282448757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "cds", "timestamp": 1618282442778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.688Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282446448, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "aai-ml", "timestamp": 1618282450609, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "policy-id", "timestamp": 1618282448757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282451505, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "dcae-sch", "timestamp": 1618282450914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282446448, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282451701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "cds", "timestamp": 1618282451996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282451644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "policy-id", "timestamp": 1618282448757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "dcae-sch", "timestamp": 1618282450914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282446448, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282452907, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282453214, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282451644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:56:54.690Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "policy-id", "timestamp": 1618282448757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "dcae-sch", "timestamp": 1618282450914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282446448, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.691Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "cds", "timestamp": 1618282454099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-13T02:56:54.696Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3156b9a4-4090-429c-b660-638d366e0ad2 2021-04-13T02:56:54.696Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3156b9a4-4090-429c-b660-638d366e0ad2 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-13T02:56:54.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282451644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:56:54.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "policy-id", "timestamp": 1618282448757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "dcae-sch", "timestamp": 1618282450914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282454775, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282451644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "policy-id", "timestamp": 1618282448757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "dcae-sch", "timestamp": 1618282450914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282455731, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282455782, "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-13T02:56:54.703Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bacf38db-efad-4640-9b14-b88cf3858580 2021-04-13T02:56:54.703Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bacf38db-efad-4640-9b14-b88cf3858580 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-13T02:56:54.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282451644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-13T02:56:54.705Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.705Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.705Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "policy-id", "timestamp": 1618282448757, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "dcae-sch", "timestamp": 1618282450914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282456632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.706Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282456735, "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-13T02:56:54.708Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bacf38db-efad-4640-9b14-b88cf3858580 2021-04-13T02:56:54.708Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bacf38db-efad-4640-9b14-b88cf3858580 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-13T02:56:54.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-windriver-id", "timestamp": 1618282456786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.710Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282451644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282430920, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "dcae-sch", "timestamp": 1618282450914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282457737, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282451644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282457791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "ves-openapi-manager", "timestamp": 1618282457875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "policy-id", "timestamp": 1618282458522, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "dcae-sch", "timestamp": 1618282450914, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282458668, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "aai-ml", "timestamp": 1618282459088, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282451644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282458742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282457791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "ves-openapi-manager", "timestamp": 1618282457875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.712Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "policy-id", "timestamp": 1618282459525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.713Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282459672, "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-13T02:56:54.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bacf38db-efad-4640-9b14-b88cf3858580 2021-04-13T02:56:54.716Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bacf38db-efad-4640-9b14-b88cf3858580 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-13T02:56:54.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "aai-ml", "timestamp": 1618282460092, "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-13T02:56:54.724Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bacf38db-efad-4640-9b14-b88cf3858580 2021-04-13T02:56:54.725Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bacf38db-efad-4640-9b14-b88cf3858580 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-13T02:56:54.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282458742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282457791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282460431, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "ves-openapi-manager", "timestamp": 1618282457875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.730Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "policy-id", "timestamp": 1618282460527, "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-13T02:56:54.732Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3156b9a4-4090-429c-b660-638d366e0ad2 2021-04-13T02:56:54.732Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3156b9a4-4090-429c-b660-638d366e0ad2 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-13T02:56:54.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282458742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:56:54.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282457791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "ves-openapi-manager", "timestamp": 1618282457875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282461574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "aai-ml", "timestamp": 1618282461095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282458742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282457791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "ves-openapi-manager", "timestamp": 1618282457875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "aai-ml", "timestamp": 1618282461095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282462759, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282458742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282457791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "ves-openapi-manager", "timestamp": 1618282457875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "aai-ml", "timestamp": 1618282461095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282463785, "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-13T02:56:54.741Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3156b9a4-4090-429c-b660-638d366e0ad2 2021-04-13T02:56:54.741Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3156b9a4-4090-429c-b660-638d366e0ad2 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-13T02:56:54.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282458742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282457791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "ves-openapi-manager", "timestamp": 1618282457875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "aai-ml", "timestamp": 1618282461095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-k8s-id", "timestamp": 1618282464789, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282458742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282457791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "ves-openapi-manager", "timestamp": 1618282457875, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "aai-ml", "timestamp": 1618282461095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282458742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "aai-ml", "timestamp": 1618282461095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282466957, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "aai-ml", "timestamp": 1618282461095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282467898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282468354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "aai-ml", "timestamp": 1618282461095, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282468864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282468901, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282470286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282470992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "aai-ml", "timestamp": 1618282471098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282471118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282471288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282472124, "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-13T02:56:54.750Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3156b9a4-4090-429c-b660-638d366e0ad2 2021-04-13T02:56:54.750Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3156b9a4-4090-429c-b660-638d366e0ad2 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-13T02:56:54.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "clamp", "timestamp": 1618282472292, "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-13T02:56:54.754Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bacf38db-efad-4640-9b14-b88cf3858580 2021-04-13T02:56:54.754Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bacf38db-efad-4640-9b14-b88cf3858580 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-13T02:56:54.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282472615, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-windriver-id", "timestamp": 1618282473126, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282473617, "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-13T02:56:54.760Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3156b9a4-4090-429c-b660-638d366e0ad2 2021-04-13T02:56:54.760Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3156b9a4-4090-429c-b660-638d366e0ad2 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-13T02:56:54.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "clamp", "timestamp": 1618282473296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.762Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282474620, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.762Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "clamp", "timestamp": 1618282473296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "clamp", "timestamp": 1618282473296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "clamp", "timestamp": 1618282473296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282476448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "clamp", "timestamp": 1618282473296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282476448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "clamp", "timestamp": 1618282473296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282476448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "aai-ml", "timestamp": 1618282479255, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "clamp", "timestamp": 1618282473296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282476448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "aai-ml", "timestamp": 1618282480257, "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-13T02:56:54.766Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3156b9a4-4090-429c-b660-638d366e0ad2 2021-04-13T02:56:54.766Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3156b9a4-4090-429c-b660-638d366e0ad2 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-13T02:56:54.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "clamp", "timestamp": 1618282473296, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282476448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282476448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282476448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282476448, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282485149, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282487120, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "clamp", "timestamp": 1618282487732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:56:54.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282488123, "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-13T02:56:54.772Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3156b9a4-4090-429c-b660-638d366e0ad2 2021-04-13T02:56:54.772Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3156b9a4-4090-429c-b660-638d366e0ad2 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-13T02:56:54.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "clamp", "timestamp": 1618282490700, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:56:54.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:56:54.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:56:54.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "clamp", "timestamp": 1618282491703, "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-13T02:56:54.778Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3156b9a4-4090-429c-b660-638d366e0ad2 2021-04-13T02:56:54.778Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3156b9a4-4090-429c-b660-638d366e0ad2 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-13T02:57:09.013Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:57:09.020Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:57:09.023Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:57:09.023Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-13T02:57:09.023Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-13T02:57:09.023Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-13T02:57:09.023Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:57:09.023Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:57:09.024Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:57:09.024Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:57:09.024Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:57:09.024Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:57:09.024Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|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-13T02:57:09.028Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-13T02:57:39.029Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 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-13T02:57:39.032Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a3961526-81d5-4422-b5bf-2df3b8ba3b43 and serviceModelVersionId: 7294e865-f5ec-4233-b2e0-c9dc90d77825 2021-04-13T02:57:39.033Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 978787c2-419e-4fb1-bb16-f6c5d132311d 2021-04-13T02:57:39.034Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/978787c2-419e-4fb1-bb16-f6c5d132311d/model-vers/model-ver/7294e865-f5ec-4233-b2e0-c9dc90d77825?depth=0 2021-04-13T02:57:39.041Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-13T02:57:39.083Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/978787c2-419e-4fb1-bb16-f6c5d132311d/model-vers/model-ver/7294e865-f5ec-4233-b2e0-c9dc90d77825?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-13T02:57:39.084Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/978787c2-419e-4fb1-bb16-f6c5d132311d/model-vers/model-ver/7294e865-f5ec-4233-b2e0-c9dc90d77825?depth=0|INFO|500||Invoke 2021-04-13T02:57:39.102Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/978787c2-419e-4fb1-bb16-f6c5d132311d/model-vers/model-ver/7294e865-f5ec-4233-b2e0-c9dc90d77825?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-13T02:57:39.173Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/978787c2-419e-4fb1-bb16-f6c5d132311d/model-vers/model-ver/7294e865-f5ec-4233-b2e0-c9dc90d77825?depth=0|INFO|500||InvokeReturn 2021-04-13T02:57:39.173Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/978787c2-419e-4fb1-bb16-f6c5d132311d/model-vers/model-ver/7294e865-f5ec-4233-b2e0-c9dc90d77825?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210413-02:57:39:117-32605], vertex-id=[241728], Content-Length=[0], Date=[Tue, 13 Apr 2021 02:57:39 GMT], Content-Type=[application/json]} 2021-04-13T02:57:39.174Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-04-13T02:57:39.174Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-13T02:57:39.174Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|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-13T02:57:39.177Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|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-13T02:57:39.178Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a3961526-81d5-4422-b5bf-2df3b8ba3b43 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-13T02:57:39.178Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-13T02:57:39.178Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:39.180Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:39.180Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282659178, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:57:39.280Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:39.281Z||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-13T02:57:39.281Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:39.294Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:39.295Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-13T02:57:40.187Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-13T02:57:40.187Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bacf38db-efad-4640-9b14-b88cf3858580","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3da8b2cf-b216-43e6-a007-01d4bae45b48","serviceDescription":"service","serviceInvariantUUID":"34117026-8d8a-4919-a5f8-7d109b875ee9","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"247e7d1b-4488-436e-b21a-135e1e72b51e","resourceInvariantUUID":"977b1705-81e0-4dbb-9599-cab7d423e7e4","resourceCustomizationUUID":"a81d8ffb-7f71-4274-b93b-6f17b2b23877","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":"276af7ac-f4ac-47b1-877b-ecb92098b6a8","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":"OGRkNGYwNDhlZDllYThlYzlmNTdiMDcxMmRiNmZhM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a64091a9-48ca-43e4-a258-f08c33636952","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":"NTk0Nzg1NmQ2NWI5NjVjY2UwNTc1OTE5NTYzMzYzMWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45751113-d2b9-4103-aae7-1ee865dde59a","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":"fce099c7-7db1-401d-9dcf-7826946b4028","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":"0265863a-db7e-4059-add6-bcffb835ee8e","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":"891ff685-6202-4be1-b3c6-18a1ef959fad","artifactVersion":"2","generatedFromUUID":"fce099c7-7db1-401d-9dcf-7826946b4028"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZmU2OWNiYTE4Mzk1YTc1ZWM1OTAwODFiZTg1ODQxZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c14c6b68-dd35-4313-b71a-db73085d10e5","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDBhZTA1ZTZiMjdhZjIwNWQyZGRhNDNmMmUwODY3NGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"216932a2-a0a6-4272-b0b2-cd1da4ecd9e2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-13T02:57:40.187Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:57:40.187Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:40.189Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:40.189Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:40.289Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:40.290Z||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-13T02:57:40.290Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:40.299Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:40.300Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:41.189Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:57:41.190Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:41.193Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:41.193Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:41.294Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:57:41.294Z||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-13T02:57:41.294Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:41.303Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:41.304Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:42.194Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:57:42.195Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:42.196Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:42.196Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:57:42.297Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:57:42.298Z||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-13T02:57:42.298Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:42.309Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:42.309Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:57:43.197Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:57:43.198Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:43.201Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:43.201Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:57:43.301Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:43.302Z||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-13T02:57:43.302Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:43.312Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:43.312Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:57:44.201Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:57:44.202Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:44.204Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:44.205Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:44.305Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:44.305Z||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-13T02:57:44.306Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:44.315Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:44.315Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:45.205Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:57:45.206Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:45.207Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:45.208Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-13T02:57:45.308Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:45.309Z||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-13T02:57:45.309Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:45.319Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:45.319Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:46.208Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:57:46.208Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:46.211Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:46.211Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:46.311Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:46.311Z||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-13T02:57:46.312Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:46.321Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:46.321Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:47.211Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:57:47.212Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:47.213Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:47.214Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:57:47.314Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:47.314Z||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-13T02:57:47.314Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:47.350Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:47.350Z||pool-74-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:48.215Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "3da8b2cf-b216-43e6-a007-01d4bae45b48", "serviceDescription": "service", "serviceInvariantUUID": "34117026-8d8a-4919-a5f8-7d109b875ee9", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "a81d8ffb-7f71-4274-b93b-6f17b2b23877", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "247e7d1b-4488-436e-b21a-135e1e72b51e", "resourceInvariantUUID": "977b1705-81e0-4dbb-9599-cab7d423e7e4", "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": "NTk0Nzg1NmQ2NWI5NjVjY2UwNTc1OTE5NTYzMzYzMWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45751113-d2b9-4103-aae7-1ee865dde59a", "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": "fce099c7-7db1-401d-9dcf-7826946b4028", "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": "891ff685-6202-4be1-b3c6-18a1ef959fad", "generatedFromUUID": "fce099c7-7db1-401d-9dcf-7826946b4028" }, "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": "891ff685-6202-4be1-b3c6-18a1ef959fad", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZDBhZTA1ZTZiMjdhZjIwNWQyZGRhNDNmMmUwODY3NGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "216932a2-a0a6-4272-b0b2-cd1da4ecd9e2" } ], "workloadContext": "Production" } 2021-04-13T02:57:48.215Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-13T02:57:48.216Z|a3961526-81d5-4422-b5bf-2df3b8ba3b43|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3da8b2cf-b216-43e6-a007-01d4bae45b48 ASDC 2021-04-13T02:57:48.216Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:bacf38db-efad-4640-9b14-b88cf3858580 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:3da8b2cf-b216-43e6-a007-01d4bae45b48 ServiceInvariantUUID:34117026-8d8a-4919-a5f8-7d109b875ee9 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:216932a2-a0a6-4272-b0b2-cd1da4ecd9e2 ArtifactChecksum:ZDBhZTA1ZTZiMjdhZjIwNWQyZGRhNDNmMmUwODY3NGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:a81d8ffb-7f71-4274-b93b-6f17b2b23877 ResourceInvariantUUID:977b1705-81e0-4dbb-9599-cab7d423e7e4 ResourceName:basicclamp ResourceType:VF ResourceUUID:247e7d1b-4488-436e-b21a-135e1e72b51e 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:45751113-d2b9-4103-aae7-1ee865dde59a ArtifactChecksum:NTk0Nzg1NmQ2NWI5NjVjY2UwNTc1OTE5NTYzMzYzMWM= 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:fce099c7-7db1-401d-9dcf-7826946b4028 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:891ff685-6202-4be1-b3c6-18a1ef959fad 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:891ff685-6202-4be1-b3c6-18a1ef959fad ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-13T02:57:48.216Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3da8b2cf-b216-43e6-a007-01d4bae45b48 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-13T02:57:48.248Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:57:48.249Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:57:48.249Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:57:48.249Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 216932a2-a0a6-4272-b0b2-cd1da4ecd9e2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-13T02:57:48.249Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:57:48.249Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-04-13T02:57:49.157Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:57:49.160Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 216932a2-a0a6-4272-b0b2-cd1da4ecd9e2 76838 2021-04-13T02:57:49.160Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:49.160Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:49.160Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:57:49.160Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:49.161Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:49.161Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282669160, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:57:49.262Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:57:49.262Z||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-13T02:57:49.263Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:49.271Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:49.271Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:50.162Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:57:50.163Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:57:50.163Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 216932a2-a0a6-4272-b0b2-cd1da4ecd9e2, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-13T02:57:50.163Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-04-13T02:57:50.163Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-13T02:57:50.163Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-13T02:57:50.280Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14601040849689696750/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-13T02:57:51.252Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|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-Basicclamp-csar.csar 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|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-Basicclamp-csar.csar 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|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-Basicclamp-csar.csar 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|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-Basicclamp-csar.csar 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|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-Basicclamp-csar.csar 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|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-Basicclamp-csar.csar 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|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-Basicclamp-csar.csar 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|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-Basicclamp-csar.csar 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:57:51.253Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:51.254Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.255Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8ff50c28-1bb4-4f65-aacd-140aab14b4f5 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:51.256Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.257Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:51.257Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:51.257Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:51.257Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:3da8b2cf-b216-43e6-a007-01d4bae45b48 Model Version:NULL Model InvariantUuid:34117026-8d8a-4919-a5f8-7d109b875ee9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:d93f71cf-35a6-4938-9096-3886469bd98b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:977b1705-81e0-4dbb-9599-cab7d423e7e4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a81d8ffb-7f71-4274-b93b-6f17b2b23877 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f32fafdd-8250-47e1-b22c-9173a1ab5dc2 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:9f58ed92-9a20-4161-893d-3b627cd6bd50 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8ff50c28-1bb4-4f65-aacd-140aab14b4f5 ModelInvariantUuid:39fbcfc7-d226-4552-9f81-7d2b59bb8a47 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:85a29437-054e-4187-b630-6f7687ef20b2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a17a5acc-1283-4969-877a-6d480fc479f0 ModelInvariantUuid:460a2917-0b36-44b0-b8b4-dfc0b89d258d ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:614cd703-7bae-435b-a441-8a8318a453e3 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-13T02:57:51.264Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 247e7d1b-4488-436e-b21a-135e1e72b51e 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-13T02:57:51.267Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||basicclamp 0 2021-04-13T02:57:51.267Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 247e7d1b-4488-436e-b21a-135e1e72b51e 2021-04-13T02:57:51.267Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 45751113-d2b9-4103-aae7-1ee865dde59a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-04-13T02:57:51.267Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:57:51.267Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:51.716Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:57:51.716Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 45751113-d2b9-4103-aae7-1ee865dde59a 790 2021-04-13T02:57:51.716Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:51.716Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:51.716Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:57:51.716Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:51.718Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:51.718Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282671716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:57:51.818Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:51.819Z||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-13T02:57:51.819Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:51.828Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:51.828Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:52.718Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f32fafdd-8250-47e1-b22c-9173a1ab5dc2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9f58ed92-9a20-4161-893d-3b627cd6bd50", "vfModuleModelCustomizationUUID": "71bd5bd8-0513-43b0-b831-17db4aff219e", "isBase": true, "artifacts": [ "fce099c7-7db1-401d-9dcf-7826946b4028", "891ff685-6202-4be1-b3c6-18a1ef959fad" ], "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-13T02:57:52.721Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9f58ed92-9a20-4161-893d-3b627cd6bd50 VfModuleModelInvariantUUID:f32fafdd-8250-47e1-b22c-9173a1ab5dc2 VfModuleModelDescription:NULL Artifacts UUID List:{ fce099c7-7db1-401d-9dcf-7826946b4028 , 891ff685-6202-4be1-b3c6-18a1ef959fad } 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-13T02:57:52.723Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f32fafdd-8250-47e1-b22c-9173a1ab5dc2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9f58ed92-9a20-4161-893d-3b627cd6bd50", "vfModuleModelCustomizationUUID": "71bd5bd8-0513-43b0-b831-17db4aff219e", "isBase": true, "artifacts": [ "fce099c7-7db1-401d-9dcf-7826946b4028", "891ff685-6202-4be1-b3c6-18a1ef959fad" ], "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-13T02:57:52.723Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9f58ed92-9a20-4161-893d-3b627cd6bd50 VfModuleModelInvariantUUID:f32fafdd-8250-47e1-b22c-9173a1ab5dc2 VfModuleModelDescription:NULL Artifacts UUID List:{ fce099c7-7db1-401d-9dcf-7826946b4028 , 891ff685-6202-4be1-b3c6-18a1ef959fad } 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-13T02:57:52.723Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fce099c7-7db1-401d-9dcf-7826946b4028 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-04-13T02:57:52.723Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:57:52.723Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:53.353Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:57:53.353Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml fce099c7-7db1-401d-9dcf-7826946b4028 5033 2021-04-13T02:57:53.354Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:53.354Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:53.354Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:57:53.354Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:53.356Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:53.356Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282673354, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:57:53.456Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:57:53.457Z||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-13T02:57:53.457Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:53.466Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:53.467Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:57:54.077Z||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-13T02:57:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:54.357Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 891ff685-6202-4be1-b3c6-18a1ef959fad from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-04-13T02:57:54.358Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:57:54.358Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:54.699Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:54.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "a3961526-81d5-4422-b5bf-2df3b8ba3b43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282659178, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:57:54.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:57:54.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:54.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282429481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282669160, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282671716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:57:54.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282673354, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282666038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282663660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282666595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "dcae-sch", "timestamp": 1618282670914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282670920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282671644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282666225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:57:54.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:57:56.296Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:57:56.297Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 891ff685-6202-4be1-b3c6-18a1ef959fad 909 2021-04-13T02:57:56.297Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:56.297Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:56.297Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:57:56.297Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:56.299Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:56.299Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282676297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:57:56.399Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:56.399Z||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-13T02:57:56.400Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:56.409Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:56.409Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:57.299Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3da8b2cf-b216-43e6-a007-01d4bae45b48 2021-04-13T02:57:57.300Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 247e7d1b-4488-436e-b21a-135e1e72b51e 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-13T02:57:57.314Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.315Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:57.315Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-13T02:57:57.315Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a81d8ffb-7f71-4274-b93b-6f17b2b23877 2021-04-13T02:57:57.315Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a81d8ffb-7f71-4274-b93b-6f17b2b23877 matches Tosca VF Customization UUID: a81d8ffb-7f71-4274-b93b-6f17b2b23877 2021-04-13T02:57:57.315Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a81d8ffb-7f71-4274-b93b-6f17b2b23877 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-13T02:57:57.317Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.317Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:57.318Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a81d8ffb-7f71-4274-b93b-6f17b2b23877: {\"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-13T02:57:57.318Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57c4911e 2021-04-13T02:57:57.318Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.318Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:57:57.318Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 71bd5bd8-0513-43b0-b831-17db4aff219e 2021-04-13T02:57:57.318Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 71bd5bd8-0513-43b0-b831-17db4aff219e 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-13T02:57:57.320Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.320Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-13T02:57:57.320Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:57:57.320Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.320Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-13T02:57:57.320Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:57:57.321Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.321Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-04-13T02:57:57.321Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-04-13T02:57:57.321Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-04-13T02:57:57.321Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8ff50c28-1bb4-4f65-aacd-140aab14b4f5 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-13T02:57:57.323Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.323Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-13T02:57:57.323Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:57:57.323Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.324Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-04-13T02:57:57.324Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=a81d8ffb-7f71-4274-b93b-6f17b2b23877 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-13T02:57:57.325Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.325Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:57.326Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3da8b2cf-b216-43e6-a007-01d4bae45b48: basicclamp 2021-04-13T02:57:57.326Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.326Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:57.326Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.326Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:57.326Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.327Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:57.327Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.327Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:57.327Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:57:57.327Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:57:57.327Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:57.385Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 247e7d1b-4488-436e-b21a-135e1e72b51e 1 ASDC deployResourceStructure 2021-04-13T02:57:57.385Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:57.386Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:57.386Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:57:57.386Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:57.387Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:57.387Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282677385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:57:57.487Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:57.488Z||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-13T02:57:57.489Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:57.497Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:57.498Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:58.389Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:58.390Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:58.390Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:57:58.390Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:58.392Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:58.392Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282678389, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:57:58.492Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:58.493Z||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-13T02:57:58.493Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:58.502Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:58.502Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:57:59.393Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:59.394Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:57:59.394Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:57:59.394Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:57:59.397Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:57:59.397Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282679393, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-13T02:57:59.497Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:57:59.498Z||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-13T02:57:59.499Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:57:59.508Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:57:59.509Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:58:00.398Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:58:00.398Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||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-13T02:58:00.399Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:58:00.399Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:00.401Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:00.401Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282680398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:58:00.502Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:00.503Z||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-13T02:58:00.503Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:00.513Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:00.513Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:58:01.402Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bacf38db-efad-4640-9b14-b88cf3858580 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:58:01.411Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bacf38db-efad-4640-9b14-b88cf3858580 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-13T02:58:01.413Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:58:01.413Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-13T02:58:01.413Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-13T02:58:01.413Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-13T02:58:01.413Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:01.413Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:01.413Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:01.413Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:01.413Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:01.414Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:01.414Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:01.414Z|bacf38db-efad-4640-9b14-b88cf3858580|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-13T02:58:01.417Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-13T02:58:31.418Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bacf38db-efad-4640-9b14-b88cf3858580 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-13T02:58:31.422Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bacf38db-efad-4640-9b14-b88cf3858580 and serviceModelVersionId: 3da8b2cf-b216-43e6-a007-01d4bae45b48 2021-04-13T02:58:31.423Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34117026-8d8a-4919-a5f8-7d109b875ee9 2021-04-13T02:58:31.424Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34117026-8d8a-4919-a5f8-7d109b875ee9/model-vers/model-ver/3da8b2cf-b216-43e6-a007-01d4bae45b48?depth=0 2021-04-13T02:58:31.431Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-13T02:58:31.476Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34117026-8d8a-4919-a5f8-7d109b875ee9/model-vers/model-ver/3da8b2cf-b216-43e6-a007-01d4bae45b48?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-13T02:58:31.477Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34117026-8d8a-4919-a5f8-7d109b875ee9/model-vers/model-ver/3da8b2cf-b216-43e6-a007-01d4bae45b48?depth=0|INFO|500||Invoke 2021-04-13T02:58:31.495Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34117026-8d8a-4919-a5f8-7d109b875ee9/model-vers/model-ver/3da8b2cf-b216-43e6-a007-01d4bae45b48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-13T02:58:31.634Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34117026-8d8a-4919-a5f8-7d109b875ee9/model-vers/model-ver/3da8b2cf-b216-43e6-a007-01d4bae45b48?depth=0|INFO|500||InvokeReturn 2021-04-13T02:58:31.634Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/34117026-8d8a-4919-a5f8-7d109b875ee9/model-vers/model-ver/3da8b2cf-b216-43e6-a007-01d4bae45b48?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210413-02:58:31:508-46467], vertex-id=[237720], Content-Length=[0], Date=[Tue, 13 Apr 2021 02:58:31 GMT], Content-Type=[application/json]} 2021-04-13T02:58:31.635Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-04-13T02:58:31.635Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-13T02:58:31.635Z|bacf38db-efad-4640-9b14-b88cf3858580|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-13T02:58:31.638Z|bacf38db-efad-4640-9b14-b88cf3858580|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-13T02:58:31.638Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bacf38db-efad-4640-9b14-b88cf3858580 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-13T02:58:31.638Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-13T02:58:31.639Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:31.640Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:31.640Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282711638, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:58:31.741Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:58:31.741Z||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-13T02:58:31.742Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:31.755Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:31.755Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-13T02:58:32.647Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:58:32.647Z|bacf38db-efad-4640-9b14-b88cf3858580|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-13T02:58:32.647Z|bacf38db-efad-4640-9b14-b88cf3858580|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 pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:36.941Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:36.942Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-13T02:58:36.942Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3156b9a4-4090-429c-b660-638d366e0ad2","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"65011e43-dec0-434d-bf4d-0fb883390cc8","serviceDescription":"service","serviceInvariantUUID":"14deef3e-a893-4fc5-8ee2-d255b16ce21f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7be57ee6-67d6-4ace-942e-bbc260d8021e","resourceInvariantUUID":"e55f0342-ddf6-4e01-9d99-3c3e80886f8b","resourceCustomizationUUID":"d4bed914-bff6-4d69-8d26-c11dee55369c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ODkwZjJjZjQ0ODJjYjFiODNkNTJjNjU3ZTZmMDMwZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d61adf09-1ce0-4e1e-9a74-10ea944cee0b","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NmNhOTZjMzAxYmI0NGNhOWIxZThiMjY0Y2U4OTBkN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ece70a75-e633-4ce5-9ee5-3851e14dda08","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fd1b1943-98e4-4652-80df-2213fdd552b3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d95ff2d-6074-4ea8-b927-2e12f0f89003","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b83512ad-7cda-42c6-ac3a-98f33e9197a3","artifactVersion":"2","generatedFromUUID":"fd1b1943-98e4-4652-80df-2213fdd552b3"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"Mjg0NWE0OGFhMTZiYWY2NDA3ZjU4OWU4YzQ0MmRlZDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e1bd2840-49bf-422c-92e7-39718b92b2d0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"NDJiNGU5MjBlNTkyZjNkZjU1YTI3YTM1NTJlNzcyMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cca062a0-fb68-45ff-964a-7e1f5b5a1844","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWQyYjY2MTgxZTVjN2U1YjE4YzBmMDZjZmVlNTQ1NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4981056-4af5-4d4a-9872-469fb537831d","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-13T02:58:36.944Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:58:36.944Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:36.946Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:36.946Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:58:37.046Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:37.047Z||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-13T02:58:37.047Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:37.057Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:37.057Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:37.946Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:58:37.947Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:37.948Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:37.948Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:58:38.049Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:58:38.050Z||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-13T02:58:38.050Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:38.059Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:38.059Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:38.949Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:58:38.950Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:38.951Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:38.951Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:58:39.051Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:39.052Z||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-13T02:58:39.052Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:39.061Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:39.061Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:58:39.952Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:58:39.952Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:39.954Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:39.954Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:58:40.054Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:40.055Z||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-13T02:58:40.055Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:40.064Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:40.065Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:58:40.954Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:58:40.955Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:40.957Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:40.957Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-13T02:58:41.057Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:41.058Z||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-13T02:58:41.058Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:41.067Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:41.068Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:41.957Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:58:41.958Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:41.959Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:41.960Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:58:42.059Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:58:42.060Z||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-13T02:58:42.060Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:42.069Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:42.070Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:42.960Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:58:42.961Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:42.962Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:42.962Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:58:43.063Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:58:43.063Z||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-13T02:58:43.064Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:43.073Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:43.074Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:43.963Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:58:43.964Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:43.965Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:43.965Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:58:44.066Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:58:44.066Z||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-13T02:58:44.067Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:44.076Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:44.076Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:44.966Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "65011e43-dec0-434d-bf4d-0fb883390cc8", "serviceDescription": "service", "serviceInvariantUUID": "14deef3e-a893-4fc5-8ee2-d255b16ce21f", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d4bed914-bff6-4d69-8d26-c11dee55369c", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7be57ee6-67d6-4ace-942e-bbc260d8021e", "resourceInvariantUUID": "e55f0342-ddf6-4e01-9d99-3c3e80886f8b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "NmNhOTZjMzAxYmI0NGNhOWIxZThiMjY0Y2U4OTBkN2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ece70a75-e633-4ce5-9ee5-3851e14dda08", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fd1b1943-98e4-4652-80df-2213fdd552b3", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b83512ad-7cda-42c6-ac3a-98f33e9197a3", "generatedFromUUID": "fd1b1943-98e4-4652-80df-2213fdd552b3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b83512ad-7cda-42c6-ac3a-98f33e9197a3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWQyYjY2MTgxZTVjN2U1YjE4YzBmMDZjZmVlNTQ1NTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e4981056-4af5-4d4a-9872-469fb537831d" } ], "workloadContext": "Production" } 2021-04-13T02:58:44.967Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-13T02:58:44.967Z|bacf38db-efad-4640-9b14-b88cf3858580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 65011e43-dec0-434d-bf4d-0fb883390cc8 ASDC 2021-04-13T02:58:44.967Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:3156b9a4-4090-429c-b660-638d366e0ad2 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:65011e43-dec0-434d-bf4d-0fb883390cc8 ServiceInvariantUUID:14deef3e-a893-4fc5-8ee2-d255b16ce21f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:e4981056-4af5-4d4a-9872-469fb537831d ArtifactChecksum:OWQyYjY2MTgxZTVjN2U1YjE4YzBmMDZjZmVlNTQ1NTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d4bed914-bff6-4d69-8d26-c11dee55369c ResourceInvariantUUID:e55f0342-ddf6-4e01-9d99-3c3e80886f8b ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:7be57ee6-67d6-4ace-942e-bbc260d8021e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:ece70a75-e633-4ce5-9ee5-3851e14dda08 ArtifactChecksum:NmNhOTZjMzAxYmI0NGNhOWIxZThiMjY0Y2U4OTBkN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:fd1b1943-98e4-4652-80df-2213fdd552b3 ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:b83512ad-7cda-42c6-ac3a-98f33e9197a3 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:b83512ad-7cda-42c6-ac3a-98f33e9197a3 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-13T02:58:44.967Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65011e43-dec0-434d-bf4d-0fb883390cc8 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-13T02:58:44.987Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:58:44.988Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:58:44.988Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:58:44.988Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e4981056-4af5-4d4a-9872-469fb537831d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-13T02:58:44.988Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:58:44.989Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-13T02:58:45.233Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:58:45.236Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e4981056-4af5-4d4a-9872-469fb537831d 82053 2021-04-13T02:58:45.237Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-13T02:58:45.237Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-13T02:58:45.237Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:58:45.237Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:45.238Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:45.238Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282725237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:58:45.339Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:45.340Z||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-13T02:58:45.340Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:45.350Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:45.350Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:46.239Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:58:46.240Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:58:46.240Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e4981056-4af5-4d4a-9872-469fb537831d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-13T02:58:46.240Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-04-13T02:58:46.241Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-13T02:58:46.241Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-13T02:58:46.335Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12532126774112119267/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_Ubuntu20_admin_plane_port_0_name" is not provided 2021-04-13T02:58:47.322Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-13T02:58:47.323Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:58:47.323Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-13T02:58:47.323Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-04-13T02:58:47.323Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-13T02:58:47.323Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-13T02:58:47.323Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-13T02:58:47.323Z|3156b9a4-4090-429c-b660-638d366e0ad2|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-BasicVmMacro-csar.csar 2021-04-13T02:58:47.323Z|3156b9a4-4090-429c-b660-638d366e0ad2|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-BasicVmMacro-csar.csar 2021-04-13T02:58:47.323Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-13T02:58:47.323Z|3156b9a4-4090-429c-b660-638d366e0ad2|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-BasicVmMacro-csar.csar 2021-04-13T02:58:47.324Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-04-13T02:58:47.324Z|3156b9a4-4090-429c-b660-638d366e0ad2|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-BasicVmMacro-csar.csar 2021-04-13T02:58:47.324Z|3156b9a4-4090-429c-b660-638d366e0ad2|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-BasicVmMacro-csar.csar 2021-04-13T02:58:47.324Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:58:47.324Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.324Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:47.324Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-13T02:58:47.324Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:58:47.324Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-04-13T02:58:47.325Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-04-13T02:58:47.326Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-04-13T02:58:47.326Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-13T02:58:47.326Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.326Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:58:47.326Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.326Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-13T02:58:47.326Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:58:47.326Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.326Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-13T02:58:47.326Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:58:47.327Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.327Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-13T02:58:47.327Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:58:47.327Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.327Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-13T02:58:47.327Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-13T02:58:47.327Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-13T02:58:47.327Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7f4a8476-db90-4ceb-b150-d065d278a8c0 2021-04-13T02:58:47.328Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.328Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:47.328Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.328Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:47.328Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.328Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:47.328Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:47.328Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:47.329Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:65011e43-dec0-434d-bf4d-0fb883390cc8 Model Version:NULL Model InvariantUuid:14deef3e-a893-4fc5-8ee2-d255b16ce21f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:29957fe7-e593-491e-8042-2ceb5b00fc55 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e55f0342-ddf6-4e01-9d99-3c3e80886f8b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d4bed914-bff6-4d69-8d26-c11dee55369c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a86ebe47-f85f-4bae-857c-a6dd6af77c19 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:7ba5eae7-5c7b-4ebd-9cda-d37646de7909 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7f4a8476-db90-4ceb-b150-d065d278a8c0 ModelInvariantUuid:accd681a-7233-4a9c-8fea-0e03d59b0365 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:2c72fe97-f64d-4bac-8af6-8e8404be2167 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:f8d36167-e4d5-4915-ba06-2e72e4c5e0a0 ModelInvariantUuid:e614f1bd-e55d-4037-9bfa-ab275977724c ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:dd77169c-73ed-41f2-b1e4-98a22d90b107 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-13T02:58:47.334Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7be57ee6-67d6-4ace-942e-bbc260d8021e 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-13T02:58:47.336Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2021-04-13T02:58:47.336Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7be57ee6-67d6-4ace-942e-bbc260d8021e 2021-04-13T02:58:47.336Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ece70a75-e633-4ce5-9ee5-3851e14dda08 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-13T02:58:47.337Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:58:47.337Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-13T02:58:48.140Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:58:48.141Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ece70a75-e633-4ce5-9ee5-3851e14dda08 792 2021-04-13T02:58:48.141Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-04-13T02:58:48.141Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-13T02:58:48.141Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:58:48.142Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:48.143Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:48.144Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282728141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:58:48.244Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:58:48.244Z||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-13T02:58:48.244Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:48.253Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:48.253Z||pool-93-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:49.144Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a86ebe47-f85f-4bae-857c-a6dd6af77c19", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7ba5eae7-5c7b-4ebd-9cda-d37646de7909", "vfModuleModelCustomizationUUID": "9e604377-a484-4ed3-99bc-0cdef1459fa6", "isBase": true, "artifacts": [ "fd1b1943-98e4-4652-80df-2213fdd552b3", "b83512ad-7cda-42c6-ac3a-98f33e9197a3" ], "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-13T02:58:49.146Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7ba5eae7-5c7b-4ebd-9cda-d37646de7909 VfModuleModelInvariantUUID:a86ebe47-f85f-4bae-857c-a6dd6af77c19 VfModuleModelDescription:NULL Artifacts UUID List:{ fd1b1943-98e4-4652-80df-2213fdd552b3 , b83512ad-7cda-42c6-ac3a-98f33e9197a3 } 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-13T02:58:49.148Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a86ebe47-f85f-4bae-857c-a6dd6af77c19", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7ba5eae7-5c7b-4ebd-9cda-d37646de7909", "vfModuleModelCustomizationUUID": "9e604377-a484-4ed3-99bc-0cdef1459fa6", "isBase": true, "artifacts": [ "fd1b1943-98e4-4652-80df-2213fdd552b3", "b83512ad-7cda-42c6-ac3a-98f33e9197a3" ], "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-13T02:58:49.148Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7ba5eae7-5c7b-4ebd-9cda-d37646de7909 VfModuleModelInvariantUUID:a86ebe47-f85f-4bae-857c-a6dd6af77c19 VfModuleModelDescription:NULL Artifacts UUID List:{ fd1b1943-98e4-4652-80df-2213fdd552b3 , b83512ad-7cda-42c6-ac3a-98f33e9197a3 } 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-13T02:58:49.148Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fd1b1943-98e4-4652-80df-2213fdd552b3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-13T02:58:49.148Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:58:49.148Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-13T02:58:49.797Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:58:49.797Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml fd1b1943-98e4-4652-80df-2213fdd552b3 5033 2021-04-13T02:58:49.797Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-13T02:58:49.798Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-13T02:58:49.798Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:58:49.798Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:49.800Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:49.800Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282729797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:58:49.900Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:49.901Z||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-13T02:58:49.901Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:49.909Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:49.910Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:50.801Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b83512ad-7cda-42c6-ac3a-98f33e9197a3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-13T02:58:50.801Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:58:50.801Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-13T02:58:51.332Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:58:51.332Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b83512ad-7cda-42c6-ac3a-98f33e9197a3 903 2021-04-13T02:58:51.333Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-13T02:58:51.333Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-13T02:58:51.333Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:58:51.333Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:51.334Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:51.335Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282731333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:58:51.435Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:51.435Z||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-13T02:58:51.435Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:51.444Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:51.445Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:52.335Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 65011e43-dec0-434d-bf4d-0fb883390cc8 2021-04-13T02:58:52.335Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7be57ee6-67d6-4ace-942e-bbc260d8021e 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-13T02:58:52.346Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.346Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:52.346Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-13T02:58:52.346Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d4bed914-bff6-4d69-8d26-c11dee55369c 2021-04-13T02:58:52.346Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d4bed914-bff6-4d69-8d26-c11dee55369c matches Tosca VF Customization UUID: d4bed914-bff6-4d69-8d26-c11dee55369c 2021-04-13T02:58:52.346Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d4bed914-bff6-4d69-8d26-c11dee55369c 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-13T02:58:52.348Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.348Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:52.349Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d4bed914-bff6-4d69-8d26-c11dee55369c: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"Ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"Ubuntu20_image_name\":\"ubuntu-20.04\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"Ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_port\":\"30417\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\",\"Ubuntu20_flavor_name\":\"m1.small\"} 2021-04-13T02:58:52.349Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4390978d 2021-04-13T02:58:52.349Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.349Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:58:52.349Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9e604377-a484-4ed3-99bc-0cdef1459fa6 2021-04-13T02:58:52.349Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9e604377-a484-4ed3-99bc-0cdef1459fa6 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-13T02:58:52.351Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.351Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-13T02:58:52.352Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:58:52.352Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.352Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-13T02:58:52.353Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:58:52.353Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.353Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-04-13T02:58:52.353Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-04-13T02:58:52.354Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-04-13T02:58:52.354Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7f4a8476-db90-4ceb-b150-d065d278a8c0 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-13T02:58:52.356Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.357Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-13T02:58:52.357Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:58:52.357Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.357Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-04-13T02:58:52.357Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d4bed914-bff6-4d69-8d26-c11dee55369c 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-13T02:58:52.358Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.359Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:52.359Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 65011e43-dec0-434d-bf4d-0fb883390cc8: basic_vm_macro 2021-04-13T02:58:52.359Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.359Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:52.359Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.359Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:52.359Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.359Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:52.360Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.360Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:52.360Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:58:52.360Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:58:52.360Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_63_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_63_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_63_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_63_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_63_0_, vnfresourc0_.DESCRIPTION as descript6_63_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_63_0_, vnfresourc0_.MODEL_NAME as model_na8_63_0_, vnfresourc0_.MODEL_VERSION as model_ve9_63_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_63_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_63_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_63_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_0_, heatenviro0_.DESCRIPTION as descript4_25_0_, heatenviro0_.BODY as body5_25_0_, heatenviro0_.NAME as name6_25_0_, heatenviro0_.VERSION as version7_25_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_58_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_58_4_, vfmodule0_.DESCRIPTION as descript3_58_4_, vfmodule0_.IS_BASE as is_base4_58_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_58_4_, vfmodule0_.MODEL_NAME as model_na6_58_4_, vfmodule0_.MODEL_VERSION as model_ve7_58_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_58_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_58_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_58_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_60_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_60_6_, heatfiles2_.ARTIFACT_UUID as artifact1_26_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_26_0_, heatfiles2_.DESCRIPTION as descript4_26_0_, heatfiles2_.BODY as body5_26_0_, heatfiles2_.NAME as name6_26_0_, heatfiles2_.VERSION as version7_26_0_, heattempla3_.ARTIFACT_UUID as artifact1_28_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla3_.CREATION_TIMESTAMP as creation3_28_1_, heattempla3_.DESCRIPTION as descript4_28_1_, heattempla3_.BODY as body5_28_1_, heattempla3_.NAME as name6_28_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla3_.VERSION as version8_28_1_, vnfresourc4_.MODEL_UUID as model_uu1_63_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_63_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_63_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_63_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_63_2_, vnfresourc4_.DESCRIPTION as descript6_63_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_63_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_63_2_, vnfresourc4_.MODEL_NAME as model_na8_63_2_, vnfresourc4_.MODEL_VERSION as model_ve9_63_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_63_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_63_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_63_2_, heattempla5_.ARTIFACT_UUID as artifact1_28_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla5_.CREATION_TIMESTAMP as creation3_28_3_, heattempla5_.DESCRIPTION as descript4_28_3_, heattempla5_.BODY as body5_28_3_, heattempla5_.NAME as name6_28_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla5_.VERSION as version8_28_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_1_, heattempla0_.CREATION_TIMESTAMP as creation3_28_1_, heattempla0_.DESCRIPTION as descript4_28_1_, heattempla0_.BODY as body5_28_1_, heattempla0_.NAME as name6_28_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_1_, heattempla0_.VERSION as version8_28_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_27_3_, heattempla2_.ARTIFACT_UUID as child_he2_27_3_, heattempla2_.ARTIFACT_UUID as artifact1_28_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_28_0_, heattempla2_.CREATION_TIMESTAMP as creation3_28_0_, heattempla2_.DESCRIPTION as descript4_28_0_, heattempla2_.BODY as body5_28_0_, heattempla2_.NAME as name6_28_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_28_0_, heattempla2_.VERSION as version8_28_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_29_0_, heattempla0_.PARAM_NAME as param_na2_29_0_, heattempla0_.PARAM_ALIAS as param_al3_29_0_, heattempla0_.PARAM_TYPE as param_ty4_29_0_, heattempla0_.IS_REQUIRED as is_requi5_29_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_66_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_66_5_, vnfccustom0_.DESCRIPTION as descript3_66_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_66_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_66_5_, vnfccustom0_.MODEL_NAME as model_na6_66_5_, vnfccustom0_.MODEL_UUID as model_uu7_66_5_, vnfccustom0_.MODEL_VERSION as model_ve8_66_5_, vnfccustom0_.RESOURCE_INPUT as resource9_66_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_66_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_66_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_7_, cvnfccusto1_.ID as id1_23_7_, cvnfccusto1_.ID as id1_23_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_23_0_, cvnfccusto1_.DESCRIPTION as descript3_23_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_23_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_23_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_23_0_, cvnfccusto1_.MODEL_NAME as model_na7_23_0_, cvnfccusto1_.MODEL_UUID as model_uu8_23_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_23_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_23_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_23_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_23_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_23_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_23_0_, vfmodulecu2_.ID as id1_59_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_59_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_59_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_59_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_59_1_, vfmodulecu2_.LABEL as label5_59_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_59_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_59_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_59_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_59_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_59_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_59_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_59_1_, vnfcinstan3_.ID as id1_67_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_67_2_, vnfcinstan3_.DESCRIPTION as descript3_67_2_, vnfcinstan3_.FUNCTION as function4_67_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_67_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_67_2_, instancegr4_.MODEL_UUID as model_uu2_32_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_32_3_, instancegr4_.CREATION_TIMESTAMP as creation3_32_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_32_3_, instancegr4_.MODEL_NAME as model_na5_32_3_, instancegr4_.MODEL_VERSION as model_ve6_32_3_, instancegr4_.ROLE as role7_32_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_32_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_32_3_, instancegr4_.OBJECT_TYPE as object_t1_32_3_, vnfresourc5_.ID as id1_64_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_64_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_64_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_64_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_64_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_64_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_64_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_64_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_64_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_64_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_64_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_64_4_, vnfresourc5_.NF_FUNCTION as nf_func13_64_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_64_4_, vnfresourc5_.NF_ROLE as nf_role15_64_4_, vnfresourc5_.NF_TYPE as nf_type16_64_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_64_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_64_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_64_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_64_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_64_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-04-13T02:58:52.421Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7be57ee6-67d6-4ace-942e-bbc260d8021e 1 ASDC deployResourceStructure 2021-04-13T02:58:52.421Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2021-04-13T02:58:52.421Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-04-13T02:58:52.421Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:58:52.421Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:52.422Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:52.422Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282732421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:58:52.523Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:52.523Z||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-13T02:58:52.523Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:52.534Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:52.534Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:53.423Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-04-13T02:58:53.424Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-04-13T02:58:53.424Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:58:53.424Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:53.425Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:53.426Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282733423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:58:53.526Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:53.526Z||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-13T02:58:53.526Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:53.536Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:53.536Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:58:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:58:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:54.195Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:54.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:58:54.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "dcae-sch", "timestamp": 1618282670914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:58:54.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:58:54.426Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-04-13T02:58:54.426Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-04-13T02:58:54.427Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:58:54.427Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:54.428Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:54.428Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282734426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-13T02:58:54.528Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:54.529Z||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-13T02:58:54.529Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:54.539Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:54.539Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:55.429Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2021-04-13T02:58:55.430Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-04-13T02:58:55.430Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:58:55.430Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:58:55.431Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:58:55.431Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282735429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:58:55.532Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:58:55.532Z||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-13T02:58:55.532Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:58:55.541Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:58:55.542Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:58:56.432Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3156b9a4-4090-429c-b660-638d366e0ad2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:58:56.438Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3156b9a4-4090-429c-b660-638d366e0ad2 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-13T02:58:56.439Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:58:56.440Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-13T02:58:56.440Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-13T02:58:56.440Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-13T02:58:56.440Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:56.440Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:56.440Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:56.440Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:56.440Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:56.440Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T02:58:56.440Z|3156b9a4-4090-429c-b660-638d366e0ad2|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-13T02:58:56.443Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-13T02:59:26.443Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3156b9a4-4090-429c-b660-638d366e0ad2 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-13T02:59:26.446Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3156b9a4-4090-429c-b660-638d366e0ad2 and serviceModelVersionId: 65011e43-dec0-434d-bf4d-0fb883390cc8 2021-04-13T02:59:26.446Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14deef3e-a893-4fc5-8ee2-d255b16ce21f 2021-04-13T02:59:26.447Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14deef3e-a893-4fc5-8ee2-d255b16ce21f/model-vers/model-ver/65011e43-dec0-434d-bf4d-0fb883390cc8?depth=0 2021-04-13T02:59:26.450Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-13T02:59:26.471Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/14deef3e-a893-4fc5-8ee2-d255b16ce21f/model-vers/model-ver/65011e43-dec0-434d-bf4d-0fb883390cc8?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-13T02:59:26.472Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/14deef3e-a893-4fc5-8ee2-d255b16ce21f/model-vers/model-ver/65011e43-dec0-434d-bf4d-0fb883390cc8?depth=0|INFO|500||Invoke 2021-04-13T02:59:26.486Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/14deef3e-a893-4fc5-8ee2-d255b16ce21f/model-vers/model-ver/65011e43-dec0-434d-bf4d-0fb883390cc8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-13T02:59:26.779Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/14deef3e-a893-4fc5-8ee2-d255b16ce21f/model-vers/model-ver/65011e43-dec0-434d-bf4d-0fb883390cc8?depth=0|INFO|500||InvokeReturn 2021-04-13T02:59:26.779Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/14deef3e-a893-4fc5-8ee2-d255b16ce21f/model-vers/model-ver/65011e43-dec0-434d-bf4d-0fb883390cc8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210413-02:59:26:501-13044], vertex-id=[217328], Content-Length=[0], Date=[Tue, 13 Apr 2021 02:59:26 GMT], Content-Type=[application/json]} 2021-04-13T02:59:26.780Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-04-13T02:59:26.780Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-13T02:59:26.780Z|3156b9a4-4090-429c-b660-638d366e0ad2|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-13T02:59:26.783Z|3156b9a4-4090-429c-b660-638d366e0ad2|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-13T02:59:26.783Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3156b9a4-4090-429c-b660-638d366e0ad2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-13T02:59:26.784Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-13T02:59:26.784Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:26.786Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:26.786Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282766784, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:59:26.886Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:26.886Z||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-13T02:59:26.886Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:26.901Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:26.901Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-13T02:59:27.794Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-04-13T02:59:27.794Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"8f26fc7b-3c79-4a6d-a19e-9d0420768323","serviceDescription":"service","serviceInvariantUUID":"2fa35b47-8be1-452f-8b98-ef374dc56166","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7ceff09f-c112-447c-8262-113a784a2f04","resourceInvariantUUID":"eac056ee-89a1-4b93-a0c5-bcd40fd78954","resourceCustomizationUUID":"33072f56-199b-4df4-b9c1-872bb97657fe","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":"MjQzOTZhODAzZjcwNDAwOWM0YjBjNjFlN2RmNGYyNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a93f964f-ad20-4f6d-ab6f-4d7c358bb389","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":"73ef30a1-a222-4279-9b18-d0d4a70d3805","artifactVersion":"2","generatedFromUUID":"e231f644-1d70-47a0-b2ff-955bc98f3a0d"},{"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":"e231f644-1d70-47a0-b2ff-955bc98f3a0d","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":"ZGZiNzcyMzU1ZTIwMTA0YzFkODgyNzRmM2M1ODgyYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57f3adb3-95f7-4e96-aed8-35438b7e7ce1","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":"3c54b856-13db-4917-945e-ca6b351b2150","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":"45a5f5e0-2551-4606-b33b-735dfb0ee7e4","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":"30dff233-8af6-44ec-9640-4be19ff17b0d","artifactVersion":"2","generatedFromUUID":"3c54b856-13db-4917-945e-ca6b351b2150"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODliYzlkZTQ4OTk3MTAyOTAzZWMyYjhkZTE0YWNlMzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c98a3349-4da9-41c9-a43b-ebd7f8d203ae","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTA0MzYwNzA2YWNkOTZlNmIxMDQzMjQwMDUzM2JkZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82c10c35-779e-4858-9653-fd333ed78528","artifactVersion":"1"}],"workloadContext":"Production"} 2021-04-13T02:59:27.795Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:59:27.795Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:27.798Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:27.798Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:27.897Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:59:27.898Z||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-13T02:59:27.898Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:27.907Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:27.907Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:28.798Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:59:28.799Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:28.801Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:28.801Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-13T02:59:28.901Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:28.901Z||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-13T02:59:28.902Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:28.910Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:28.911Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:29.801Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:59:29.802Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:29.804Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:29.804Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-13T02:59:29.904Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:29.904Z||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-13T02:59:29.904Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:29.914Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:29.914Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:59:30.804Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:59:30.805Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:30.806Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:30.806Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:59:30.906Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:30.908Z||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-13T02:59:30.908Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:30.919Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:30.919Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:31.806Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:59:31.807Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:31.808Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:31.809Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-13T02:59:31.908Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:59:31.909Z||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-13T02:59:31.909Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:31.922Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:31.922Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:32.809Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:59:32.809Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:32.811Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:32.811Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:32.911Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:32.912Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:32.912Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:32.922Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:32.923Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:33.811Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:59:33.812Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:33.813Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:33.813Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-13T02:59:33.913Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:33.914Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:33.914Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:33.924Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:33.925Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:34.814Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:59:34.814Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:34.816Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:34.816Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:34.916Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:34.917Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:34.917Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:34.925Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:34.925Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:35.816Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-04-13T02:59:35.817Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:35.818Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:35.818Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:59:35.918Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:35.919Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:35.919Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:35.929Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:35.929Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:36.819Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "8f26fc7b-3c79-4a6d-a19e-9d0420768323", "serviceDescription": "service", "serviceInvariantUUID": "2fa35b47-8be1-452f-8b98-ef374dc56166", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "33072f56-199b-4df4-b9c1-872bb97657fe", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7ceff09f-c112-447c-8262-113a784a2f04", "resourceInvariantUUID": "eac056ee-89a1-4b93-a0c5-bcd40fd78954", "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": "73ef30a1-a222-4279-9b18-d0d4a70d3805", "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": "e231f644-1d70-47a0-b2ff-955bc98f3a0d", "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": "ZGZiNzcyMzU1ZTIwMTA0YzFkODgyNzRmM2M1ODgyYTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "57f3adb3-95f7-4e96-aed8-35438b7e7ce1", "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": "3c54b856-13db-4917-945e-ca6b351b2150", "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": "30dff233-8af6-44ec-9640-4be19ff17b0d", "generatedFromUUID": "3c54b856-13db-4917-945e-ca6b351b2150" }, "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": "30dff233-8af6-44ec-9640-4be19ff17b0d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YTA0MzYwNzA2YWNkOTZlNmIxMDQzMjQwMDUzM2JkZjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "82c10c35-779e-4858-9653-fd333ed78528" } ], "workloadContext": "Production" } 2021-04-13T02:59:36.819Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-04-13T02:59:36.819Z|3156b9a4-4090-429c-b660-638d366e0ad2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8f26fc7b-3c79-4a6d-a19e-9d0420768323 ASDC 2021-04-13T02:59:36.820Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:8f26fc7b-3c79-4a6d-a19e-9d0420768323 ServiceInvariantUUID:2fa35b47-8be1-452f-8b98-ef374dc56166 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:82c10c35-779e-4858-9653-fd333ed78528 ArtifactChecksum:YTA0MzYwNzA2YWNkOTZlNmIxMDQzMjQwMDUzM2JkZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:33072f56-199b-4df4-b9c1-872bb97657fe ResourceInvariantUUID:eac056ee-89a1-4b93-a0c5-bcd40fd78954 ResourceName:basic_cnf ResourceType:VF ResourceUUID:7ceff09f-c112-447c-8262-113a784a2f04 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:73ef30a1-a222-4279-9b18-d0d4a70d3805 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:e231f644-1d70-47a0-b2ff-955bc98f3a0d 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:57f3adb3-95f7-4e96-aed8-35438b7e7ce1 ArtifactChecksum:ZGZiNzcyMzU1ZTIwMTA0YzFkODgyNzRmM2M1ODgyYTA= 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:3c54b856-13db-4917-945e-ca6b351b2150 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:30dff233-8af6-44ec-9640-4be19ff17b0d 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:30dff233-8af6-44ec-9640-4be19ff17b0d ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-04-13T02:59:36.820Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f26fc7b-3c79-4a6d-a19e-9d0420768323 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-13T02:59:36.840Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:59:36.841Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:59:36.841Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:59:36.841Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 82c10c35-779e-4858-9653-fd333ed78528 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-13T02:59:36.841Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:59:36.841Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-04-13T02:59:38.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:59:38.408Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 82c10c35-779e-4858-9653-fd333ed78528 71163 2021-04-13T02:59:38.409Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:38.409Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:38.409Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:59:38.409Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:38.410Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:38.410Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282778408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:38.510Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:38.511Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:38.511Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:38.521Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:38.521Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:39.410Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-04-13T02:59:39.411Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-04-13T02:59:39.411Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 82c10c35-779e-4858-9653-fd333ed78528, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-13T02:59:39.411Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-04-13T02:59:39.412Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-13T02:59:39.412Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-13T02:59:39.493Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2041884178551869671/Definitions/service-BasicCnf-template.yml 2021-04-13T02:59:40.405Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-04-13T02:59:40.405Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:59:40.405Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-04-13T02:59:40.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-04-13T02:59:40.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:40.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:40.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-BasicCnf-csar.csar 2021-04-13T02:59:40.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:40.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:40.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-04-13T02:59:40.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:40.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-13T02:59:40.406Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:59:40.407Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:59:40.407Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.407Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:40.407Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-13T02:59:40.407Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-04-13T02:59:40.407Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-04-13T02:59:40.408Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.408Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:40.408Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.408Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-13T02:59:40.408Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-04-13T02:59:40.408Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2021-04-13T02:59:40.408Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-04-13T02:59:40.408Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.408Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:59:40.409Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.409Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-13T02:59:40.409Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:59:40.409Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.409Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-13T02:59:40.409Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:59:40.409Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.410Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-13T02:59:40.410Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:59:40.410Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.410Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-13T02:59:40.410Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-13T02:59:40.410Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=91a0a47d-b6f9-43f5-a118-9d5b849e61da 2021-04-13T02:59:40.410Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.410Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:40.411Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.411Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:40.411Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.411Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:40.411Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:40.411Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:40.411Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:8f26fc7b-3c79-4a6d-a19e-9d0420768323 Model Version:NULL Model InvariantUuid:2fa35b47-8be1-452f-8b98-ef374dc56166 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:2252bd55-4ac4-48c7-ac0e-9533c5ff187e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:eac056ee-89a1-4b93-a0c5-bcd40fd78954 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:33072f56-199b-4df4-b9c1-872bb97657fe NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:196df5de-d050-4830-ada3-b28886695058 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:e23ea02a-d441-4b1a-bc50-34fc27647dba ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:91a0a47d-b6f9-43f5-a118-9d5b849e61da ModelInvariantUuid:3bd01c1b-7853-4999-8bc3-80659f217fbb ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a4197e98-efa3-4873-95a3-96a117829e26 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:b6535d90-c952-40f9-a993-0e3477c0f09a ModelInvariantUuid:1cf541e6-164c-490b-856d-9834b29acf10 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:1f8b93b6-78ab-4934-af37-99b75c68a691 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-13T02:59:40.417Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7ceff09f-c112-447c-8262-113a784a2f04 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-13T02:59:40.419Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||basic_cnf 0 2021-04-13T02:59:40.419Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7ceff09f-c112-447c-8262-113a784a2f04 2021-04-13T02:59:40.419Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 73ef30a1-a222-4279-9b18-d0d4a70d3805 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-04-13T02:59:40.420Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:59:40.420Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:40.563Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:59:40.564Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 73ef30a1-a222-4279-9b18-d0d4a70d3805 12 2021-04-13T02:59:40.564Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:40.564Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:40.564Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:59:40.564Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:40.566Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:40.566Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282780564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:40.666Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:40.668Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:40.668Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:40.677Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:40.678Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:59:41.566Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e231f644-1d70-47a0-b2ff-955bc98f3a0d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-04-13T02:59:41.567Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:59:41.567Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:41.705Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:59:41.705Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz e231f644-1d70-47a0-b2ff-955bc98f3a0d 2688 2021-04-13T02:59:41.705Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:41.705Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:41.705Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:59:41.705Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:41.707Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:41.707Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282781705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:41.807Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:41.807Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:41.808Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:41.816Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:41.817Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:42.708Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 57f3adb3-95f7-4e96-aed8-35438b7e7ce1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-04-13T02:59:42.708Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:59:42.708Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:42.851Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:59:42.851Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 57f3adb3-95f7-4e96-aed8-35438b7e7ce1 828 2021-04-13T02:59:42.851Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:42.851Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:42.851Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:59:42.852Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:42.853Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:42.853Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282782851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:42.953Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:42.954Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:42.954Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:42.963Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:42.963Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:43.853Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "196df5de-d050-4830-ada3-b28886695058", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e23ea02a-d441-4b1a-bc50-34fc27647dba", "vfModuleModelCustomizationUUID": "3739fa75-c274-46e5-ae15-76b4d94e6ea1", "isBase": true, "artifacts": [ "3c54b856-13db-4917-945e-ca6b351b2150", "e231f644-1d70-47a0-b2ff-955bc98f3a0d", "30dff233-8af6-44ec-9640-4be19ff17b0d" ], "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-13T02:59:43.858Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e23ea02a-d441-4b1a-bc50-34fc27647dba VfModuleModelInvariantUUID:196df5de-d050-4830-ada3-b28886695058 VfModuleModelDescription:NULL Artifacts UUID List:{ 3c54b856-13db-4917-945e-ca6b351b2150 , e231f644-1d70-47a0-b2ff-955bc98f3a0d , 30dff233-8af6-44ec-9640-4be19ff17b0d } 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-13T02:59:43.862Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "196df5de-d050-4830-ada3-b28886695058", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e23ea02a-d441-4b1a-bc50-34fc27647dba", "vfModuleModelCustomizationUUID": "3739fa75-c274-46e5-ae15-76b4d94e6ea1", "isBase": true, "artifacts": [ "3c54b856-13db-4917-945e-ca6b351b2150", "e231f644-1d70-47a0-b2ff-955bc98f3a0d", "30dff233-8af6-44ec-9640-4be19ff17b0d" ], "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-13T02:59:43.862Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e23ea02a-d441-4b1a-bc50-34fc27647dba VfModuleModelInvariantUUID:196df5de-d050-4830-ada3-b28886695058 VfModuleModelDescription:NULL Artifacts UUID List:{ 3c54b856-13db-4917-945e-ca6b351b2150 , e231f644-1d70-47a0-b2ff-955bc98f3a0d , 30dff233-8af6-44ec-9640-4be19ff17b0d } 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-13T02:59:43.862Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3c54b856-13db-4917-945e-ca6b351b2150 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-04-13T02:59:43.862Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:59:43.862Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:43.998Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:59:43.999Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3c54b856-13db-4917-945e-ca6b351b2150 1164 2021-04-13T02:59:43.999Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:43.999Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:43.999Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:59:43.999Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:44.001Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:44.001Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282783999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:44.101Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:44.102Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:44.102Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:44.112Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:44.113Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:45.002Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 30dff233-8af6-44ec-9640-4be19ff17b0d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-04-13T02:59:45.002Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-04-13T02:59:45.002Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:45.140Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-04-13T02:59:45.140Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 30dff233-8af6-44ec-9640-4be19ff17b0d 200 2021-04-13T02:59:45.141Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:45.141Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:45.141Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-04-13T02:59:45.141Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:45.142Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:45.142Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282785140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:45.242Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:45.243Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:45.243Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:45.252Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:45.253Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:46.142Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 8f26fc7b-3c79-4a6d-a19e-9d0420768323 2021-04-13T02:59:46.143Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7ceff09f-c112-447c-8262-113a784a2f04 ASDC 2021-04-13T02:59:46.148Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-04-13T02:59:46.156Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.156Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:46.156Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-04-13T02:59:46.156Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 33072f56-199b-4df4-b9c1-872bb97657fe 2021-04-13T02:59:46.156Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 33072f56-199b-4df4-b9c1-872bb97657fe matches Tosca VF Customization UUID: 33072f56-199b-4df4-b9c1-872bb97657fe 2021-04-13T02:59:46.156Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 33072f56-199b-4df4-b9c1-872bb97657fe 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-13T02:59:46.157Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.157Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:46.158Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 33072f56-199b-4df4-b9c1-872bb97657fe: {\"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-13T02:59:46.158Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65d4df93 2021-04-13T02:59:46.158Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.158Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-04-13T02:59:46.158Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3739fa75-c274-46e5-ae15-76b4d94e6ea1 2021-04-13T02:59:46.158Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3739fa75-c274-46e5-ae15-76b4d94e6ea1 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-13T02:59:46.159Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.160Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-13T02:59:46.160Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:59:46.160Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.160Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-13T02:59:46.160Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:59:46.160Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.160Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-04-13T02:59:46.160Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-04-13T02:59:46.160Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=91a0a47d-b6f9-43f5-a118-9d5b849e61da 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-13T02:59:46.162Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.162Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-13T02:59:46.162Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-04-13T02:59:46.162Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.162Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-04-13T02:59:46.162Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=33072f56-199b-4df4-b9c1-872bb97657fe 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-13T02:59:46.163Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 8f26fc7b-3c79-4a6d-a19e-9d0420768323: basic_cnf 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-04-13T02:59:46.164Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:46.207Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7ceff09f-c112-447c-8262-113a784a2f04 1 ASDC deployResourceStructure 2021-04-13T02:59:46.208Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:46.208Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:46.209Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-13T02:59:46.209Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:46.212Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:46.212Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282786208, "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-13T02:59:46.311Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:59:46.312Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:46.312Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:46.320Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:46.321Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:47.213Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:47.213Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:47.213Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-04-13T02:59:47.213Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:47.215Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:47.215Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282787212, "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-13T02:59:47.315Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:47.316Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:47.316Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:47.324Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:47.325Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:48.216Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:48.216Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:48.216Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:59:48.216Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:48.218Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:48.219Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282788216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:59:48.319Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:48.319Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:48.320Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:48.328Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:48.328Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:49.219Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:49.219Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:49.219Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:59:49.220Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:49.222Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:49.222Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282789219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:59:49.323Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-04-13T02:59:49.323Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:49.324Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:49.333Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:49.333Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:59:50.223Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:50.224Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:50.224Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:59:50.224Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:50.226Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:50.226Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282790223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-13T02:59:50.327Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T02:59:50.328Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:50.328Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:50.338Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:50.339Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-04-13T02:59:51.227Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:51.227Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||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-13T02:59:51.228Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-04-13T02:59:51.228Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T02:59:51.229Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T02:59:51.230Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282791227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:59:51.330Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-04-13T02:59:51.330Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T02:59:51.330Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:51.338Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:51.339Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2021-04-13T02:59:52.230Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T02:59:52.234Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 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-13T02:59:52.235Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T02:59:52.235Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-04-13T02:59:52.236Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-04-13T02:59:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T02:59:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T02:59:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T02:59:54.092Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T02:59:54.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282670920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282663660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282666038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-13T02:59:54.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282671644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-13T02:59:54.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282666595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-13T02:59:54.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282666225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "dcae-sch", "timestamp": 1618282670914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282671644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282670920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282666038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282663660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282666595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282666225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282676297, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.109Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "dcae-sch", "timestamp": 1618282670914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282666038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:59:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282671644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:59:54.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282663660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282670920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282666595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282666225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "cds", "timestamp": 1618282676485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282677385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282663660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282671644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "dcae-sch", "timestamp": 1618282670914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282666038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282670920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282666595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282666225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "cds", "timestamp": 1618282676485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282678389, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "ves-openapi-manager", "timestamp": 1618282677875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282666038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282671644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282663660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "dcae-sch", "timestamp": 1618282670914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282666595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282670920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282666225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "cds", "timestamp": 1618282676485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282679393, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "ves-openapi-manager", "timestamp": 1618282677875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282666038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282663660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282671644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "dcae-sch", "timestamp": 1618282670914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282670920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282666595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282666225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "cds", "timestamp": 1618282676485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282680398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "ves-openapi-manager", "timestamp": 1618282677875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282663660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282670920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282671644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282666038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282666595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282666225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "dcae-sch", "timestamp": 1618282670914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "cds", "timestamp": 1618282676485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "ves-openapi-manager", "timestamp": 1618282677875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282663660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "dcae-sch", "timestamp": 1618282670914, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282666038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282670920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282671644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282666595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282666225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "cds", "timestamp": 1618282676485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "ves-openapi-manager", "timestamp": 1618282677875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282682933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282682953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282682956, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282682941, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282682945, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "cds", "timestamp": 1618282676485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "ves-openapi-manager", "timestamp": 1618282677875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.120Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282683948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282684111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282684092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282684111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.121Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "cds", "timestamp": 1618282676485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.122Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.122Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "ves-openapi-manager", "timestamp": 1618282677875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.122Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.123Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.123Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "policy-id", "timestamp": 1618282684951, "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-13T02:59:54.125Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 2021-04-13T02:59:54.125Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 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-13T02:59:54.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "cds", "timestamp": 1618282676485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282685314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282685340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282685339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "ves-openapi-manager", "timestamp": 1618282677875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "cds", "timestamp": 1618282686471, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "ves-openapi-manager", "timestamp": 1618282677875, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282686448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282687359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282687381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.132Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.132Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "cds", "timestamp": 1618282687475, "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-13T02:59:54.138Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 2021-04-13T02:59:54.139Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 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-13T02:59:54.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282687578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.143Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282686448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282688364, "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-13T02:59:54.146Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 2021-04-13T02:59:54.146Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 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-13T02:59:54.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282688455, "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-13T02:59:54.150Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 2021-04-13T02:59:54.150Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 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-13T02:59:54.153Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.153Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282688583, "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-13T02:59:54.154Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 2021-04-13T02:59:54.154Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 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-13T02:59:54.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282686448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.158Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-starlingx-id", "timestamp": 1618282689369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-k8s-id", "timestamp": 1618282689457, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.158Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "multicloud-windriver-id", "timestamp": 1618282689586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282686448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282686448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282691390, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.159Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282686448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.160Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "aai-ml", "timestamp": 1618282692394, "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-13T02:59:54.161Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 2021-04-13T02:59:54.161Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 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-13T02:59:54.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282686448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282693656, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282686448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282694673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282686448, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "clamp", "timestamp": 1618282695676, "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-13T02:59:54.168Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 2021-04-13T02:59:54.168Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 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-13T02:59:54.171Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.171Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282697893, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282699882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.172Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.172Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1618282700884, "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-13T02:59:54.174Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 2021-04-13T02:59:54.174Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 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-13T02:59:54.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bacf38db-efad-4640-9b14-b88cf3858580", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282711638, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T02:59:54.178Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-04-13T02:59:54.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-04-13T02:59:54.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282725237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282728141, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282729797, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282731333, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282732421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282733423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-04-13T02:59:54.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:00:22.236Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-13T03:00:22.240Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 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-13T03:00:22.241Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-04-13T03:00:22.241Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-04-13T03:00:22.241Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-04-13T03:00:22.241Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-04-13T03:00:22.241Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T03:00:22.241Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T03:00:22.241Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T03:00:22.241Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T03:00:22.241Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T03:00:22.241Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-04-13T03:00:22.241Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:00:22.243Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-04-13T03:00:52.243Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 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-13T03:00:52.247Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 and serviceModelVersionId: 8f26fc7b-3c79-4a6d-a19e-9d0420768323 2021-04-13T03:00:52.247Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2fa35b47-8be1-452f-8b98-ef374dc56166 2021-04-13T03:00:52.248Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2fa35b47-8be1-452f-8b98-ef374dc56166/model-vers/model-ver/8f26fc7b-3c79-4a6d-a19e-9d0420768323?depth=0 2021-04-13T03:00:52.251Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-04-13T03:00:52.278Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2fa35b47-8be1-452f-8b98-ef374dc56166/model-vers/model-ver/8f26fc7b-3c79-4a6d-a19e-9d0420768323?depth=0|INFO|500||Invoke 2021-04-13T03:00:52.278Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2fa35b47-8be1-452f-8b98-ef374dc56166/model-vers/model-ver/8f26fc7b-3c79-4a6d-a19e-9d0420768323?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2fa35b47-8be1-452f-8b98-ef374dc56166/model-vers/model-ver/8f26fc7b-3c79-4a6d-a19e-9d0420768323?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0cb620ce-1948-41c9-9cde-4f832a71ae53], X-ECOMP-RequestID=[08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138], X-TransactionId=[], X-ONAP-RequestID=[08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138], Content-Type=[application/merge-patch+json]} 2021-04-13T03:00:52.295Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2fa35b47-8be1-452f-8b98-ef374dc56166/model-vers/model-ver/8f26fc7b-3c79-4a6d-a19e-9d0420768323?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-04-13T03:00:52.439Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2fa35b47-8be1-452f-8b98-ef374dc56166/model-vers/model-ver/8f26fc7b-3c79-4a6d-a19e-9d0420768323?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/2fa35b47-8be1-452f-8b98-ef374dc56166/model-vers/model-ver/8f26fc7b-3c79-4a6d-a19e-9d0420768323?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210413-03:00:52:309-82590], vertex-id=[249968], Content-Length=[0], Date=[Tue, 13 Apr 2021 03:00:52 GMT], Content-Type=[application/json]} 2021-04-13T03:00:52.439Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2fa35b47-8be1-452f-8b98-ef374dc56166/model-vers/model-ver/8f26fc7b-3c79-4a6d-a19e-9d0420768323?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-04-13T03:00:52.440Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/2fa35b47-8be1-452f-8b98-ef374dc56166/model-vers/model-ver/8f26fc7b-3c79-4a6d-a19e-9d0420768323?depth=0|INFO|500||InvokeReturn 2021-04-13T03:00:52.440Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-04-13T03:00:52.440Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:00:52.444Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:00:52.444Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-04-13T03:00:52.445Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-04-13T03:00:52.445Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-04-13T03:00:52.448Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-04-13T03:00:52.448Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282852444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T03:00:52.548Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-04-13T03:00:52.548Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-04-13T03:00:52.548Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:00:52.562Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:00:52.563Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-04-13T03:00:53.454Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:00:53.454Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:00:53.455Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:00:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:00:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:00:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:00:54.093Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:00:54.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-04-13T03:00:54.093Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282734426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-04-13T03:00:54.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:03.651Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:01:03.652Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:01:03.652Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:01:03.652Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:01:13.189Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:01:13.190Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:01:13.190Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:01:13.190Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:01:22.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:01:22.727Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:01:22.727Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:01:22.727Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:01:32.261Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:01:32.261Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:01:32.261Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:01:32.262Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:01:41.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:01:41.795Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:01:41.796Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:01:41.796Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:01:51.332Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:01:51.332Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:01:51.333Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:01:51.333Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:01:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:01:54.078Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-13T03:01:54.078Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:01:54.101Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:01:54.102Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.102Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282735429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T03:01:54.102Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.102Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.102Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3156b9a4-4090-429c-b660-638d366e0ad2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282766784, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T03:01:54.102Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.102Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.102Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T03:01:54.102Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-04-13T03:01:54.103Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282712647, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282778408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282780564, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282781705, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282782851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.104Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282783999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282785140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282786208, "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-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282787212, "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-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282788216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282789219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282790223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:01:54.105Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||received message from topic 2021-04-13T03:01:54.106Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282791227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-04-13T03:01:54.106Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:02:00.868Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:02:00.868Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:02:00.869Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:02:00.869Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:02:10.405Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:02:10.405Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:02:10.406Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:02:10.406Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:02:19.938Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:02:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:02:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:02:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:02:54.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:02:54.077Z||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-13T03:02:54.078Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:02:54.615Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:02:54.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-04-13T03:02:54.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138", "consumerID": "SO-COpenSource-Env11", "timestamp": 1618282852444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-04-13T03:02:54.615Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-04-13T03:03:03.635Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:03:54.075Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:03:54.076Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:03:54.076Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:03:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:03:54.078Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:03:54.078Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:04:03.617Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:04:03.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:04:54.075Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:04:54.076Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:04:54.076Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:04:54.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:04:54.077Z||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-13T03:04:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:05:03.616Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:05:03.617Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:05:54.075Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:05:54.076Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:05:54.076Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:05:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:05:54.078Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-13T03:05:54.078Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:06:03.614Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:06:03.615Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:06:54.076Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:06:54.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:06:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:06:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:06:54.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:06:54.078Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:07:03.622Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:07:03.622Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:07:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:07:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:07:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:07:54.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:07:54.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:07:54.078Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:08:03.616Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:08:03.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:08:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:08:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:08:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:08:54.077Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:08:54.078Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:08:54.078Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:09:03.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:09:03.618Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:09:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:09:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:09:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:09:54.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:09:54.077Z||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-13T03:09:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:10:03.618Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:10:03.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:10:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:10:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:10:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:10:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:10:54.078Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:10:54.078Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:11:03.616Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:11:03.616Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:11:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:11:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:11:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:11:54.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:11:54.077Z||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-13T03:11:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:12:03.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:12:03.615Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:12:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:12:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:12:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:12:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:12:54.077Z||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-13T03:12:54.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:13:03.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:13:03.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:13:54.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:13:54.076Z||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-13T03:13:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:13:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:13:54.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:13:54.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:14:03.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:14:03.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:14:54.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:14:54.076Z||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-13T03:14:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:14:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:14:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:14:54.078Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:15:03.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:15:03.615Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:15:54.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:15:54.076Z||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-13T03:15:54.077Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:15:54.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:15:54.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:15:54.078Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:16:03.620Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:16:03.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:16:54.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:16:54.076Z||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-13T03:16:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:16:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:16:54.077Z||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-13T03:16:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:17:03.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:17:03.614Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:17:54.075Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:17:54.076Z||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-13T03:17:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:17:54.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:17:54.077Z||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-13T03:17:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:18:03.614Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:18:03.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:18:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:18:54.076Z||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-13T03:18:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:18:54.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:18:54.077Z||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-13T03:18:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:19:03.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:19:03.620Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:19:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:19:54.076Z||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-13T03:19:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:19:54.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:19:54.077Z||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-13T03:19:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:20:03.619Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:20:03.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:20:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:20:54.076Z||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-13T03:20:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:20:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:20:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-13T03:20:54.078Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:21:03.616Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:21:03.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:21:54.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:21:54.076Z||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-13T03:21:54.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:21:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:21:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:21:54.078Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:22:03.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:22:03.617Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:22:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:22:54.076Z||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-13T03:22:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:22:54.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:22:54.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:22:54.078Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:23:03.619Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:23:03.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:23:54.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:23:54.077Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:23:54.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:23:54.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:23:54.078Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:23:54.078Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:24:03.617Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:24:03.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:24:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:24:54.076Z||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-13T03:24:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:24:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:24:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-13T03:24:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:25:03.617Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:25:03.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:25:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:25:54.076Z||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-13T03:25:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:25:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:25:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-13T03:25:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:26:03.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:26:03.618Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:26:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:26:54.076Z||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-13T03:26:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:26:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:26:54.077Z||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-13T03:26:54.078Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:27:03.618Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:27:03.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:27:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:27:54.076Z||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-13T03:27:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:27:54.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:27:54.077Z||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-13T03:27:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:28:03.616Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:28:03.616Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:28:54.076Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:28:54.076Z||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-13T03:28:54.077Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:28:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:28:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:28:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:29:03.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:29:03.624Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:29:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:29:54.076Z||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-13T03:29:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:29:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:29:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-13T03:29:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:30:03.617Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:30:03.617Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:30:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:30:54.076Z||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-13T03:30:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:30:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:30:54.077Z||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-13T03:30:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:31:03.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:31:03.620Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:31:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:31:54.076Z||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-13T03:31:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:31:54.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:31:54.077Z||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-13T03:31:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:32:03.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:32:03.615Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:32:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:32:54.076Z||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-13T03:32:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:32:54.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:32:54.077Z||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-13T03:32:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:33:03.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:33:03.621Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:33:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:33:54.076Z||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-13T03:33:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:33:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:33:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-13T03:33:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:34:03.615Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:34:03.615Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:34:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:34:54.076Z||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-13T03:34:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:34:54.077Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:34:54.077Z||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-13T03:34:54.078Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:35:03.618Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:35:03.619Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:35:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:35:54.076Z||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-13T03:35:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:35:54.077Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:35:54.078Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:35:54.078Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:36:03.610Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:36:03.610Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:36:54.075Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:36:54.076Z||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-13T03:36:54.076Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:36:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:36:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:36:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:37:03.613Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:37:03.613Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:37:54.075Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:37:54.076Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:37:54.076Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:37:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:37:54.078Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:37:54.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:38:03.616Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:38:03.616Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:38:54.075Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:38:54.076Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:38:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:38:54.077Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:38:54.077Z||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-13T03:38:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:39:03.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:39:03.617Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:39:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:39:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:39:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:39:54.077Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:39:54.078Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:39:54.078Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:40:03.611Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:40:03.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:40:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:40:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:40:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:40:54.077Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:40:54.077Z||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-13T03:40:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:41:03.613Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:41:03.615Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:41:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:41:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:41:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:41:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:41:54.077Z||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-13T03:41:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:42:03.627Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:42:03.627Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:42:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:42:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:42:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:42:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:42:54.077Z||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-13T03:42:54.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:43:03.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:43:03.619Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:43:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:43:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:43:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:43:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:43:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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-13T03:43:54.077Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:44:03.613Z|15ea8720-7d08-4103-adf7-63ebbb6a7c5b|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:44:03.613Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:44:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:44:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:44:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:44:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:44:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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-13T03:44:54.077Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:45:03.617Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:45:03.617Z|08bdb2b5-d1a6-4ae3-ab25-b9141cdd9138|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:45:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:45:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:45:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:45:54.077Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:45:54.077Z||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-13T03:45:54.077Z||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 pJJQehYIz2IyOyG7) ... 2021-04-13T03:46:03.610Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:46:03.612Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:46:54.075Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:46:54.076Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-04-13T03:46:54.076Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:46:54.077Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-04-13T03:46:54.077Z||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-13T03:46:54.078Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pJJQehYIz2IyOyG7) ... 2021-04-13T03:47:03.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-04-13T03:47:03.611Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK