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-05-01T04:20:54.261Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-7mtcs with PID 14 (/app/app.jar started by so in /app) 2021-05-01T04:20:54.266Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE 2021-05-01T04:20:54.266Z||main|||||INFO|500||The following profiles are active: basic 2021-05-01T04:21:01.137Z||main|||||INFO|500||Starting service [Tomcat] 2021-05-01T04:21:01.138Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-05-01T04:21:01.219Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-05-01T04:21:02.592Z||main|||||INFO|500||catdb-pool - Starting... 2021-05-01T04:21:02.756Z||main|||||INFO|500||catdb-pool - Start completed. 2021-05-01T04:21:03.100Z||main|||||INFO|500||reqdb-pool - Starting... 2021-05-01T04:21:03.107Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-05-01T04:21:03.182Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-05-01T04:21:03.309Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-05-01T04:21:03.685Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-05-01T04:21:04.574Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-01T04:21:06.532Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-01T04:21:06.571Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-05-01T04:21:07.024Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-05-01T04:21:07.206Z||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-05-01T04:21:08.295Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-01T04:21:09.217Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-05-01T04:21:09.234Z||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$$1b4077b3.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-05-01T04:21:09.234Z||main|||||WARN|500||The sdc end point is not alive 2021-05-01T04:21:11.148Z||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-05-01T04:21:13.308Z||main|||||WARN|500||--- 2021-05-01T04:21:13.309Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-05-01T04:21:13.309Z||main|||||WARN|500||--- 2021-05-01T04:21:13.574Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-05-01T04:21:16.296Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-01T04:21:16.297Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-01T04:21:16.297Z||main|||||INFO|500||Started Application in 23.826 seconds (JVM running for 24.868) 2021-05-01T04:21:16.308Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-01T04:21:16.328Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-01T04:21:16.391Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5cbd5b9b-c555-4f40-a7ae-2c831ceaa42f url= /sdc/v1/artifactTypes 2021-05-01T04:21:16.391Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-01T04:21:17.507Z||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.63.160] 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-05-01T04:21:17.511Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f630442 2021-05-01T04:21:17.512Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-01T04:21:17.520Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-01T04:21:17.521Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-01T04:21:17.523Z||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-05-01T04:22:06.292Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-01T04:22:06.292Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-01T04:22:06.292Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-01T04:22:06.295Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-01T04:22:06.302Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e6d750b-5013-4ca9-884f-352a2947ec06 url= /sdc/v1/artifactTypes 2021-05-01T04:22:06.303Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-01T04:22:07.330Z||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.63.160] 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-05-01T04:22:07.330Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59bc6173 2021-05-01T04:22:07.330Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2021-05-01T04:22:07.331Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2021-05-01T04:22:07.331Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2021-05-01T04:22:07.331Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 12 common frames omitted 2021-05-01T04:22:56.292Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-05-01T04:22:56.292Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-05-01T04:22:56.292Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-05-01T04:22:56.295Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-05-01T04:22:56.300Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce29de07-8420-48f1-a754-2d40218be8f9 url= /sdc/v1/artifactTypes 2021-05-01T04:22:56.300Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-05-01T04:22:56.446Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-05-01T04:22:56.452Z||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-05-01T04:22:56.470Z||scheduling-1|||||DEBUG|500||create keys 2021-05-01T04:22:56.476Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-05-01T04:22:56.492Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:22:56.505Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 62951060-cdf6-4531-b96d-7a9dc2acfec2 url= /sdc/v1/registerForDistribution 2021-05-01T04:22:56.563Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 62951060-cdf6-4531-b96d-7a9dc2acfec2 url= /sdc/v1/registerForDistribution 2021-05-01T04:22:56.563Z||scheduling-1|||||INFO|500||start DistributionClient 2021-05-01T04:22:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:22:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:22:56.575Z||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-05-01T04:22:56.576Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:22:56.576Z||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-05-01T04:22:56.576Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-05-01T04:22:56.576Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:23:06.772Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:23:06.785Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:23:56.570Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:23:56.571Z||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-05-01T04:23:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:23:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:23:56.572Z||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-05-01T04:23:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:24:06.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:24:06.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:24:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:24:56.570Z||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-05-01T04:24:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:24:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:24:56.572Z||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-05-01T04:24:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:25:06.113Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:25:06.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:25:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:25:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T04:25:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T04:25:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:25:56.572Z||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-05-01T04:25:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:26:06.113Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:26:06.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:26:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:26:56.571Z||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-05-01T04:26:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:26:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:26:56.572Z||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-05-01T04:26:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:27:06.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:27:06.126Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:27:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:27:56.570Z||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-05-01T04:27:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:27:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:27:56.571Z||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-05-01T04:27:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:28:06.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:28:06.117Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:28:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:28:56.570Z||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-05-01T04:28:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:28:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:28:56.572Z||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-05-01T04:28:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:29:06.110Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:29:06.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:29:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:29:56.571Z||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-05-01T04:29:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:29:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:29:56.571Z||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-05-01T04:29:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:30:06.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:30:06.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:30:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:30:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:30:56.571Z||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-05-01T04:30:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:30:56.572Z||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-05-01T04:30:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:31:06.116Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:31:06.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:31:30.876Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-01T04:31:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:31:56.570Z||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-05-01T04:31:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:31:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:31:56.572Z||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-05-01T04:31:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:32:06.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:32:06.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:32:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:32:56.570Z||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-05-01T04:32:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:32:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:32:56.571Z||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-05-01T04:32:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:33:06.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:33:06.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:33:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:33:56.571Z||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-05-01T04:33:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:33:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:33:56.571Z||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-05-01T04:33:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:34:06.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:34:06.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:34:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:34:56.570Z||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-05-01T04:34:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:34:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:34:56.572Z||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-05-01T04:34:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:35:06.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:35:06.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:35:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:35:56.570Z||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-05-01T04:35:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:35:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:35:56.571Z||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-05-01T04:35:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:36:06.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:36:06.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:36:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:36:56.571Z||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-05-01T04:36:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:36:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:36:56.572Z||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-05-01T04:36:56.573Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:37:06.110Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:37:06.110Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:37:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:37:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:37:56.572Z||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-05-01T04:37:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:37:56.572Z||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-05-01T04:37:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:38:06.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:38:06.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:38:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:38:56.571Z||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-05-01T04:38:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:38:56.571Z||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-05-01T04:38:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:38:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:39:06.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:39:06.111Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:39:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:39:56.570Z||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-05-01T04:39:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:39:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:39:56.572Z||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-05-01T04:39:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:40:06.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:40:06.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:40:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:40:56.570Z||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-05-01T04:40:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:40:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:40:56.571Z||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-05-01T04:40:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:41:06.111Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:41:06.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:41:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:41:56.571Z||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-05-01T04:41:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:41:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:41:56.571Z||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-05-01T04:41:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:42:06.110Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:42:06.111Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:42:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:42:56.570Z||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-05-01T04:42:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:42:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:42:56.571Z||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-05-01T04:42:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:43:06.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:43:06.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:43:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:43:56.570Z||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-05-01T04:43:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:43:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:43:56.572Z||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-05-01T04:43:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:44:06.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:44:06.128Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:44:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:44:56.570Z||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-05-01T04:44:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:44:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:44:56.571Z||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-05-01T04:44:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:45:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:45:06.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:45:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:45:56.570Z||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-05-01T04:45:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:45:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:45:56.571Z||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-05-01T04:45:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:46:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:46:06.108Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:46:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:46:56.570Z||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-05-01T04:46:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:46:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:46:56.572Z||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-05-01T04:46:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:47:06.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:47:06.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:47:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:47:56.571Z||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-05-01T04:47:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:47:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:47:56.572Z||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-05-01T04:47:56.573Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:48:06.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:48:06.115Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:48:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:48:56.570Z||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-05-01T04:48:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:48:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:48:56.572Z||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-05-01T04:48:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:49:06.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:49:06.111Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:49:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:49:56.570Z||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-05-01T04:49:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:49:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:49:56.571Z||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-05-01T04:49:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:50:06.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:50:06.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:50:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:50:56.570Z||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-05-01T04:50:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:50:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:50:56.571Z||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-05-01T04:50:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:51:06.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:51:06.111Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:51:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:51:56.570Z||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-05-01T04:51:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:51:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:51:56.571Z||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-05-01T04:51:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:52:06.110Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:52:06.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:52:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:52:56.570Z||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-05-01T04:52:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:52:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:52:56.571Z||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-05-01T04:52:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:53:06.124Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:53:06.125Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:53:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:53:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:53:56.571Z||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-05-01T04:53:56.571Z||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-05-01T04:53:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:53:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:54:06.111Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:54:06.112Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:54:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:54:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:54:56.572Z||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-05-01T04:54:56.572Z||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-05-01T04:54:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:54:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:55:06.112Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:55:06.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:55:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:55:56.570Z||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-05-01T04:55:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:55:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:55:56.572Z||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-05-01T04:55:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:56:06.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:56:06.113Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:56:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:56:56.570Z||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-05-01T04:56:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:56:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:56:56.572Z||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-05-01T04:56:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:57:06.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:57:06.116Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:57:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:57:56.570Z||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-05-01T04:57:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:57:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:57:56.571Z||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-05-01T04:57:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:58:06.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:58:06.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:58:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:58:56.570Z||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-05-01T04:58:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:58:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:58:56.571Z||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-05-01T04:58:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:59:06.105Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:59:06.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T04:59:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:59:56.570Z||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-05-01T04:59:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T04:59:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T04:59:56.571Z||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-05-01T04:59:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:00:06.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:00:06.111Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:00:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:00:56.570Z||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-05-01T05:00:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:00:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:00:56.572Z||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-05-01T05:00:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:01:06.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:01:06.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:01:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:01:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:01:56.572Z||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-05-01T05:01:56.572Z||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-05-01T05:01:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:01:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:02:06.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:02:06.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:02:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:02:56.570Z||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-05-01T05:02:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:02:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:02:56.572Z||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-05-01T05:02:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:03:06.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:03:06.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:03:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:03:56.570Z||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-05-01T05:03:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:03:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:03:56.572Z||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-05-01T05:03:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:04:06.112Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:04:06.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:04:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:04:56.570Z||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-05-01T05:04:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:04:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:04:56.572Z||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-05-01T05:04:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:05:06.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:05:06.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:05:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:05:56.570Z||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-05-01T05:05:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:05:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:05:56.572Z||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-05-01T05:05:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:06:06.110Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:06:06.110Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:06:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:06:56.570Z||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-05-01T05:06:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:06:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:06:56.571Z||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-05-01T05:06:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:07:06.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:07:06.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:07:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:07:56.570Z||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-05-01T05:07:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:07:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:07:56.572Z||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-05-01T05:07:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:08:06.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:08:06.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:08:56.570Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:08:56.570Z||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-05-01T05:08:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:08:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:08:56.571Z||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-05-01T05:08:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:09:06.112Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:09:06.112Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:09:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:09:56.571Z||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-05-01T05:09:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:09:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:09:56.571Z||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-05-01T05:09:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:10:06.106Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:10:06.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:10:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:10:56.570Z||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-05-01T05:10:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:10:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:10:56.571Z||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-05-01T05:10:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:11:06.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:11:06.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:11:56.569Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:11:56.570Z||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-05-01T05:11:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:11:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:11:56.571Z||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-05-01T05:11:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:12:06.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:12:06.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:12:56.569Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:12:56.570Z||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-05-01T05:12:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:12:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:12:56.571Z||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-05-01T05:12:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:13:06.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:13:06.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:13:56.570Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:13:56.570Z||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-05-01T05:13:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:13:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:13:56.571Z||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-05-01T05:13:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:14:06.113Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:14:06.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:14:56.570Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:14:56.570Z||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-05-01T05:14:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:14:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:14:56.572Z||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-05-01T05:14:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:15:06.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:15:06.110Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:15:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:15:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:15:56.571Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:15:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:15:56.572Z||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-05-01T05:15:56.573Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:16:06.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:16:06.113Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:16:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:16:56.571Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:16:56.571Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:16:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:16:56.572Z||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-05-01T05:16:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:17:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:17:06.108Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:17:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:17:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:17:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:17:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:17:56.571Z||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-05-01T05:17:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:18:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:18:06.107Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:18:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:18:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:18:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:18:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:18:56.571Z||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-05-01T05:18:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:19:06.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:19:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:19:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:19:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:19:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:19:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:19:56.571Z||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-05-01T05:19:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:20:06.122Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:20:06.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:20:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:20:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:20:56.571Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:20:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:20:56.571Z||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-05-01T05:20:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:21:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:21:06.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:21:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:21:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:21:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:21:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:21:56.571Z||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-05-01T05:21:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:22:06.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:22:06.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:22:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:22:56.571Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:22:56.571Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:22:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:22:56.571Z||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-05-01T05:22:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:23:06.110Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:23:06.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:23:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:23:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:23:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:23:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:23:56.572Z||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-05-01T05:23:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:24:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:24:06.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:24:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:24:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:24:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:24:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:24:56.571Z||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-05-01T05:24:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:25:06.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:25:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:25:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:25:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:25:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:25:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:25:56.572Z||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-05-01T05:25:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:26:06.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:26:06.107Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:26:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:26:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:26:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:26:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:26:56.571Z||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-05-01T05:26:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:27:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:27:06.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:27:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:27:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:27:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:27:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:27:56.572Z||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-05-01T05:27:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:28:06.106Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:28:06.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:28:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:28:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:28:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:28:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:28:56.571Z||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-05-01T05:28:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:29:06.111Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:29:06.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:29:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:29:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:29:56.571Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:29:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:29:56.571Z||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-05-01T05:29:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:30:06.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:30:06.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:30:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:30:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:30:56.571Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:30:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:30:56.572Z||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-05-01T05:30:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:31:06.106Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:31:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:31:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:31:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:31:56.571Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:31:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:31:56.572Z||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-05-01T05:31:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:32:06.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:32:06.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:32:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:32:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:32:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:32:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:32:56.571Z||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-05-01T05:32:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:33:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:33:06.108Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:33:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:33:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:33:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:33:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:33:56.571Z||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-05-01T05:33:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:34:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:34:06.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:34:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:34:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:34:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:34:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:34:56.571Z||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-05-01T05:34:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:35:06.108Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:35:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:35:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:35:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:35:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:35:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:35:56.571Z||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-05-01T05:35:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:36:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:36:06.108Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:36:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:36:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:36:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:36:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:36:56.571Z||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-05-01T05:36:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:37:06.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:37:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:37:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:37:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:37:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:37:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:37:56.571Z||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-05-01T05:37:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:38:06.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:38:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:38:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:38:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:38:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:38:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:38:56.571Z||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-05-01T05:38:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:39:06.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:39:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:39:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:39:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:39:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:39:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:39:56.571Z||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-05-01T05:39:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:40:06.104Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:40:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:40:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:40:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:40:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:40:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:40:56.571Z||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-05-01T05:40:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:41:06.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:41:06.113Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:41:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:41:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:41:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:41:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:41:56.571Z||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-05-01T05:41:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:42:06.106Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:42:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:42:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:42:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:42:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:42:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:42:56.571Z||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-05-01T05:42:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:43:06.106Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:43:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:43:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:43:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:43:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:43:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:43:56.571Z||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-05-01T05:43:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:44:06.106Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:44:06.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:44:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:44:56.570Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:44:56.570Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:44:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:44:56.572Z||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-05-01T05:44:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:45:06.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:45:06.105Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:45:56.570Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:45:56.571Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:45:56.571Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:45:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:45:56.572Z||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-05-01T05:45:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:46:06.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:46:06.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:46:56.569Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:46:56.571Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:46:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:46:56.571Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:46:56.571Z||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-05-01T05:46:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:47:06.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:47:06.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:47:56.570Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:47:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:47:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:47:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:47:56.571Z||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-05-01T05:47:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:48:06.111Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:48:06.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:48:56.569Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:48:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:48:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:48:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:48:56.571Z||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-05-01T05:48:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:49:06.106Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:49:06.106Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:49:56.569Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:49:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:49:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:49:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:49:56.571Z||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-05-01T05:49:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:50:06.106Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:50:06.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:50:56.569Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:50:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:50:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:50:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:50:56.572Z||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-05-01T05:50:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:51:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:51:06.107Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:51:56.570Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:51:56.571Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:51:56.571Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:51:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:51:56.571Z||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-05-01T05:51:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:52:06.110Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:52:06.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:52:56.570Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:52:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:52:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:52:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:52:56.571Z||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-05-01T05:52:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:53:06.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:53:06.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:53:56.569Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:53:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:53:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:53:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:53:56.571Z||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-05-01T05:53:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:54:06.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:54:06.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:54:56.569Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:54:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:54:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:54:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:54:56.571Z||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-05-01T05:54:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:55:06.105Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:55:06.105Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:55:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:55:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:55:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:55:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:55:56.574Z||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-05-01T05:55:56.574Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:56:06.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:56:06.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:56:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:56:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:56:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:56:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:56:56.571Z||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-05-01T05:56:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:57:06.112Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:57:06.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:57:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:57:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:57:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:57:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:57:56.571Z||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-05-01T05:57:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:58:06.112Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:58:06.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:58:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:58:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:58:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:58:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:58:56.571Z||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-05-01T05:58:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T05:59:06.112Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:59:06.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T05:59:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:59:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T05:59:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T05:59:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T05:59:56.571Z||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-05-01T05:59:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:00:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:00:06.111Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:00:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:00:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:00:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:00:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:00:56.572Z||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-05-01T06:00:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:01:06.110Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:01:06.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:01:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:01:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:01:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:01:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:01:56.571Z||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-05-01T06:01:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:02:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:02:06.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:02:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:02:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:02:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:02:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:02:56.571Z||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-05-01T06:02:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:03:06.106Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:03:06.106Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:03:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:03:56.570Z||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-05-01T06:03:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:03:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:03:56.571Z||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-05-01T06:03:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:04:06.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:04:06.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:04:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:04:56.570Z||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-05-01T06:04:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:04:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:04:56.571Z||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-05-01T06:04:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:05:06.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:05:06.109Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:05:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:05:56.570Z||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-05-01T06:05:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:05:56.571Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:05:56.572Z||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-05-01T06:05:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:06:06.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:06:06.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:06:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:06:56.570Z||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-05-01T06:06:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:06:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:06:56.571Z||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-05-01T06:06:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:07:06.103Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:07:06.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:07:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:07:56.570Z||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-05-01T06:07:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:07:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:07:56.571Z||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-05-01T06:07:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:08:06.104Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:08:06.104Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:08:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:08:56.570Z||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-05-01T06:08:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:08:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:08:56.571Z||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-05-01T06:08:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:09:06.106Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:09:06.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:09:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:09:56.571Z||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-05-01T06:09:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:09:56.571Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:09:56.571Z||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-05-01T06:09:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:10:06.125Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:10:06.125Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:10:56.570Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:10:56.570Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:10:56.570Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:10:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:10:56.572Z||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-05-01T06:10:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:01.550Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:01.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T06:11:01.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"50546625-e0fe-43f6-b999-15f837581aea","serviceName":"vFW 2021-05-01 06-08-02","serviceVersion":"1.0","serviceUUID":"0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441","serviceDescription":"catalog service description","serviceInvariantUUID":"add5a244-099e-4b1c-9ce8-15b4a805fd24","resources":[{"resourceInstanceName":"vFW 151f5d54-6dd8 0","resourceName":"vFW 151f5d54-6dd8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3bb846cc-9384-4c18-ad45-da3f6fe5ca47","resourceInvariantUUID":"04597323-c247-4cea-af82-35c8d7bd7774","resourceCustomizationUUID":"edba9b34-a209-4fed-a326-e79d7dacabe7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml","artifactChecksum":"ZjAwNGZmYWE3MmM3NmFhYjhlNmQ2MThlN2ExMGQ4Nzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"52a90553-39e3-4dd3-b822-0cd7fe38b688","artifactVersion":"1"},{"artifactName":"vfw151f5d546dd80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json","artifactChecksum":"MGFlY2FiYjMxNzNhN2YzMDY5ZTg5NDBkZDUxMDQzZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9f840b60-7f58-472a-ba77-c5734e985586","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9311a0e3-f9e7-4192-a30c-47154d925882","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml","artifactChecksum":"Njc1ZGM0YTJkOWNjYjgxYzI5MTNkNGU2MDk3NmFhNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ecfd787-85a6-4c46-84a5-475a1b9d3cd7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"64a62971-8c9d-41f5-99dc-ffedf581d2e4","artifactVersion":"2","generatedFromUUID":"9311a0e3-f9e7-4192-a30c-47154d925882"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210501060802-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml","artifactChecksum":"MDAwMzBmNTNiYjZmMTg3NzhhYjU4OTczZDFlZGE5ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5520f0dd-602c-4e20-9e83-bfed60197a36","artifactVersion":"1"},{"artifactName":"service-Vfw20210501060802-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar","artifactChecksum":"OTNiYTViZjcwMmI0NTVhMzFiNDI2ODkyMzkzNmMwNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4ac4070-5612-47dd-a545-194ae737fa4f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T06:11:01.558Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:11:01.564Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:01.571Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:01.571Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:11:01.671Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-05-01T06:11:01.675Z||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-05-01T06:11:01.675Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:01.689Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:01.689Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":5,"count":1} 2021-05-01T06:11:01.799Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:01.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:11:01.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:11:01.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:11:01.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:11:01.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619849453231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:11:01.812Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:11:01.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:11:01.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "cds", "timestamp": 1619849455114, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:11:01.813Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:11:02.575Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:11:02.575Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:02.577Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:02.577Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOTIFIED" } 2021-05-01T06:11:02.677Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:02.678Z||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-05-01T06:11:02.678Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:02.686Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:02.686Z||pool-4-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:11:03.577Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:11:03.578Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:03.579Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:03.579Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T06:11:03.680Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:03.680Z||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-05-01T06:11:03.680Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:03.701Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:03.701Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:11:04.580Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:11:04.580Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:04.582Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:04.582Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:11:04.682Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:04.683Z||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-05-01T06:11:04.683Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:04.689Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:04.690Z||pool-6-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:11:05.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:11:05.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:05.585Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:05.585Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T06:11:05.685Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:05.686Z||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-05-01T06:11:05.686Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:05.692Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:05.692Z||pool-7-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:11:06.585Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:11:06.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:06.587Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:06.588Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:11:06.688Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:06.688Z||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-05-01T06:11:06.688Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:06.699Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:06.700Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:11:07.588Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:11:07.589Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:07.590Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:07.590Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:11:07.690Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:07.691Z||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-05-01T06:11:07.691Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:07.697Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:07.698Z||pool-9-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:11:08.592Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "serviceName": "vFW 2021-05-01 06-08-02", "serviceVersion": "1.0", "serviceUUID": "0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441", "serviceDescription": "catalog service description", "serviceInvariantUUID": "add5a244-099e-4b1c-9ce8-15b4a805fd24", "resources": [ { "resourceInstanceName": "vFW 151f5d54-6dd8 0", "resourceCustomizationUUID": "edba9b34-a209-4fed-a326-e79d7dacabe7", "resourceName": "vFW 151f5d54-6dd8", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3bb846cc-9384-4c18-ad45-da3f6fe5ca47", "resourceInvariantUUID": "04597323-c247-4cea-af82-35c8d7bd7774", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw151f5d546dd80_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "artifactChecksum": "MGFlY2FiYjMxNzNhN2YzMDY5ZTg5NDBkZDUxMDQzZWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9f840b60-7f58-472a-ba77-c5734e985586", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9311a0e3-f9e7-4192-a30c-47154d925882", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "64a62971-8c9d-41f5-99dc-ffedf581d2e4", "generatedFromUUID": "9311a0e3-f9e7-4192-a30c-47154d925882" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "64a62971-8c9d-41f5-99dc-ffedf581d2e4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20210501060802-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "artifactChecksum": "OTNiYTViZjcwMmI0NTVhMzFiNDI2ODkyMzkzNmMwNmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a4ac4070-5612-47dd-a545-194ae737fa4f" } ], "workloadContext": "Production" } 2021-05-01T06:11:08.592Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T06:11:08.593Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441 ASDC 2021-05-01T06:11:08.687Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:50546625-e0fe-43f6-b999-15f837581aea ServiceName:vFW 2021-05-01 06-08-02 ServiceVersion:1.0 ServiceUUID:0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441 ServiceInvariantUUID:add5a244-099e-4b1c-9ce8-15b4a805fd24 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20210501060802-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar ArtifactUUID:a4ac4070-5612-47dd-a545-194ae737fa4f ArtifactChecksum:OTNiYTViZjcwMmI0NTVhMzFiNDI2ODkyMzkzNmMwNmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 151f5d54-6dd8 0 ResourceCustomizationUUID:edba9b34-a209-4fed-a326-e79d7dacabe7 ResourceInvariantUUID:04597323-c247-4cea-af82-35c8d7bd7774 ResourceName:vFW 151f5d54-6dd8 ResourceType:VF ResourceUUID:3bb846cc-9384-4c18-ad45-da3f6fe5ca47 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw151f5d546dd80_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json ArtifactUUID:9f840b60-7f58-472a-ba77-c5734e985586 ArtifactChecksum:MGFlY2FiYjMxNzNhN2YzMDY5ZTg5NDBkZDUxMDQzZWQ= 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/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml ArtifactUUID:9311a0e3-f9e7-4192-a30c-47154d925882 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/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env ArtifactUUID:64a62971-8c9d-41f5-99dc-ffedf581d2e4 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/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env ArtifactUUID:64a62971-8c9d-41f5-99dc-ffedf581d2e4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T06:11:08.687Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441 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-05-01T06:11:08.879Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:11:08.879Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-01T06:11:08.880Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-01T06:11:08.880Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a4ac4070-5612-47dd-a545-194ae737fa4f from URL: /sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:08.880Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-01T06:11:08.881Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:11.171Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-01T06:11:11.190Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar a4ac4070-5612-47dd-a545-194ae737fa4f 110224 2021-05-01T06:11:11.190Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar ASDC sendASDCNotification 2021-05-01T06:11:11.191Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:11.191Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:11:11.192Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:11.193Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:11.193Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849471190, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:11:11.293Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:11.294Z||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-05-01T06:11:11.294Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:11.300Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:11.300Z||pool-10-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:11:12.194Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:11:12.198Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2021-05-01T06:11:12.198Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a4ac4070-5612-47dd-a545-194ae737fa4f, URL: /sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar to file: /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:12.199Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210501060802-csar.csar 2021-05-01T06:11:12.309Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:12.309Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:12.779Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1800586574423239551/Definitions/service-Vfw20210501060802-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_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2021-05-01T06:11:14.892Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T06:11:14.895Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-01T06:11:14.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred... 2021-05-01T06:11:14.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.897Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.897Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.897Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 151f5d54-6dd8 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-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.897Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.897Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.898Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 151f5d54-6dd8 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.899Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:14.899Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||WARN|500||#################################################################################################### 2021-05-01T06:11:14.904Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.905Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:14.908Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria 2021-05-01T06:11:14.908Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-01T06:11:14.909Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:11:14.911Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.911Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:14.911Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria 2021-05-01T06:11:14.911Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2021-05-01T06:11:14.912Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:11:14.912Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.912Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:14.915Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.915Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria 2021-05-01T06:11:14.916Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T06:11:14.916Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T06:11:14.916Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:14.916Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.916Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T06:11:14.917Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.917Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T06:11:14.917Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T06:11:14.917Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T06:11:14.917Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.918Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:14.918Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T06:11:14.918Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:14.918Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T06:11:14.919Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.919Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T06:11:14.919Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.919Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T06:11:14.920Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.920Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria 2021-05-01T06:11:14.921Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:11:14.921Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.921Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria 2021-05-01T06:11:14.921Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:11:14.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria 2021-05-01T06:11:14.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:11:14.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.923Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria 2021-05-01T06:11:14.923Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T06:11:14.923Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-01T06:11:14.923Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T06:11:14.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T06:11:14.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T06:11:14.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:14.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T06:11:14.925Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:14.925Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T06:11:14.925Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.925Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=473fdbaf-4465-40a6-98de-8de8202c6046 2021-05-01T06:11:14.926Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.926Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria 2021-05-01T06:11:14.926Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T06:11:14.926Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T06:11:14.926Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:14.927Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.927Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T06:11:14.927Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.927Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T06:11:14.927Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-01T06:11:14.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T06:11:14.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:14.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T06:11:14.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c66c1b6d-2439-413f-b464-67e2637d017b 2021-05-01T06:11:14.929Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.929Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria 2021-05-01T06:11:14.929Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T06:11:14.929Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T06:11:14.930Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:14.930Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.930Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T06:11:14.930Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.930Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T06:11:14.931Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T06:11:14.931Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T06:11:14.931Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T06:11:14.931Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:14.931Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-01T06:11:14.932Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e856a98c-0ee5-4313-aab0-713a3d22cdaa 2021-05-01T06:11:14.932Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.932Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:14.932Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:14.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-05-01 06-08-02 Description:catalog service description Model UUID:0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441 Model Version:NULL Model InvariantUuid:add5a244-099e-4b1c-9ce8-15b4a805fd24 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 151f5d54-6dd8 Model UUID:51e77da8-c252-4a0c-8168-23ab42d7f455 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:04597323-c247-4cea-af82-35c8d7bd7774 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:edba9b34-a209-4fed-a326-e79d7dacabe7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f6bb1259-68d8-41de-8144-4b29a6d58bbe ModelName:Vfw151f5d546dd8..base_vfw..module-0 ModelUuid:0d13de16-e241-48ff-8a4a-24f2112c8d51 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:473fdbaf-4465-40a6-98de-8de8202c6046 ModelInvariantUuid:55e65125-d95d-4891-abe1-65768786222d ModelName:vFW 151f5d54-6dd8-nodes.vfwCvfc ModelUuid:341080fb-8b25-4296-8f91-0b2e0834dd41 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:27d91057-5623-4d9f-9c40-a98a1776fcf1 ModelInvariantUuid:b6de7aa3-7610-4a8b-8cf6-3d7bfc9acb81 ModelName:Vfw151f5d546dd8.compute.nodes.heat.vfw ModelUuid:8cb0ab4f-bcba-4d3c-8478-a535deaa28c7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c66c1b6d-2439-413f-b464-67e2637d017b ModelInvariantUuid:b3312c63-26e7-45d5-813c-f44c452a4d3d ModelName:vFW 151f5d54-6dd8-nodes.vsnCvfc ModelUuid:bef0b41d-0074-421f-8746-66058b98b129 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:8b7f66bf-3e4a-4844-9846-332ccc34433c ModelInvariantUuid:fdf385b5-3336-489e-98f0-312e6137fd1c ModelName:Vfw151f5d546dd8.compute.nodes.heat.vsn ModelUuid:2a364234-7251-4673-a15a-6c93dcc9ce2e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e856a98c-0ee5-4313-aab0-713a3d22cdaa ModelInvariantUuid:c1ab5595-6d02-42ee-8295-5d2a7f28ee19 ModelName:vFW 151f5d54-6dd8-nodes.vpgCvfc ModelUuid:1aa57598-2657-4c7f-9b48-fc1f4c98367c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:832b0562-c1ae-4897-a4fb-a9e6dd92babf ModelInvariantUuid:6f15ae40-eae3-4ba9-9939-62756e971e7c ModelName:Vfw151f5d546dd8.compute.nodes.heat.vpg ModelUuid:9720e1ce-5e0f-4a22-943e-9f1896753b12 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-05-01T06:11:14.955Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3bb846cc-9384-4c18-ad45-da3f6fe5ca47 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-05-01T06:11:15.024Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||vFW 151f5d54-6dd8 0 2021-05-01T06:11:15.029Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3bb846cc-9384-4c18-ad45-da3f6fe5ca47 2021-05-01T06:11:15.030Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9f840b60-7f58-472a-ba77-c5734e985586 from URL: /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json 2021-05-01T06:11:15.030Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-01T06:11:15.030Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json 2021-05-01T06:11:15.921Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-01T06:11:15.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json 9f840b60-7f58-472a-ba77-c5734e985586 785 2021-05-01T06:11:15.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json ASDC sendASDCNotification 2021-05-01T06:11:15.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json 2021-05-01T06:11:15.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:11:15.922Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:15.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:15.924Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849475922, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:11:16.024Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:16.025Z||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-05-01T06:11:16.025Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:16.032Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:16.032Z||pool-11-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:11:16.925Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw151f5d546dd8..base_vfw..module-0", "vfModuleModelInvariantUUID": "f6bb1259-68d8-41de-8144-4b29a6d58bbe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d13de16-e241-48ff-8a4a-24f2112c8d51", "vfModuleModelCustomizationUUID": "b9f1034a-73cf-422f-801e-816a03b64bfb", "isBase": true, "artifacts": [ "9311a0e3-f9e7-4192-a30c-47154d925882", "64a62971-8c9d-41f5-99dc-ffedf581d2e4" ], "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-05-01T06:11:16.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw151f5d546dd8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d13de16-e241-48ff-8a4a-24f2112c8d51 VfModuleModelInvariantUUID:f6bb1259-68d8-41de-8144-4b29a6d58bbe VfModuleModelDescription:NULL Artifacts UUID List:{ 9311a0e3-f9e7-4192-a30c-47154d925882 , 64a62971-8c9d-41f5-99dc-ffedf581d2e4 } 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-05-01T06:11:16.944Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw151f5d546dd8..base_vfw..module-0", "vfModuleModelInvariantUUID": "f6bb1259-68d8-41de-8144-4b29a6d58bbe", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0d13de16-e241-48ff-8a4a-24f2112c8d51", "vfModuleModelCustomizationUUID": "b9f1034a-73cf-422f-801e-816a03b64bfb", "isBase": true, "artifacts": [ "9311a0e3-f9e7-4192-a30c-47154d925882", "64a62971-8c9d-41f5-99dc-ffedf581d2e4" ], "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-05-01T06:11:16.944Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw151f5d546dd8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0d13de16-e241-48ff-8a4a-24f2112c8d51 VfModuleModelInvariantUUID:f6bb1259-68d8-41de-8144-4b29a6d58bbe VfModuleModelDescription:NULL Artifacts UUID List:{ 9311a0e3-f9e7-4192-a30c-47154d925882 , 64a62971-8c9d-41f5-99dc-ffedf581d2e4 } 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-05-01T06:11:16.945Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9311a0e3-f9e7-4192-a30c-47154d925882 from URL: /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml 2021-05-01T06:11:16.945Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-01T06:11:16.945Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml 2021-05-01T06:11:17.423Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-01T06:11:17.424Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml 9311a0e3-f9e7-4192-a30c-47154d925882 20368 2021-05-01T06:11:17.424Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-01T06:11:17.424Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml 2021-05-01T06:11:17.425Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:11:17.425Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:17.427Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:17.427Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849477424, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:11:17.527Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:17.527Z||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-05-01T06:11:17.527Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:17.533Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:17.534Z||pool-12-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:11:18.428Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 64a62971-8c9d-41f5-99dc-ffedf581d2e4 from URL: /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env 2021-05-01T06:11:18.428Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - download 2021-05-01T06:11:18.428Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env 2021-05-01T06:11:18.893Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2021-05-01T06:11:18.893Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env 64a62971-8c9d-41f5-99dc-ffedf581d2e4 2098 2021-05-01T06:11:18.894Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-01T06:11:18.894Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env 2021-05-01T06:11:18.894Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:11:18.894Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:18.895Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:18.895Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849478894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:11:18.995Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:18.996Z||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-05-01T06:11:18.996Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:19.002Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:19.003Z||pool-13-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:11:19.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441 2021-05-01T06:11:19.896Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 151f5d54-6dd8 0 3bb846cc-9384-4c18-ad45-da3f6fe5ca47 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-05-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2021-05-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= edba9b34-a209-4fed-a326-e79d7dacabe7 2021-05-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: edba9b34-a209-4fed-a326-e79d7dacabe7 matches Tosca VF Customization UUID: edba9b34-a209-4fed-a326-e79d7dacabe7 2021-05-01T06:11:19.928Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: edba9b34-a209-4fed-a326-e79d7dacabe7 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-05-01T06:11:19.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.933Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:19.934Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id edba9b34-a209-4fed-a326-e79d7dacabe7: {\"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-05-01T06:11:19.934Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@13b7fe0 2021-05-01T06:11:19.934Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.934Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-05-01T06:11:19.935Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b9f1034a-73cf-422f-801e-816a03b64bfb 2021-05-01T06:11:19.935Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b9f1034a-73cf-422f-801e-816a03b64bfb 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-05-01T06:11:19.939Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.940Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria 2021-05-01T06:11:19.940Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:11:19.940Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.940Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria 2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria 2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T06:11:19.941Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T06:11:19.942Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=473fdbaf-4465-40a6-98de-8de8202c6046 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-05-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria 2021-05-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria 2021-05-01T06:11:19.953Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-05-01T06:11:19.954Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:19.955Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2021-05-01T06:11:19.955Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T06:11:19.955Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c66c1b6d-2439-413f-b464-67e2637d017b 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-05-01T06:11:19.956Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.956Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria 2021-05-01T06:11:19.957Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:11:19.958Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.958Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is not matching search criteria 2021-05-01T06:11:19.958Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2021-05-01T06:11:19.959Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-05-01T06:11:19.960Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-05-01T06:11:19.960Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-05-01T06:11:19.960Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e856a98c-0ee5-4313-aab0-713a3d22cdaa 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-05-01T06:11:19.961Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.961Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria 2021-05-01T06:11:19.962Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:11:19.962Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.962Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Node template vFW 151f5d54-6dd8 0 is matching search criteria 2021-05-01T06:11:19.962Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 151f5d54-6dd8 0] matching following query criteria: sdcType=VF, customizationUUID=edba9b34-a209-4fed-a326-e79d7dacabe7 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-05-01T06:11:19.963Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441: vFW 151f5d54-6dd8 2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:19.964Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Service vFW 2021-05-01 06-08-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:11:19.965Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2021-05-01 06-08-02 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-05-01T06:11:20.219Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 151f5d54-6dd8 3bb846cc-9384-4c18-ad45-da3f6fe5ca47 1 ASDC deployResourceStructure 2021-05-01T06:11:20.220Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json ASDC sendASDCNotification 2021-05-01T06:11:20.220Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json 2021-05-01T06:11:20.220Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:11:20.220Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:20.221Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:20.222Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849480220, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:11:20.322Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:20.323Z||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-05-01T06:11:20.323Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:20.331Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:20.331Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:11:21.223Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-05-01T06:11:21.223Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml 2021-05-01T06:11:21.223Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:11:21.224Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:21.226Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:21.226Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849481223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-01T06:11:21.326Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:21.326Z||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-05-01T06:11:21.326Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:21.333Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:21.334Z||pool-15-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:11:22.227Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env ASDC sendASDCNotification 2021-05-01T06:11:22.227Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env 2021-05-01T06:11:22.227Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:11:22.228Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:22.229Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:22.229Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849482227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-01T06:11:22.329Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:11:22.330Z||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-05-01T06:11:22.330Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:22.337Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:22.337Z||pool-16-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:11:23.230Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar ASDC sendASDCNotification 2021-05-01T06:11:23.231Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar 2021-05-01T06:11:23.231Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:11:23.231Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:11:23.232Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:11:23.233Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849483230, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:11:23.333Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T06:11:23.333Z||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-05-01T06:11:23.333Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:23.340Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:23.340Z||pool-17-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:11:24.233Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:11:24.252Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:11:24.254Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:11:24.255Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:11:24.255Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:11:54.255Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:11:54.268Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:11:54.270Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:11:54.270Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:11:54.270Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:11:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:11:56.572Z||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-05-01T06:11:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:11:56.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:11:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:11:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "dcae-sch", "timestamp": 1619849454679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:11:56.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:12:24.270Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:12:24.279Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:12:24.282Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:12:24.282Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:12:24.282Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:12:54.282Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:12:54.292Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:12:54.295Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:12:54.295Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:12:54.295Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:12:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:12:56.572Z||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-05-01T06:12:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:12:56.589Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:12:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:12:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "policy-id", "timestamp": 1619849455544, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:12:56.590Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:12:56.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:12:56.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849458015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:12:56.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:24.295Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:13:24.306Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:13:24.308Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:13:24.308Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:13:24.308Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:13:54.308Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:13:54.321Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:13:54.323Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:13:54.323Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:13:54.323Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:13:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:13:56.572Z||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-05-01T06:13:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:13:56.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:13:57.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619849453231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOTIFIED" } 2021-05-01T06:13:57.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "cds", "timestamp": 1619849455114, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "dcae-sch", "timestamp": 1619849454679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "policy-id", "timestamp": 1619849455544, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849458015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOTIFIED" } 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "cds", "timestamp": 1619849455114, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619849453231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "dcae-sch", "timestamp": 1619849454679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "policy-id", "timestamp": 1619849455544, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849458015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849463243, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849463364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619849453231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "cds", "timestamp": 1619849455114, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "dcae-sch", "timestamp": 1619849454679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "policy-id", "timestamp": 1619849455544, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849458015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849463243, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOTIFIED" } 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849463364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOTIFIED" } 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619849453231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "cds", "timestamp": 1619849455114, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "dcae-sch", "timestamp": 1619849454679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "policy-id", "timestamp": 1619849455544, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849458015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849463243, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849463364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619849453231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "cds", "timestamp": 1619849455114, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "dcae-sch", "timestamp": 1619849454679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "policy-id", "timestamp": 1619849455544, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849458015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849463243, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849463364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849456570, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619849453231, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "cds", "timestamp": 1619849455114, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "dcae-sch", "timestamp": 1619849454679, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "policy-id", "timestamp": 1619849455544, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849458015, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849463243, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849463364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849463243, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849463364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "ves-openapi-manager", "timestamp": 1619849468716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849463243, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849463364, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "ves-openapi-manager", "timestamp": 1619849468716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "cds", "timestamp": 1619849470884, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "policy-id", "timestamp": 1619849470880, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619849470988, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849471190, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "ves-openapi-manager", "timestamp": 1619849468716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849471508, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "policy-id", "timestamp": 1619849471886, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:13:57.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "cds", "timestamp": 1619849471904, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-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-05-01T06:13:57.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea 2021-05-01T06:13:57.115Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "ves-openapi-manager", "timestamp": 1619849468716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.124Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849472361, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849472699, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.124Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "policy-id", "timestamp": 1619849472888, "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-05-01T06:13:57.129Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea 2021-05-01T06:13:57.129Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-05-01T06:13:57.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "ves-openapi-manager", "timestamp": 1619849468716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849473751, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849474062, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849474155, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "ves-openapi-manager", "timestamp": 1619849468716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "aai-ml", "timestamp": 1619849474550, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "ves-openapi-manager", "timestamp": 1619849468716, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849475523, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849475922, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849475912, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849475917, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619849476226, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:13:57.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "aai-ml", "timestamp": 1619849474550, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849476720, "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-05-01T06:13:57.150Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea 2021-05-01T06:13:57.150Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-05-01T06:13:57.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849476918, "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-05-01T06:13:57.161Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea 2021-05-01T06:13:57.162Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-05-01T06:13:57.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849476927, "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-05-01T06:13:57.171Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea 2021-05-01T06:13:57.171Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-05-01T06:13:57.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619849477230, "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-05-01T06:13:57.181Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea 2021-05-01T06:13:57.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "aai-ml", "timestamp": 1619849474550, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849477424, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-k8s-id", "timestamp": 1619849477724, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-starlingx-id", "timestamp": 1619849477923, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "multicloud-windriver-id", "timestamp": 1619849477935, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "aai-ml", "timestamp": 1619849474550, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "clamp", "timestamp": 1619849478021, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849478894, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "aai-ml", "timestamp": 1619849474550, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "clamp", "timestamp": 1619849478021, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "NOTIFIED" } 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849480220, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vfw151f5d546dd80_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "aai-ml", "timestamp": 1619849474550, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "clamp", "timestamp": 1619849478021, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849481223, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "aai-ml", "timestamp": 1619849474550, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "clamp", "timestamp": 1619849478021, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849482227, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "clamp", "timestamp": 1619849478021, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/resourceInstances/vfw151f5d546dd80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "aai-ml", "timestamp": 1619849483114, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849483230, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "clamp", "timestamp": 1619849478021, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "clamp", "timestamp": 1619849478021, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "aai-ml", "timestamp": 1619849495625, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "aai-ml", "timestamp": 1619849496631, "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-05-01T06:13:57.197Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea 2021-05-01T06:13:57.198Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-05-01T06:13:57.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "clamp", "timestamp": 1619849497286, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:13:57.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "clamp", "timestamp": 1619849499295, "artifactURL": "/sdc/v1/catalog/services/Vfw20210501060802/1.0/artifacts/service-Vfw20210501060802-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:13:57.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:13:57.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:13:57.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "clamp", "timestamp": 1619849500299, "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-05-01T06:13:57.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 50546625-e0fe-43f6-b999-15f837581aea 2021-05-01T06:13:57.211Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 50546625-e0fe-43f6-b999-15f837581aea 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-05-01T06:14:24.323Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:14:24.332Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:14:24.334Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:14:24.334Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:14:24.335Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-01T06:14:24.339Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T06:14:54.340Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 50546625-e0fe-43f6-b999-15f837581aea 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-05-01T06:14:54.348Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 50546625-e0fe-43f6-b999-15f837581aea and serviceModelVersionId: 0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441 2021-05-01T06:14:54.348Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : add5a244-099e-4b1c-9ce8-15b4a805fd24 2021-05-01T06:14:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:14:56.572Z||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-05-01T06:14:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:15:04.979Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0 2021-05-01T06:15:05.099Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T06:15:05.687Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0|INFO|500||Invoke 2021-05-01T06:15:05.693Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[50546625-e0fe-43f6-b999-15f837581aea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fc0a94ae-5acb-44ca-8156-ebd2c24667d1], X-ECOMP-RequestID=[50546625-e0fe-43f6-b999-15f837581aea], X-TransactionId=[], X-ONAP-RequestID=[50546625-e0fe-43f6-b999-15f837581aea], Content-Type=[application/merge-patch+json]} 2021-05-01T06:15:05.808Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T06:15:06.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:15:06.220Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?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/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210501-06:15:05:817-60890], vertex-id=[184368], Content-Length=[0], Date=[Sat, 01 May 2021 06:15:05 GMT], Content-Type=[application/json]} 2021-05-01T06:15:06.221Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T06:15:06.222Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/add5a244-099e-4b1c-9ce8-15b4a805fd24/model-vers/model-ver/0d5c6410-c6b8-4ae1-9d79-8bff1a2ec441?depth=0|INFO|500||InvokeReturn 2021-05-01T06:15:06.224Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T06:15:06.224Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-01T06:15:06.228Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-01T06:15:06.234Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 50546625-e0fe-43f6-b999-15f837581aea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T06:15:06.235Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T06:15:06.235Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:15:06.237Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:15:06.237Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849706234, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:15:06.337Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:15:06.338Z||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-05-01T06:15:06.338Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:15:06.345Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:15:06.345Z||pool-18-thread-1|||||INFO|500||cambria reply ok (8 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-05-01T06:15:07.251Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:15:07.252Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:15:07.252Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:15:17.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:15:17.430Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:15:17.430Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:15:17.430Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:15:26.962Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:15:26.963Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:15:26.963Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:15:26.963Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:15:36.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:15:36.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:15:36.497Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:15:36.497Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:15:46.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:15:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:15:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:15:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:15:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:15:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|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-05-01T06:15:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:15:57.190Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:15:57.190Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||received message from topic 2021-05-01T06:15:57.190Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "50546625-e0fe-43f6-b999-15f837581aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619849706234, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:15:57.191Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:16:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:16:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:16:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:16:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:16:56.571Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:16:56.571Z||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-05-01T06:16:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:17:06.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:17:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:17:56.569Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:17:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:17:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:17:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:17:56.571Z||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-05-01T06:17:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:18:06.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:18:06.109Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:18:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:18:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:18:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:18:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:18:56.572Z||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-05-01T06:18:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:19:06.106Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:19:06.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:19:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:19:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:19:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:19:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:19:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|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-05-01T06:19:56.571Z|50546625-e0fe-43f6-b999-15f837581aea|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:20:06.109Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:20:06.109Z|50546625-e0fe-43f6-b999-15f837581aea|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:20:56.570Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:20:56.570Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:20:56.570Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:20:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:20:56.572Z||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-05-01T06:20:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:20:57.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:20:57.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"656ac496-8901-45ab-8575-35618f3feb92","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2230896f-f006-423f-8558-8661f7f5addd","serviceDescription":"service","serviceInvariantUUID":"d2e18acd-bede-443c-9c4d-852723d70572","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"17eb15e1-acd0-4ac4-bdcb-093625819d3d","resourceInvariantUUID":"bbbe5404-e06b-4c0b-8241-df202ec5563d","resourceCustomizationUUID":"7100410c-0e87-44a6-947e-59422b9fddda","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":"NWY2ZTI4ZGYyYmE1MDcwNzhiMmU0M2IzYjkxMGI5ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d865f6c-a275-4346-a7ac-153213922565","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTI2YTIzY2I1MWFjOTkzNDhkNDI0ZDU3NmM5OGZkZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"496cac68-d051-445c-81e5-15ff52238be5","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T06:20:57.192Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:20:57.193Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:20:57.193Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:20:57.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "cds", "timestamp": 1619850010114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850003243, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.195Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.195Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850056569, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "ves-openapi-manager", "timestamp": 1619850008716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "multicloud-windriver-id", "timestamp": 1619850003364, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "cds", "timestamp": 1619850010114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850003243, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "ves-openapi-manager", "timestamp": 1619850008716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "multicloud-windriver-id", "timestamp": 1619850003364, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "aai-ml", "timestamp": 1619850014551, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "dcae-sch", "timestamp": 1619850014679, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "cds", "timestamp": 1619850015534, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "aai-ml", "timestamp": 1619850014551, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "policy-id", "timestamp": 1619850015544, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "dcae-sch", "timestamp": 1619850014679, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "cds", "timestamp": 1619850016539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-01T06:20:57.211Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 656ac496-8901-45ab-8575-35618f3feb92 2021-05-01T06:20:57.211Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656ac496-8901-45ab-8575-35618f3feb92 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-05-01T06:20:57.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "policy-id", "timestamp": 1619850015544, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "aai-ml", "timestamp": 1619850017545, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "clamp", "timestamp": 1619850018021, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "multicloud-k8s-id", "timestamp": 1619850018015, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "policy-id", "timestamp": 1619850018739, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "multicloud-k8s-id", "timestamp": 1619850018015, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:20:57.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "clamp", "timestamp": 1619850018021, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:20:57.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "policy-id", "timestamp": 1619850019743, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:20:57.219Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "aai-ml", "timestamp": 1619850020497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:20:57.219Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "policy-id", "timestamp": 1619850020745, "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-05-01T06:20:57.223Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 656ac496-8901-45ab-8575-35618f3feb92 2021-05-01T06:20:57.223Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656ac496-8901-45ab-8575-35618f3feb92 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-05-01T06:20:57.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "aai-ml", "timestamp": 1619850021501, "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-05-01T06:20:57.234Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 656ac496-8901-45ab-8575-35618f3feb92 2021-05-01T06:20:57.234Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656ac496-8901-45ab-8575-35618f3feb92 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-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850023231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850023231, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850027911, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "clamp", "timestamp": 1619850029359, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850029424, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:20:57.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:20:57.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850030428, "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-05-01T06:20:57.245Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 656ac496-8901-45ab-8575-35618f3feb92 2021-05-01T06:20:57.245Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656ac496-8901-45ab-8575-35618f3feb92 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-05-01T06:20:57.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "clamp", "timestamp": 1619850031367, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:20:57.252Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:20:57.252Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:20:57.252Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "clamp", "timestamp": 1619850032370, "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-05-01T06:20:57.256Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 656ac496-8901-45ab-8575-35618f3feb92 2021-05-01T06:20:57.256Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 656ac496-8901-45ab-8575-35618f3feb92 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-05-01T06:20:57.295Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:20:57.296Z||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-05-01T06:20:57.296Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:20:57.303Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:20:57.303Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:20:58.195Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:20:58.196Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:20:58.197Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:20:58.197Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850056569, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:20:58.298Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T06:20:58.298Z||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-05-01T06:20:58.298Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:20:58.306Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:20:58.306Z||pool-20-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:20:59.198Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2230896f-f006-423f-8558-8661f7f5addd", "serviceDescription": "service", "serviceInvariantUUID": "d2e18acd-bede-443c-9c4d-852723d70572", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "7100410c-0e87-44a6-947e-59422b9fddda", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "17eb15e1-acd0-4ac4-bdcb-093625819d3d", "resourceInvariantUUID": "bbbe5404-e06b-4c0b-8241-df202ec5563d", "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": "OTI2YTIzY2I1MWFjOTkzNDhkNDI0ZDU3NmM5OGZkZGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "496cac68-d051-445c-81e5-15ff52238be5" } ], "workloadContext": "Production" } 2021-05-01T06:20:59.199Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T06:20:59.199Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2230896f-f006-423f-8558-8661f7f5addd ASDC 2021-05-01T06:20:59.199Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:656ac496-8901-45ab-8575-35618f3feb92 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2230896f-f006-423f-8558-8661f7f5addd ServiceInvariantUUID:d2e18acd-bede-443c-9c4d-852723d70572 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:496cac68-d051-445c-81e5-15ff52238be5 ArtifactChecksum:OTI2YTIzY2I1MWFjOTkzNDhkNDI0ZDU3NmM5OGZkZGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:7100410c-0e87-44a6-947e-59422b9fddda ResourceInvariantUUID:bbbe5404-e06b-4c0b-8241-df202ec5563d ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:17eb15e1-acd0-4ac4-bdcb-093625819d3d ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-05-01T06:20:59.199Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2230896f-f006-423f-8558-8661f7f5addd 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-05-01T06:20:59.224Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:20:59.224Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T06:20:59.224Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T06:20:59.224Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 496cac68-d051-445c-81e5-15ff52238be5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T06:20:59.225Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T06:20:59.225Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T06:20:59.362Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T06:20:59.365Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 496cac68-d051-445c-81e5-15ff52238be5 52221 2021-05-01T06:20:59.365Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-01T06:20:59.365Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T06:20:59.365Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:20:59.366Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:20:59.367Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:20:59.368Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850059365, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:20:59.468Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:20:59.468Z||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-05-01T06:20:59.469Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:20:59.475Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:20:59.476Z||pool-21-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:21:00.368Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:21:00.369Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T06:21:00.370Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 496cac68-d051-445c-81e5-15ff52238be5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.370Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-05-01T06:21:00.370Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.370Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.458Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP348552875994170999/Definitions/service-BasicNetwork-template.yml 2021-05-01T06:21:00.851Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T06:21:00.851Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T06:21:00.851Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.851Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T06:21:00.851Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T06:21:00.852Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.853Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.854Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2230896f-f006-423f-8558-8661f7f5addd Model Version:NULL Model InvariantUuid:d2e18acd-bede-443c-9c4d-852723d70572 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:bbbe5404-e06b-4c0b-8241-df202ec5563d Model UUID:5ded0946-99cf-41fa-9272-572f090f976d Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:7100410c-0e87-44a6-947e-59422b9fddda 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-05-01T06:21:00.858Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 17eb15e1-acd0-4ac4-bdcb-093625819d3d 2021-05-01T06:21:00.858Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||No resources found for Service: 2230896f-f006-423f-8558-8661f7f5addd 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-05-01T06:21:00.861Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500|| 2021-05-01T06:21:00.861Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-05-01T06:21:00.861Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2230896f-f006-423f-8558-8661f7f5addd 2021-05-01T06:21:00.862Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2230896f-f006-423f-8558-8661f7f5addd 2021-05-01T06:21:00.862Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-05-01T06:21:00.862Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-01T06:21:00.865Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2230896f-f006-423f-8558-8661f7f5addd: Generic NeutronNet 2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.866Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_55_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_55_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_55_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_55_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_, networkres0_.CREATION_TIMESTAMP as creation2_37_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_, networkres0_.NETWORK_ROLE as network_4_37_, networkres0_.NETWORK_SCOPE as network_5_37_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_, networkres0_.NETWORK_TYPE as network_7_37_, networkres0_.RESOURCE_INPUT as resource8_37_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_, networkres0_.RESOURCE_CATEGORY as resource4_36_, networkres0_.CREATION_TIMESTAMP as creation5_36_, networkres0_.DESCRIPTION as descript6_36_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_, networkres0_.MODEL_NAME as model_na8_36_, networkres0_.MODEL_VERSION as model_ve9_36_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_, networkres0_.ORCHESTRATION_MODE as orchest11_36_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-05-01T06:21:00.883Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.883Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.883Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.883Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.884Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:21:00.884Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:21:00.884Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_49_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_3_, service0_.SERVICE_CATEGORY as service_4_49_3_, service0_.CONTROLLER_ACTOR as controll5_49_3_, service0_.CREATION_TIMESTAMP as creation6_49_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, service0_.DESCRIPTION as descript7_49_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_3_, service0_.ENVIRONMENT_CONTEXT as environm9_49_3_, service0_.MODEL_INVARIANT_UUID as model_i10_49_3_, service0_.MODEL_NAME as model_n11_49_3_, service0_.MODEL_VERSION as model_v12_49_3_, service0_.NAMING_POLICY as naming_13_49_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_3_, service0_.RESOURCE_ORDER as resourc15_49_3_, service0_.SERVICE_FUNCTION as service16_49_3_, service0_.SERVICE_ROLE as service17_49_3_, service0_.SERVICE_TYPE as service18_49_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_3_, service0_.WORKLOAD_CONTEXT as workloa20_49_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_56_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_56_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_56_2_, toscacsar4_.DESCRIPTION as descript4_56_2_, toscacsar4_.NAME as name5_56_2_, toscacsar4_.URL as url6_56_2_, toscacsar4_.Version as version7_56_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_1_, toscacsar0_.DESCRIPTION as descript4_56_1_, toscacsar0_.NAME as name5_56_1_, toscacsar0_.URL as url6_56_1_, toscacsar0_.Version as version7_56_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_3_, services1_.MODEL_UUID as model_uu1_49_3_, services1_.MODEL_UUID as model_uu1_49_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_49_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_49_0_, services1_.SERVICE_CATEGORY as service_4_49_0_, services1_.CONTROLLER_ACTOR as controll5_49_0_, services1_.CREATION_TIMESTAMP as creation6_49_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_0_, services1_.DESCRIPTION as descript7_49_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_0_, services1_.ENVIRONMENT_CONTEXT as environm9_49_0_, services1_.MODEL_INVARIANT_UUID as model_i10_49_0_, services1_.MODEL_NAME as model_n11_49_0_, services1_.MODEL_VERSION as model_v12_49_0_, services1_.NAMING_POLICY as naming_13_49_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_49_0_, services1_.RESOURCE_ORDER as resourc15_49_0_, services1_.SERVICE_FUNCTION as service16_49_0_, services1_.SERVICE_ROLE as service17_49_0_, services1_.SERVICE_TYPE as service18_49_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_0_, services1_.WORKLOAD_CONTEXT as workloa20_49_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_37_3_, networkres0_.CREATION_TIMESTAMP as creation2_37_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_37_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_37_3_, networkres0_.NETWORK_ROLE as network_4_37_3_, networkres0_.NETWORK_SCOPE as network_5_37_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_37_3_, networkres0_.NETWORK_TYPE as network_7_37_3_, networkres0_.RESOURCE_INPUT as resource8_37_3_, networkres1_.MODEL_UUID as model_uu1_36_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_36_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_36_0_, networkres1_.RESOURCE_CATEGORY as resource4_36_0_, networkres1_.CREATION_TIMESTAMP as creation5_36_0_, networkres1_.DESCRIPTION as descript6_36_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_36_0_, networkres1_.MODEL_NAME as model_na8_36_0_, networkres1_.MODEL_VERSION as model_ve9_36_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_36_0_, networkres1_.ORCHESTRATION_MODE as orchest11_36_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_36_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_36_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_1_, collection2_.CREATION_TIMESTAMP as creation2_14_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_14_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_14_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_1_, collection2_.NETWORK_ROLE as network_4_14_1_, collection2_.NETWORK_SCOPE as network_5_14_1_, collection2_.NETWORK_TECHNOLOGY as network_6_14_1_, collection2_.NETWORK_TYPE as network_7_14_1_, heattempla3_.ARTIFACT_UUID as artifact1_28_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_28_2_, heattempla3_.CREATION_TIMESTAMP as creation3_28_2_, heattempla3_.DESCRIPTION as descript4_28_2_, heattempla3_.BODY as body5_28_2_, heattempla3_.NAME as name6_28_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_28_2_, heattempla3_.VERSION as version8_28_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_36_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_36_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_36_4_, networkres0_.RESOURCE_CATEGORY as resource4_36_4_, networkres0_.CREATION_TIMESTAMP as creation5_36_4_, networkres0_.DESCRIPTION as descript6_36_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_36_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_36_4_, networkres0_.MODEL_NAME as model_na8_36_4_, networkres0_.MODEL_VERSION as model_ve9_36_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_36_4_, networkres0_.ORCHESTRATION_MODE as orchest11_36_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_36_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_36_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_14_0_, collection1_.CREATION_TIMESTAMP as creation2_14_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_14_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_14_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_14_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_14_0_, collection1_.NETWORK_ROLE as network_4_14_0_, collection1_.NETWORK_SCOPE as network_5_14_0_, collection1_.NETWORK_TECHNOLOGY as network_6_14_0_, collection1_.NETWORK_TYPE as network_7_14_0_, instancegr2_.MODEL_UUID as model_uu2_32_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_32_1_, instancegr2_.CREATION_TIMESTAMP as creation3_32_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_32_1_, instancegr2_.MODEL_NAME as model_na5_32_1_, instancegr2_.MODEL_VERSION as model_ve6_32_1_, instancegr2_.ROLE as role7_32_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_32_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_32_1_, instancegr2_.OBJECT_TYPE as object_t1_32_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_16_2_, networkcol3_.CR_MODEL_UUID as cr_model8_16_2_, networkcol3_.CREATION_TIMESTAMP as creation3_16_2_, networkcol3_.FUNCTION as function4_16_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_16_2_, networkcol3_.ROLE as role6_16_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_16_2_, heattempla4_.ARTIFACT_UUID as artifact1_28_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_28_3_, heattempla4_.CREATION_TIMESTAMP as creation3_28_3_, heattempla4_.DESCRIPTION as descript4_28_3_, heattempla4_.BODY as body5_28_3_, heattempla4_.NAME as name6_28_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_28_3_, heattempla4_.VERSION as version8_28_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-05-01T06:21:00.939Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-05-01T06:21:00.940Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-05-01T06:21:00.940Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-05-01T06:21:00.940Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:21:00.940Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:21:00.941Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:21:00.941Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850060940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:21:01.042Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:21:01.043Z||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-05-01T06:21:01.043Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:21:01.048Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:21:01.049Z||pool-22-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:21:01.942Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 656ac496-8901-45ab-8575-35618f3feb92 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:21:01.953Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 656ac496-8901-45ab-8575-35618f3feb92 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:21:01.956Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:21:01.957Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-01T06:21:01.960Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T06:21:31.961Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 656ac496-8901-45ab-8575-35618f3feb92 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-05-01T06:21:31.965Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 656ac496-8901-45ab-8575-35618f3feb92 and serviceModelVersionId: 2230896f-f006-423f-8558-8661f7f5addd 2021-05-01T06:21:31.965Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2e18acd-bede-443c-9c4d-852723d70572 2021-05-01T06:21:31.966Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0 2021-05-01T06:21:31.970Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T06:21:32.005Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0|INFO|500||Invoke 2021-05-01T06:21:32.006Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[656ac496-8901-45ab-8575-35618f3feb92], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[510c7e89-4100-41fb-983a-be2320ea1437], X-ECOMP-RequestID=[656ac496-8901-45ab-8575-35618f3feb92], X-TransactionId=[], X-ONAP-RequestID=[656ac496-8901-45ab-8575-35618f3feb92], Content-Type=[application/merge-patch+json]} 2021-05-01T06:21:32.024Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T06:21:32.335Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?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/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-06:21:32:030-3141], vertex-id=[155880], Content-Length=[0], Date=[Sat, 01 May 2021 06:21:32 GMT], Content-Type=[application/json]} 2021-05-01T06:21:32.336Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T06:21:32.336Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/d2e18acd-bede-443c-9c4d-852723d70572/model-vers/model-ver/2230896f-f006-423f-8558-8661f7f5addd?depth=0|INFO|500||InvokeReturn 2021-05-01T06:21:32.337Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T06:21:32.337Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-01T06:21:32.340Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-01T06:21:32.340Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 656ac496-8901-45ab-8575-35618f3feb92 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T06:21:32.340Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T06:21:32.340Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:21:32.341Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:21:32.342Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850092340, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:21:32.442Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:21:32.442Z||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-05-01T06:21:32.442Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:21:32.452Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:21:32.452Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-01T06:21:56.569Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:21:56.570Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-05-01T06:21:56.570Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:21:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:21:56.571Z||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-05-01T06:21:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:21:56.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:21:56.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:21:56.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850056569, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:21:56.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:21:57.190Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:21:57.191Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T06:21:57.191Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"70fe6315-88dd-47e1-aa08-e8dbbf3dc88e","serviceName":"Demo_pNF_VbJMAzP0RaJCZbJsHdh8","serviceVersion":"1.0","serviceUUID":"d5ba87f8-2189-44cb-9cf8-8930b9673230","serviceDescription":"catalog service description","serviceInvariantUUID":"3246a9a6-ae6d-4757-b6a9-5612eef7907a","resources":[{"resourceInstanceName":"pNF 6d1e2741-c422 0","resourceName":"pNF 6d1e2741-c422","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1e4f616d-c177-4cc5-bc81-341eda25ae17","resourceInvariantUUID":"a9eee439-80a1-4e95-9407-f50d0b3a9441","resourceCustomizationUUID":"9af794c0-d379-44ef-b28d-64e0f8b1b0b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml","artifactChecksum":"YWIxYzU4YTZjNGNhY2Q3NzRjNzU5ZWU4OTEzY2YwODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6b31f007-6812-4172-b44b-9f9d28dea0fe","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar","artifactChecksum":"ZmI2N2RjMDNhYTJjNWI4YjBkZjEwNjIyMmU4N2FmMTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da88c4dc-8fa4-405b-a7a8-6767a7d44532","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2d2162b7-3820-4caf-8d22-9024fff9bd42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml","artifactChecksum":"Mjg4MGM3ODU2Mzk2NzNhMDRhMmMyYTU0OThmOTk5MTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4211052c-87a1-43e4-b758-48a9023c7daf","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f14a67f7-b3fe-466c-9da2-99a3cc4b0235","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b532a19d-367e-430c-801f-4becb690309b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVbjmazp0rajczbjshdh8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml","artifactChecksum":"M2Y0ZDUxN2UzZjI5ZmFlY2IzNzRjNzQ0MjJlMzZhZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd7ca82d-3285-49ce-ab3f-9ad5097a8f1c","artifactVersion":"1"},{"artifactName":"service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar","artifactChecksum":"ZDA1ZGJlMWQ1ZDQwZjk4Yzk0OTVjOWRkOWRmYTAxOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14597b82-2a7f-458c-b8b8-4141fcbc6310","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T06:21:57.194Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:21:57.194Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:21:57.196Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:21:57.196Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:21:57.296Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:21:57.296Z||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-05-01T06:21:57.296Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:21:57.302Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:21:57.302Z||pool-24-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:21:58.196Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:21:58.197Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:21:58.198Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:21:58.199Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:21:58.299Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:21:58.299Z||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-05-01T06:21:58.299Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:21:58.307Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:21:58.308Z||pool-25-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:21:59.199Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:21:59.200Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:21:59.201Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:21:59.201Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:21:59.301Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:21:59.302Z||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-05-01T06:21:59.302Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:21:59.310Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:21:59.310Z||pool-26-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:22:00.202Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:22:00.202Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:22:00.204Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:22:00.204Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:00.304Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:22:00.305Z||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-05-01T06:22:00.305Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:22:00.312Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:22:00.313Z||pool-27-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:22:01.205Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:22:01.205Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:22:01.207Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:22:01.208Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:01.307Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T06:22:01.308Z||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-05-01T06:22:01.308Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:22:01.315Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:22:01.315Z||pool-28-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:22:02.208Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:22:02.209Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:22:02.210Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:22:02.211Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:02.311Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:22:02.311Z||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-05-01T06:22:02.311Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:22:02.318Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:22:02.318Z||pool-29-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:22:03.211Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:22:03.212Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:22:03.213Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:22:03.213Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:03.313Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:22:03.314Z||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-05-01T06:22:03.314Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:22:03.323Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:22:03.323Z||pool-30-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:22:04.214Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:22:04.215Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:22:04.217Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:22:04.217Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:22:04.317Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:22:04.317Z||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-05-01T06:22:04.318Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:22:04.323Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:22:04.324Z||pool-31-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:22:05.218Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "serviceName": "Demo_pNF_VbJMAzP0RaJCZbJsHdh8", "serviceVersion": "1.0", "serviceUUID": "d5ba87f8-2189-44cb-9cf8-8930b9673230", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3246a9a6-ae6d-4757-b6a9-5612eef7907a", "resources": [ { "resourceInstanceName": "pNF 6d1e2741-c422 0", "resourceCustomizationUUID": "9af794c0-d379-44ef-b28d-64e0f8b1b0b6", "resourceName": "pNF 6d1e2741-c422", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1e4f616d-c177-4cc5-bc81-341eda25ae17", "resourceInvariantUUID": "a9eee439-80a1-4e95-9407-f50d0b3a9441", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "artifactChecksum": "ZDA1ZGJlMWQ1ZDQwZjk4Yzk0OTVjOWRkOWRmYTAxOTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "14597b82-2a7f-458c-b8b8-4141fcbc6310" } ], "workloadContext": "Production" } 2021-05-01T06:22:05.218Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T06:22:05.218Z|656ac496-8901-45ab-8575-35618f3feb92|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d5ba87f8-2189-44cb-9cf8-8930b9673230 ASDC 2021-05-01T06:22:05.218Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:70fe6315-88dd-47e1-aa08-e8dbbf3dc88e ServiceName:Demo_pNF_VbJMAzP0RaJCZbJsHdh8 ServiceVersion:1.0 ServiceUUID:d5ba87f8-2189-44cb-9cf8-8930b9673230 ServiceInvariantUUID:3246a9a6-ae6d-4757-b6a9-5612eef7907a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar ArtifactUUID:14597b82-2a7f-458c-b8b8-4141fcbc6310 ArtifactChecksum:ZDA1ZGJlMWQ1ZDQwZjk4Yzk0OTVjOWRkOWRmYTAxOTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 6d1e2741-c422 0 ResourceCustomizationUUID:9af794c0-d379-44ef-b28d-64e0f8b1b0b6 ResourceInvariantUUID:a9eee439-80a1-4e95-9407-f50d0b3a9441 ResourceName:pNF 6d1e2741-c422 ResourceType:PNF ResourceUUID:1e4f616d-c177-4cc5-bc81-341eda25ae17 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-05-01T06:22:05.218Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5ba87f8-2189-44cb-9cf8-8930b9673230 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-05-01T06:22:05.241Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:22:05.241Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T06:22:05.241Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T06:22:05.241Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 14597b82-2a7f-458c-b8b8-4141fcbc6310 from URL: /sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:05.241Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - download 2021-05-01T06:22:05.242Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:06.770Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2021-05-01T06:22:06.774Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 14597b82-2a7f-458c-b8b8-4141fcbc6310 83336 2021-05-01T06:22:06.774Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar ASDC sendASDCNotification 2021-05-01T06:22:06.774Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:06.774Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:22:06.774Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:22:06.776Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:22:06.776Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850126774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:22:06.876Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:22:06.877Z||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-05-01T06:22:06.877Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:22:06.883Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:22:06.883Z||pool-32-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:22:07.777Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:22:07.778Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2021-05-01T06:22:07.778Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 14597b82-2a7f-458c-b8b8-4141fcbc6310, URL: /sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar to file: /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:07.778Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:07.778Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:07.778Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:07.869Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16408036650274234708/Definitions/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||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-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||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-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||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-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||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-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d1e2741-c422 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:08.498Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6d1e2741-c422 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-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||WARN|500||#################################################################################################### 2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d1e2741-c422 0 is matching search criteria 2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d1e2741-c422 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Node template pNF 6d1e2741-c422 0 is matching search criteria 2021-05-01T06:22:08.499Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6d1e2741-c422 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:22:08.500Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:22:08.501Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_VbJMAzP0RaJCZbJsHdh8 Description:catalog service description Model UUID:d5ba87f8-2189-44cb-9cf8-8930b9673230 Model Version:NULL Model InvariantUuid:3246a9a6-ae6d-4757-b6a9-5612eef7907a 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-05-01T06:22:08.506Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1e4f616d-c177-4cc5-bc81-341eda25ae17 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-05-01T06:22:08.509Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||pNF 6d1e2741-c422 0 2021-05-01T06:22:08.509Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1e4f616d-c177-4cc5-bc81-341eda25ae17 2021-05-01T06:22:08.509Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d5ba87f8-2189-44cb-9cf8-8930b9673230 2021-05-01T06:22:08.509Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d5ba87f8-2189-44cb-9cf8-8930b9673230 2021-05-01T06:22:08.509Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6d1e2741-c422 0 1e4f616d-c177-4cc5-bc81-341eda25ae17 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-05-01T06:22:08.513Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:22:08.513Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:22:08.513Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d5ba87f8-2189-44cb-9cf8-8930b9673230: pNF 6d1e2741-c422 2021-05-01T06:22:08.513Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Processing PNF resource: 1e4f616d-c177-4cc5-bc81-341eda25ae17 2021-05-01T06:22:08.514Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:22:08.514Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_VbJMAzP0RaJCZbJsHdh8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:22:08.514Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Resource customization UUID: 9af794c0-d379-44ef-b28d-64e0f8b1b0b6 is the same as notified resource customizationUUID: 9af794c0-d379-44ef-b28d-64e0f8b1b0b6 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-05-01T06:22:08.566Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6d1e2741-c422 1e4f616d-c177-4cc5-bc81-341eda25ae17 0 ASDC deployResourceStructure 2021-05-01T06:22:08.566Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar ASDC sendASDCNotification 2021-05-01T06:22:08.566Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar 2021-05-01T06:22:08.566Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:22:08.566Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:22:08.567Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:22:08.567Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850128566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:22:08.668Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:22:08.668Z||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-05-01T06:22:08.668Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:22:08.674Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:22:08.675Z||pool-33-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:22:09.568Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:22:09.576Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:22:09.578Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:22:09.578Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:22:09.578Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:22:39.578Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:22:39.587Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:22:39.589Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:22:39.589Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:22:39.589Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:22:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:22:56.571Z||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-05-01T06:22:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:22:56.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:22:56.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850056569, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:22:56.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850059365, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850060940, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "ves-openapi-manager", "timestamp": 1619850068716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "dcae-sch", "timestamp": 1619850074679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "cds", "timestamp": 1619850070114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "policy-id", "timestamp": 1619850075544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "aai-ml", "timestamp": 1619850074551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "ves-openapi-manager", "timestamp": 1619850068716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "cds", "timestamp": 1619850070114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "dcae-sch", "timestamp": 1619850074679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "policy-id", "timestamp": 1619850075544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "aai-ml", "timestamp": 1619850074551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "ves-openapi-manager", "timestamp": 1619850068716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "cds", "timestamp": 1619850070114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "dcae-sch", "timestamp": 1619850074679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "policy-id", "timestamp": 1619850075544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "aai-ml", "timestamp": 1619850074551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "clamp", "timestamp": 1619850078021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-k8s-id", "timestamp": 1619850078015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "ves-openapi-manager", "timestamp": 1619850068716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "cds", "timestamp": 1619850070114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "dcae-sch", "timestamp": 1619850074679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "aai-ml", "timestamp": 1619850074551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "policy-id", "timestamp": 1619850075544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-k8s-id", "timestamp": 1619850078015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "clamp", "timestamp": 1619850078021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "ves-openapi-manager", "timestamp": 1619850068716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "dcae-sch", "timestamp": 1619850074679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "cds", "timestamp": 1619850070114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "policy-id", "timestamp": 1619850075544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "aai-ml", "timestamp": 1619850074551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "clamp", "timestamp": 1619850078021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-k8s-id", "timestamp": 1619850078015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "ves-openapi-manager", "timestamp": 1619850068716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "cds", "timestamp": 1619850070114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "dcae-sch", "timestamp": 1619850074679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "policy-id", "timestamp": 1619850075544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "aai-ml", "timestamp": 1619850074551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-k8s-id", "timestamp": 1619850078015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "clamp", "timestamp": 1619850078021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "ves-openapi-manager", "timestamp": 1619850068716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "cds", "timestamp": 1619850070114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "dcae-sch", "timestamp": 1619850074679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "policy-id", "timestamp": 1619850075544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "aai-ml", "timestamp": 1619850074551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-k8s-id", "timestamp": 1619850078015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "clamp", "timestamp": 1619850078021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "ves-openapi-manager", "timestamp": 1619850068716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "cds", "timestamp": 1619850070114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "dcae-sch", "timestamp": 1619850074679, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "policy-id", "timestamp": 1619850075544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "aai-ml", "timestamp": 1619850074551, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-k8s-id", "timestamp": 1619850078015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "clamp", "timestamp": 1619850078021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850083231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850083243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-windriver-id", "timestamp": 1619850083364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-k8s-id", "timestamp": 1619850078015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "clamp", "timestamp": 1619850078021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850083231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850083243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-windriver-id", "timestamp": 1619850083364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "policy-id", "timestamp": 1619850085334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "cds", "timestamp": 1619850085416, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "aai-ml", "timestamp": 1619850085418, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "ves-openapi-manager", "timestamp": 1619850085522, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-k8s-id", "timestamp": 1619850078015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:22:56.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "clamp", "timestamp": 1619850078021, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850083231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850083243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-windriver-id", "timestamp": 1619850083364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "policy-id", "timestamp": 1619850086337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:22:56.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "cds", "timestamp": 1619850086422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-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-05-01T06:22:56.617Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 2021-05-01T06:22:56.617Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "ves-openapi-manager", "timestamp": 1619850086715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850083231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850083243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-windriver-id", "timestamp": 1619850083364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "policy-id", "timestamp": 1619850087339, "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-05-01T06:22:56.629Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 2021-05-01T06:22:56.629Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-05-01T06:22:56.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "ves-openapi-manager", "timestamp": 1619850087719, "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-05-01T06:22:56.640Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 2021-05-01T06:22:56.640Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850083231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850083243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-windriver-id", "timestamp": 1619850083364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850083231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850083243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-windriver-id", "timestamp": 1619850083364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850083231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850083243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-windriver-id", "timestamp": 1619850083364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:22:56.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850083231, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:22:56.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850083243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:22:56.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "aai-ml", "timestamp": 1619850090961, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:22:56.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "multicloud-windriver-id", "timestamp": 1619850083364, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:22:56.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2021-05-01T06:22:56.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "aai-ml", "timestamp": 1619850091964, "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-05-01T06:22:56.652Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 2021-05-01T06:22:56.652Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-05-01T06:22:56.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "656ac496-8901-45ab-8575-35618f3feb92", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850092340, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "clamp", "timestamp": 1619850092369, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850092664, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "clamp", "timestamp": 1619850094380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850094390, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:22:56.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:22:56.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "clamp", "timestamp": 1619850095383, "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-05-01T06:22:56.663Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 2021-05-01T06:22:56.663Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-05-01T06:22:56.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-05-01T06:22:56.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850095394, "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-05-01T06:22:56.673Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 2021-05-01T06:22:56.674Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-05-01T06:23:09.590Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:23:09.599Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:23:09.604Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:23:09.604Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:23:09.605Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:23:09.606Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-01T06:23:09.610Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T06:23:39.611Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e 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-05-01T06:23:39.615Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e and serviceModelVersionId: d5ba87f8-2189-44cb-9cf8-8930b9673230 2021-05-01T06:23:39.615Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3246a9a6-ae6d-4757-b6a9-5612eef7907a 2021-05-01T06:23:39.616Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0 2021-05-01T06:23:39.619Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T06:23:39.655Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0|INFO|500||Invoke 2021-05-01T06:23:39.656Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70fe6315-88dd-47e1-aa08-e8dbbf3dc88e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[365e1dd5-c8f7-4c53-805b-a7abe3efa7d0], X-ECOMP-RequestID=[70fe6315-88dd-47e1-aa08-e8dbbf3dc88e], X-TransactionId=[], X-ONAP-RequestID=[70fe6315-88dd-47e1-aa08-e8dbbf3dc88e], Content-Type=[application/merge-patch+json]} 2021-05-01T06:23:39.673Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T06:23:39.857Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?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/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210501-06:23:39:679-89936], vertex-id=[344160], Content-Length=[0], Date=[Sat, 01 May 2021 06:23:39 GMT], Content-Type=[application/json]} 2021-05-01T06:23:39.857Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T06:23:39.858Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3246a9a6-ae6d-4757-b6a9-5612eef7907a/model-vers/model-ver/d5ba87f8-2189-44cb-9cf8-8930b9673230?depth=0|INFO|500||InvokeReturn 2021-05-01T06:23:39.858Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T06:23:39.858Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=? 2021-05-01T06:23:39.863Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-01T06:23:39.863Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70fe6315-88dd-47e1-aa08-e8dbbf3dc88e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T06:23:39.863Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T06:23:39.863Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:23:39.865Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:23:39.865Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850219863, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:23:39.965Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:23:39.966Z||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-05-01T06:23:39.966Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:23:39.975Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:23:39.975Z||pool-34-thread-1|||||INFO|500||cambria reply ok (9 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-05-01T06:23:40.875Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:23:40.875Z||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-05-01T06:23:40.875Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:23:50.409Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:23:56.569Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:23:56.570Z||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-05-01T06:23:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:23:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:23:56.571Z||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-05-01T06:23:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:23:56.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:23:56.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-01T06:23:56.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:23:56.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-01T06:23:56.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/resourceInstances/pnf6d1e2741c4220/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-01T06:23:56.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:23:56.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850116569, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:23:56.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850126774, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:23:56.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-01T06:23:56.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850128566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfVbjmazp0rajczbjshdh8/1.0/artifacts/service-DemoPnfVbjmazp0rajczbjshdh8-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:23:56.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:24:06.106Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:24:56.569Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:24:56.570Z||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-05-01T06:24:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:24:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:24:56.571Z||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-05-01T06:24:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:24:56.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:24:56.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-05-01T06:24:56.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe6315-88dd-47e1-aa08-e8dbbf3dc88e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850219863, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:24:56.590Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:24:57.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:24:57.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T06:24:57.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0becad4-d78b-4c65-8439-9606b1c1f75d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"83cfe74c-fac9-4131-b8ac-6a581824c84d","serviceDescription":"service","serviceInvariantUUID":"a3145f1a-4a01-468d-af7a-05de130a07b4","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1d15df7-79f7-435a-8610-65306e7f6081","resourceInvariantUUID":"7c7bfaa0-f60b-4f38-a23b-3bd9aae3091d","resourceCustomizationUUID":"d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1","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":"NmFmNmQ1OWI3N2UwYjFjNzcxYjBlNDgzMzQ2ZjViMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e217489c-bc3f-4c2a-a4ff-6f0d390a4282","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":"ZDdkYzI5ZTM0M2Y4MTgyZTk5Y2JhMzczOGRiZWE1MTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eb3f8d19-5bcf-41ad-9c06-a543f2606aea","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":"cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf","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":"b91bb033-cf96-4e4a-94fb-2f4e00c1c527","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":"c06ee7d1-d6ca-40d6-879e-5758477cd27a","artifactVersion":"2","generatedFromUUID":"cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzRmZGRlYjNkMWE4ZWFiNmFjZGQwZjJmMjRmMzE0Zjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"849f823e-f1f5-4c2b-897c-1bcae2f61f19","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YmE5YTczMGE0YTNlOTA4MGZiOTkyYmE5ODE3MTA0YTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d4a6e76-596e-4097-9b61-54ebe90658f9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T06:24:57.193Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:24:57.193Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:24:57.194Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:24:57.194Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:24:57.294Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:24:57.295Z||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-05-01T06:24:57.295Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:24:57.302Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:24:57.303Z||pool-35-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:24:58.195Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:24:58.196Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:24:58.197Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:24:58.197Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:24:58.298Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:24:58.298Z||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-05-01T06:24:58.298Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:24:58.305Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:24:58.305Z||pool-36-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:24:59.198Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:24:59.198Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:24:59.199Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:24:59.200Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:24:59.300Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:24:59.300Z||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-05-01T06:24:59.300Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:24:59.307Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:24:59.307Z||pool-37-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:25:00.200Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:25:00.201Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:00.202Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:00.203Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:00.303Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:25:00.303Z||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-05-01T06:25:00.303Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:00.312Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:00.312Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:25:01.203Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:25:01.204Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:01.205Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:01.205Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T06:25:01.306Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:25:01.306Z||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-05-01T06:25:01.306Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:01.313Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:01.313Z||pool-39-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:25:02.206Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:25:02.206Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:02.208Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:02.208Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:02.308Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:25:02.309Z||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-05-01T06:25:02.309Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:02.316Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:02.316Z||pool-40-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:25:03.208Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:25:03.209Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:03.211Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:03.211Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:03.311Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:25:03.312Z||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-05-01T06:25:03.312Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:03.318Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:03.318Z||pool-41-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:25:04.212Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "83cfe74c-fac9-4131-b8ac-6a581824c84d", "serviceDescription": "service", "serviceInvariantUUID": "a3145f1a-4a01-468d-af7a-05de130a07b4", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e1d15df7-79f7-435a-8610-65306e7f6081", "resourceInvariantUUID": "7c7bfaa0-f60b-4f38-a23b-3bd9aae3091d", "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": "ZDdkYzI5ZTM0M2Y4MTgyZTk5Y2JhMzczOGRiZWE1MTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb3f8d19-5bcf-41ad-9c06-a543f2606aea", "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": "cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf", "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": "c06ee7d1-d6ca-40d6-879e-5758477cd27a", "generatedFromUUID": "cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf" }, "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": "c06ee7d1-d6ca-40d6-879e-5758477cd27a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YmE5YTczMGE0YTNlOTA4MGZiOTkyYmE5ODE3MTA0YTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d4a6e76-596e-4097-9b61-54ebe90658f9" } ], "workloadContext": "Production" } 2021-05-01T06:25:04.212Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T06:25:04.212Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 83cfe74c-fac9-4131-b8ac-6a581824c84d ASDC 2021-05-01T06:25:04.213Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:e0becad4-d78b-4c65-8439-9606b1c1f75d ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:83cfe74c-fac9-4131-b8ac-6a581824c84d ServiceInvariantUUID:a3145f1a-4a01-468d-af7a-05de130a07b4 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:0d4a6e76-596e-4097-9b61-54ebe90658f9 ArtifactChecksum:YmE5YTczMGE0YTNlOTA4MGZiOTkyYmE5ODE3MTA0YTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1 ResourceInvariantUUID:7c7bfaa0-f60b-4f38-a23b-3bd9aae3091d ResourceName:basic_vm ResourceType:VF ResourceUUID:e1d15df7-79f7-435a-8610-65306e7f6081 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:eb3f8d19-5bcf-41ad-9c06-a543f2606aea ArtifactChecksum:ZDdkYzI5ZTM0M2Y4MTgyZTk5Y2JhMzczOGRiZWE1MTM= 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:cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf 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:c06ee7d1-d6ca-40d6-879e-5758477cd27a 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:c06ee7d1-d6ca-40d6-879e-5758477cd27a ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T06:25:04.213Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83cfe74c-fac9-4131-b8ac-6a581824c84d 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-05-01T06:25:04.241Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:25:04.241Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:25:04.241Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:25:04.242Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0d4a6e76-596e-4097-9b61-54ebe90658f9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-05-01T06:25:04.242Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:25:04.242Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:05.306Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:25:05.310Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0d4a6e76-596e-4097-9b61-54ebe90658f9 74289 2021-05-01T06:25:05.311Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:05.311Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:05.311Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:25:05.311Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:05.313Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:05.313Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850305311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:05.414Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T06:25:05.414Z||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-05-01T06:25:05.414Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:05.421Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:05.421Z||pool-42-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:25:06.314Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:25:06.315Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:25:06.315Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0d4a6e76-596e-4097-9b61-54ebe90658f9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-01T06:25:06.315Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-05-01T06:25:06.315Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-05-01T06:25:06.315Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-05-01T06:25:13.920Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9141139482511237632/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-05-01T06:25:14.774Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T06:25:14.774Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-05-01T06:25:14.774Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-05-01T06:25:14.774Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.775Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:14.776Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-01T06:25:14.777Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T06:25:14.778Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.779Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=352e48ea-c8db-4b35-b26c-c69fc6f1b289 2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:14.780Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.781Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:14.781Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:14.781Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:14.781Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:83cfe74c-fac9-4131-b8ac-6a581824c84d Model Version:NULL Model InvariantUuid:a3145f1a-4a01-468d-af7a-05de130a07b4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:b28485e3-7c4a-495b-b564-c660f3639c8e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7c7bfaa0-f60b-4f38-a23b-3bd9aae3091d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b4f99bbd-8f8f-4758-ae50-f47bf61cc2d5 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:fb7404a7-6bb2-4c86-8eb4-2f3c0f79ebd4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:352e48ea-c8db-4b35-b26c-c69fc6f1b289 ModelInvariantUuid:99f62a29-f66f-4581-9d1b-05350d143fa4 ModelName:basic_vm-nodes.Ubuntu20Cvfc ModelUuid:a9f20fc9-6a4a-40d8-b840-4ecfda613300 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:be795c35-904d-466a-9d35-6b209237c95f ModelInvariantUuid:b7ce564e-e7a5-4b76-ac52-f8579709b2dc ModelName:BasicVm.compute.nodes.heat.Ubuntu20 ModelUuid:c4c2419b-d6c7-4882-8b82-143b2f81fce8 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-05-01T06:25:14.785Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e1d15df7-79f7-435a-8610-65306e7f6081 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-05-01T06:25:14.787Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||basic_vm 0 2021-05-01T06:25:14.787Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1d15df7-79f7-435a-8610-65306e7f6081 2021-05-01T06:25:14.787Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: eb3f8d19-5bcf-41ad-9c06-a543f2606aea from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-05-01T06:25:14.787Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:25:14.787Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:15.431Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:25:15.432Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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 eb3f8d19-5bcf-41ad-9c06-a543f2606aea 787 2021-05-01T06:25:15.432Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:15.432Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:15.432Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:25:15.432Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:15.434Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:15.434Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850315432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:15.534Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:25:15.535Z||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-05-01T06:25:15.535Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:15.541Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:15.541Z||pool-43-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:25:16.434Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b4f99bbd-8f8f-4758-ae50-f47bf61cc2d5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fb7404a7-6bb2-4c86-8eb4-2f3c0f79ebd4", "vfModuleModelCustomizationUUID": "3f788713-67b4-4de9-8996-31334135e5a6", "isBase": true, "artifacts": [ "cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf", "c06ee7d1-d6ca-40d6-879e-5758477cd27a" ], "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-05-01T06:25:16.440Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fb7404a7-6bb2-4c86-8eb4-2f3c0f79ebd4 VfModuleModelInvariantUUID:b4f99bbd-8f8f-4758-ae50-f47bf61cc2d5 VfModuleModelDescription:NULL Artifacts UUID List:{ cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf , c06ee7d1-d6ca-40d6-879e-5758477cd27a } 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-05-01T06:25:16.443Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b4f99bbd-8f8f-4758-ae50-f47bf61cc2d5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fb7404a7-6bb2-4c86-8eb4-2f3c0f79ebd4", "vfModuleModelCustomizationUUID": "3f788713-67b4-4de9-8996-31334135e5a6", "isBase": true, "artifacts": [ "cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf", "c06ee7d1-d6ca-40d6-879e-5758477cd27a" ], "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-05-01T06:25:16.444Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fb7404a7-6bb2-4c86-8eb4-2f3c0f79ebd4 VfModuleModelInvariantUUID:b4f99bbd-8f8f-4758-ae50-f47bf61cc2d5 VfModuleModelDescription:NULL Artifacts UUID List:{ cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf , c06ee7d1-d6ca-40d6-879e-5758477cd27a } 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-05-01T06:25:16.444Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-05-01T06:25:16.444Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:25:16.444Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:17.033Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:25:17.033Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cdf7cf79-e871-41a3-9cdd-b5e6347f0cbf 5033 2021-05-01T06:25:17.033Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:17.033Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:17.034Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:25:17.034Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:17.035Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:17.035Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850317033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:17.135Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:25:17.136Z||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-05-01T06:25:17.136Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:17.143Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:17.143Z||pool-44-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:25:18.035Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c06ee7d1-d6ca-40d6-879e-5758477cd27a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-05-01T06:25:18.036Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:25:18.036Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:18.545Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:25:18.546Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c06ee7d1-d6ca-40d6-879e-5758477cd27a 903 2021-05-01T06:25:18.546Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:18.546Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:18.546Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:25:18.546Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:18.548Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:18.548Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850318546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:18.648Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:25:18.649Z||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-05-01T06:25:18.649Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:18.655Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:18.655Z||pool-45-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:25:19.548Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 83cfe74c-fac9-4131-b8ac-6a581824c84d 2021-05-01T06:25:19.549Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e1d15df7-79f7-435a-8610-65306e7f6081 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-05-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-05-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1 2021-05-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1 matches Tosca VF Customization UUID: d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1 2021-05-01T06:25:19.559Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1 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-05-01T06:25:19.561Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.561Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1: {\"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-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19bcc587 2021-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3f788713-67b4-4de9-8996-31334135e5a6 2021-05-01T06:25:19.562Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3f788713-67b4-4de9-8996-31334135e5a6 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-05-01T06:25:19.564Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.565Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-05-01T06:25:19.566Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T06:25:19.566Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-01T06:25:19.566Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=352e48ea-c8db-4b35-b26c-c69fc6f1b289 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-05-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-05-01T06:25:19.568Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d8bfbe2d-60c9-4fd7-aea5-fabefc8908f1 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-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 83cfe74c-fac9-4131-b8ac-6a581824c84d: basic_vm 2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.570Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:19.571Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.571Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:19.571Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:25:19.571Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:25:19.571Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:19.634Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e1d15df7-79f7-435a-8610-65306e7f6081 1 ASDC deployResourceStructure 2021-05-01T06:25:19.634Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:19.634Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:19.634Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:25:19.634Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:19.636Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:19.637Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850319634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:25:19.737Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:25:19.737Z||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-05-01T06:25:19.737Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:19.744Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:19.745Z||pool-46-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:25:20.638Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:20.638Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:20.638Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:25:20.638Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:20.640Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:20.640Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850320637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-01T06:25:20.740Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:25:20.740Z||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-05-01T06:25:20.741Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:20.748Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:20.748Z||pool-47-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:25:21.641Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:21.641Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:21.641Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:25:21.641Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:21.642Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:21.643Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850321641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-01T06:25:21.743Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:25:21.743Z||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-05-01T06:25:21.743Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:21.749Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:21.749Z||pool-48-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:25:22.643Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:22.644Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:25:22.644Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:25:22.644Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:25:22.646Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:25:22.646Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850322643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:25:22.746Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:25:22.746Z||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-05-01T06:25:22.747Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:22.753Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:22.754Z||pool-49-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:25:23.647Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0becad4-d78b-4c65-8439-9606b1c1f75d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:25:23.654Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0becad4-d78b-4c65-8439-9606b1c1f75d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:25:23.655Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:25:23.656Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:25:23.656Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:25:53.656Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0becad4-d78b-4c65-8439-9606b1c1f75d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:25:53.666Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0becad4-d78b-4c65-8439-9606b1c1f75d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:25:53.667Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:25:53.667Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:25:53.667Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:25:56.572Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:25:56.575Z||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-05-01T06:25:56.575Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:25:56.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:25:56.601Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.601Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850263231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850258015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "dcae-sch", "timestamp": 1619850254679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "aai-ml", "timestamp": 1619850254550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850263243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "clamp", "timestamp": 1619850258021, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850263364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "policy-id", "timestamp": 1619850255544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850258015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "aai-ml", "timestamp": 1619850254550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850263231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850263243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "dcae-sch", "timestamp": 1619850254679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "clamp", "timestamp": 1619850258021, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850263364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "policy-id", "timestamp": 1619850255544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "cds", "timestamp": 1619850265114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850263243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850258015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "clamp", "timestamp": 1619850258021, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "dcae-sch", "timestamp": 1619850254679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "aai-ml", "timestamp": 1619850254550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850263231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850263364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "policy-id", "timestamp": 1619850255544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "cds", "timestamp": 1619850265114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850263243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850258015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850263231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "aai-ml", "timestamp": 1619850254550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "dcae-sch", "timestamp": 1619850254679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "clamp", "timestamp": 1619850258021, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850263364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "policy-id", "timestamp": 1619850255544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "cds", "timestamp": 1619850265114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850258015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "aai-ml", "timestamp": 1619850254550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850263243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850263231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "dcae-sch", "timestamp": 1619850254679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "clamp", "timestamp": 1619850258021, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850263364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "policy-id", "timestamp": 1619850255544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "cds", "timestamp": 1619850265114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "ves-openapi-manager", "timestamp": 1619850268716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "aai-ml", "timestamp": 1619850254550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850263231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850263243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850258015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "dcae-sch", "timestamp": 1619850254679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "clamp", "timestamp": 1619850258021, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "policy-id", "timestamp": 1619850255544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850263364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "cds", "timestamp": 1619850265114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "ves-openapi-manager", "timestamp": 1619850268716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850263243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850263231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850258015, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "aai-ml", "timestamp": 1619850254550, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "dcae-sch", "timestamp": 1619850254679, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "clamp", "timestamp": 1619850258021, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850263364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "policy-id", "timestamp": 1619850255544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "cds", "timestamp": 1619850265114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "ves-openapi-manager", "timestamp": 1619850268716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "cds", "timestamp": 1619850265114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "ves-openapi-manager", "timestamp": 1619850268716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850272700, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850272824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "aai-ml", "timestamp": 1619850272872, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850272959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "policy-id", "timestamp": 1619850272964, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850273110, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "ves-openapi-manager", "timestamp": 1619850268716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "cds", "timestamp": 1619850273906, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "policy-id", "timestamp": 1619850273968, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:25:56.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "ves-openapi-manager", "timestamp": 1619850268716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "cds", "timestamp": 1619850274913, "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-05-01T06:25:56.619Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0becad4-d78b-4c65-8439-9606b1c1f75d 2021-05-01T06:25:56.619Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0becad4-d78b-4c65-8439-9606b1c1f75d 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-05-01T06:25:56.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "policy-id", "timestamp": 1619850274970, "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-05-01T06:25:56.631Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0becad4-d78b-4c65-8439-9606b1c1f75d 2021-05-01T06:25:56.631Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0becad4-d78b-4c65-8439-9606b1c1f75d 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-05-01T06:25:56.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850275016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:25:56.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850275232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850275303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850275294, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "dcae-sch", "timestamp": 1619850274679, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "ves-openapi-manager", "timestamp": 1619850268716, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850276019, "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-05-01T06:25:56.642Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0becad4-d78b-4c65-8439-9606b1c1f75d 2021-05-01T06:25:56.642Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0becad4-d78b-4c65-8439-9606b1c1f75d 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-05-01T06:25:56.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "dcae-sch", "timestamp": 1619850274679, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "clamp", "timestamp": 1619850276395, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "policy-id", "timestamp": 1619850275973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850276724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850276740, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850276742, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "dcae-sch", "timestamp": 1619850274679, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "clamp", "timestamp": 1619850277415, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "policy-id", "timestamp": 1619850275973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850277729, "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-05-01T06:25:56.655Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0becad4-d78b-4c65-8439-9606b1c1f75d 2021-05-01T06:25:56.655Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0becad4-d78b-4c65-8439-9606b1c1f75d 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-05-01T06:25:56.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850277750, "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-05-01T06:25:56.665Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0becad4-d78b-4c65-8439-9606b1c1f75d 2021-05-01T06:25:56.665Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0becad4-d78b-4c65-8439-9606b1c1f75d 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-05-01T06:25:56.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850277772, "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-05-01T06:25:56.673Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0becad4-d78b-4c65-8439-9606b1c1f75d 2021-05-01T06:25:56.673Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0becad4-d78b-4c65-8439-9606b1c1f75d 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-05-01T06:25:56.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "dcae-sch", "timestamp": 1619850274679, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "clamp", "timestamp": 1619850278419, "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-05-01T06:25:56.682Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e0becad4-d78b-4c65-8439-9606b1c1f75d 2021-05-01T06:25:56.682Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0becad4-d78b-4c65-8439-9606b1c1f75d 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-05-01T06:25:56.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "policy-id", "timestamp": 1619850275973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850278732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:25:56.687Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850278755, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850278775, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "dcae-sch", "timestamp": 1619850274679, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "aai-ml", "timestamp": 1619850279319, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "policy-id", "timestamp": 1619850275973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T06:25:56.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "dcae-sch", "timestamp": 1619850274679, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "aai-ml", "timestamp": 1619850280322, "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-05-01T06:25:56.692Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0becad4-d78b-4c65-8439-9606b1c1f75d 2021-05-01T06:25:56.692Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0becad4-d78b-4c65-8439-9606b1c1f75d 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-05-01T06:25:56.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850279779, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "policy-id", "timestamp": 1619850275973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "cds", "timestamp": 1619850280114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "dcae-sch", "timestamp": 1619850274679, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850279779, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "policy-id", "timestamp": 1619850275973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "cds", "timestamp": 1619850280114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "dcae-sch", "timestamp": 1619850274679, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850279779, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "policy-id", "timestamp": 1619850275973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "cds", "timestamp": 1619850280114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850279779, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "policy-id", "timestamp": 1619850275973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "cds", "timestamp": 1619850280114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850283243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850283364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850279779, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "cds", "timestamp": 1619850280114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850283243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850283364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "aai-ml", "timestamp": 1619850284550, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850279779, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "cds", "timestamp": 1619850280114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850283243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850283364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "dcae-sch", "timestamp": 1619850286030, "artifactURL": "/sdc/v1/catalog/services/fb1cdd7a-12eb-4084-8459-3e140db31c76/resourceInstances/basicclamp0/artifacts/d5d68b4e-f196-4cb3-963a-daa9ec8a46e7", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "aai-ml", "timestamp": 1619850284550, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "policy-id", "timestamp": 1619850286229, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850279779, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "cds", "timestamp": 1619850280114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850283243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850283364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "aai-ml", "timestamp": 1619850284550, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "policy-id", "timestamp": 1619850287232, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "dcae-sch", "timestamp": 1619850287313, "artifactURL": "/sdc/v1/catalog/services/fb1cdd7a-12eb-4084-8459-3e140db31c76/resourceInstances/basicclamp0/artifacts/d5d68b4e-f196-4cb3-963a-daa9ec8a46e7", "status": "DEPLOY_OK" } 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850279779, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "cds", "timestamp": 1619850280114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850283243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850283364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "aai-ml", "timestamp": 1619850284550, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "policy-id", "timestamp": 1619850288234, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-01T06:25:56.713Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e496b871-73bf-4730-b8de-4dcf8e0141d5 2021-05-01T06:25:56.714Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e496b871-73bf-4730-b8de-4dcf8e0141d5 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-05-01T06:25:56.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "dcae-sch", "timestamp": 1619850288318, "artifactURL": "/sdc/v1/catalog/services/fb1cdd7a-12eb-4084-8459-3e140db31c76/resourceInstances/basicclamp0/artifacts/d5d68b4e-f196-4cb3-963a-daa9ec8a46e7", "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-05-01T06:25:56.722Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of e496b871-73bf-4730-b8de-4dcf8e0141d5 2021-05-01T06:25:56.723Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e496b871-73bf-4730-b8de-4dcf8e0141d5 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-05-01T06:25:56.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850288022, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850283243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850283364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "aai-ml", "timestamp": 1619850284550, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "ves-openapi-manager", "timestamp": 1619850288716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850288022, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850283243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850283364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850290061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "aai-ml", "timestamp": 1619850284550, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "cds", "timestamp": 1619850290273, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "ves-openapi-manager", "timestamp": 1619850288716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850288022, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850283243, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850283364, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "aai-ml", "timestamp": 1619850284550, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "cds", "timestamp": 1619850291280, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-01T06:25:56.734Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e496b871-73bf-4730-b8de-4dcf8e0141d5 2021-05-01T06:25:56.734Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e496b871-73bf-4730-b8de-4dcf8e0141d5 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-05-01T06:25:56.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "ves-openapi-manager", "timestamp": 1619850288716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850288022, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "aai-ml", "timestamp": 1619850284550, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "ves-openapi-manager", "timestamp": 1619850288716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850292363, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850288022, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850293294, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "ves-openapi-manager", "timestamp": 1619850288716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850293600, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850288022, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850293231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "ves-openapi-manager", "timestamp": 1619850288716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "aai-ml", "timestamp": 1619850294424, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850294503, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850288022, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850293231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850295228, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "ves-openapi-manager", "timestamp": 1619850288716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850295338, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:25:56.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:25:56.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850295531, "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-05-01T06:25:56.749Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e496b871-73bf-4730-b8de-4dcf8e0141d5 2021-05-01T06:25:56.749Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e496b871-73bf-4730-b8de-4dcf8e0141d5 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-05-01T06:25:56.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850288022, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:25:56.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850293231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:25:56.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:25:56.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "ves-openapi-manager", "timestamp": 1619850288716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:25:56.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:26:23.668Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0becad4-d78b-4c65-8439-9606b1c1f75d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:26:23.677Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0becad4-d78b-4c65-8439-9606b1c1f75d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:26:23.679Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:26:23.679Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T06:26:23.679Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T06:26:23.679Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T06:26:23.679Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:26:23.680Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:26:23.680Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:26:23.680Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:26:23.680Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:26:23.680Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:26:23.680Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:26:23.684Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T06:26:53.684Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0becad4-d78b-4c65-8439-9606b1c1f75d 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-05-01T06:26:53.688Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0becad4-d78b-4c65-8439-9606b1c1f75d and serviceModelVersionId: 83cfe74c-fac9-4131-b8ac-6a581824c84d 2021-05-01T06:26:53.689Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a3145f1a-4a01-468d-af7a-05de130a07b4 2021-05-01T06:26:53.689Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a3145f1a-4a01-468d-af7a-05de130a07b4/model-vers/model-ver/83cfe74c-fac9-4131-b8ac-6a581824c84d?depth=0 2021-05-01T06:26:53.693Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T06:26:53.730Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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/a3145f1a-4a01-468d-af7a-05de130a07b4/model-vers/model-ver/83cfe74c-fac9-4131-b8ac-6a581824c84d?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-05-01T06:26:53.731Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3145f1a-4a01-468d-af7a-05de130a07b4/model-vers/model-ver/83cfe74c-fac9-4131-b8ac-6a581824c84d?depth=0|INFO|500||Invoke 2021-05-01T06:26:53.746Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3145f1a-4a01-468d-af7a-05de130a07b4/model-vers/model-ver/83cfe74c-fac9-4131-b8ac-6a581824c84d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T06:26:54.205Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/a3145f1a-4a01-468d-af7a-05de130a07b4/model-vers/model-ver/83cfe74c-fac9-4131-b8ac-6a581824c84d?depth=0|INFO|500||InvokeReturn 2021-05-01T06:26:54.206Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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/a3145f1a-4a01-468d-af7a-05de130a07b4/model-vers/model-ver/83cfe74c-fac9-4131-b8ac-6a581824c84d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210501-06:26:53:750-39896], vertex-id=[208944], Content-Length=[0], Date=[Sat, 01 May 2021 06:26:53 GMT], Content-Type=[application/json]} 2021-05-01T06:26:54.206Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-05-01T06:26:54.206Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T06:26:54.206Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:26:54.209Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|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-05-01T06:26:54.210Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0becad4-d78b-4c65-8439-9606b1c1f75d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T06:26:54.210Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T06:26:54.210Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:26:54.211Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:26:54.211Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850414210, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:26:54.311Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:26:54.312Z||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-05-01T06:26:54.312Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:26:54.322Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:26:54.322Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-01T06:26:55.220Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T06:26:55.220Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e496b871-73bf-4730-b8de-4dcf8e0141d5","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"fb1cdd7a-12eb-4084-8459-3e140db31c76","serviceDescription":"service","serviceInvariantUUID":"9be43d37-be68-4b5f-9db8-3c631b91b773","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"341e4969-c320-4488-9f32-e1e6d4bf7ecd","resourceInvariantUUID":"50b8d4d3-a98e-4728-aee8-8bf597027107","resourceCustomizationUUID":"514028b3-b497-4d5e-9274-98b7a1313738","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":"d5d68b4e-f196-4cb3-963a-daa9ec8a46e7","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":"Yjk0Mjc2ODQ4MmI4ZDFmYTRhYmQzNjMwOWYxYjlmY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f444b9d0-ea0f-4afc-b224-64d3c956833d","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":"ZWVjY2E5YjBkMDc2ODQ1NzNjYTZjOTE0ZTQyMDIyYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2cee2085-5b9e-4ef5-92ca-86b1b1bd104f","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":"32417aec-17d9-49f7-add5-90cd6e3766cd","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":"4b919c82-8b08-4665-b84a-5285209c5b5a","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":"cc798a83-b9ba-4b6f-90b9-0a743332e9bb","artifactVersion":"2","generatedFromUUID":"32417aec-17d9-49f7-add5-90cd6e3766cd"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Yjc3Y2VlMGY1YzkwYmVkMjY5NTVkODEzNDk1MzQ5NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c9c61d2-97e4-45a1-aa54-4c082a875298","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ODdmZWZkYWUwNDkwYzhiOTA2NDY2MGI5N2ZhZGM3ZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30762d1f-9cda-46a9-9a74-9c4a35605968","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T06:26:55.221Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:26:55.221Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:26:55.222Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:26:55.222Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:26:55.323Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:26:55.324Z||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-05-01T06:26:55.324Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:26:55.330Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:26:55.331Z||pool-51-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:26:56.223Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:26:56.224Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:26:56.225Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:26:56.225Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:26:56.325Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:26:56.326Z||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-05-01T06:26:56.326Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:26:56.333Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:26:56.333Z||pool-52-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:26:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:26:56.571Z||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-05-01T06:26:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:26:56.606Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:26:56.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:26:56.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-k8s-id", "timestamp": 1619850296534, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:26:56.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:26:57.226Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:26:57.226Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:26:57.228Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:26:57.228Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:26:57.328Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:26:57.329Z||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-05-01T06:26:57.329Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:26:57.335Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:26:57.336Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:26:58.229Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:26:58.229Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:26:58.231Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:26:58.231Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T06:26:58.331Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:26:58.331Z||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-05-01T06:26:58.331Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:26:58.338Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:26:58.339Z||pool-54-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:26:59.231Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:26:59.232Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:26:59.234Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:26:59.234Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:26:59.334Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:26:59.334Z||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-05-01T06:26:59.335Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:26:59.344Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:26:59.344Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:27:00.234Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:27:00.235Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:27:00.236Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:27:00.236Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T06:27:00.337Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:27:00.337Z||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-05-01T06:27:00.338Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:00.345Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:00.345Z||pool-56-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:27:01.237Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:27:01.237Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:27:01.239Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:27:01.239Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:01.339Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:27:01.340Z||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-05-01T06:27:01.340Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:01.347Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:01.347Z||pool-57-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:27:02.239Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:27:02.240Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:27:02.241Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:27:02.241Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:27:02.341Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:27:02.342Z||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-05-01T06:27:02.342Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:02.348Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:02.349Z||pool-58-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:27:03.242Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "fb1cdd7a-12eb-4084-8459-3e140db31c76", "serviceDescription": "service", "serviceInvariantUUID": "9be43d37-be68-4b5f-9db8-3c631b91b773", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "514028b3-b497-4d5e-9274-98b7a1313738", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "341e4969-c320-4488-9f32-e1e6d4bf7ecd", "resourceInvariantUUID": "50b8d4d3-a98e-4728-aee8-8bf597027107", "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": "ZWVjY2E5YjBkMDc2ODQ1NzNjYTZjOTE0ZTQyMDIyYmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2cee2085-5b9e-4ef5-92ca-86b1b1bd104f", "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": "32417aec-17d9-49f7-add5-90cd6e3766cd", "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": "cc798a83-b9ba-4b6f-90b9-0a743332e9bb", "generatedFromUUID": "32417aec-17d9-49f7-add5-90cd6e3766cd" }, "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": "cc798a83-b9ba-4b6f-90b9-0a743332e9bb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ODdmZWZkYWUwNDkwYzhiOTA2NDY2MGI5N2ZhZGM3ZWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "30762d1f-9cda-46a9-9a74-9c4a35605968" } ], "workloadContext": "Production" } 2021-05-01T06:27:03.242Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T06:27:03.243Z|e0becad4-d78b-4c65-8439-9606b1c1f75d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fb1cdd7a-12eb-4084-8459-3e140db31c76 ASDC 2021-05-01T06:27:03.243Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:e496b871-73bf-4730-b8de-4dcf8e0141d5 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:fb1cdd7a-12eb-4084-8459-3e140db31c76 ServiceInvariantUUID:9be43d37-be68-4b5f-9db8-3c631b91b773 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:30762d1f-9cda-46a9-9a74-9c4a35605968 ArtifactChecksum:ODdmZWZkYWUwNDkwYzhiOTA2NDY2MGI5N2ZhZGM3ZWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:514028b3-b497-4d5e-9274-98b7a1313738 ResourceInvariantUUID:50b8d4d3-a98e-4728-aee8-8bf597027107 ResourceName:basicclamp ResourceType:VF ResourceUUID:341e4969-c320-4488-9f32-e1e6d4bf7ecd 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:2cee2085-5b9e-4ef5-92ca-86b1b1bd104f ArtifactChecksum:ZWVjY2E5YjBkMDc2ODQ1NzNjYTZjOTE0ZTQyMDIyYmY= 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:32417aec-17d9-49f7-add5-90cd6e3766cd 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:cc798a83-b9ba-4b6f-90b9-0a743332e9bb 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:cc798a83-b9ba-4b6f-90b9-0a743332e9bb ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T06:27:03.243Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb1cdd7a-12eb-4084-8459-3e140db31c76 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-05-01T06:27:03.271Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:27:03.272Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:27:03.272Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:27:03.272Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 30762d1f-9cda-46a9-9a74-9c4a35605968 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-05-01T06:27:03.272Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:27:03.272Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:03.736Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:27:03.739Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 30762d1f-9cda-46a9-9a74-9c4a35605968 76842 2021-05-01T06:27:03.739Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:03.739Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:03.739Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:27:03.739Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:27:03.741Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:27:03.741Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850423739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:03.841Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:27:03.842Z||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-05-01T06:27:03.842Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:03.849Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:03.850Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:27:04.741Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:27:04.742Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:27:04.742Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 30762d1f-9cda-46a9-9a74-9c4a35605968, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-01T06:27:04.743Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-05-01T06:27:04.743Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-01T06:27:04.743Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-01T06:27:04.858Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10108146691615793449/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-05-01T06:27:05.715Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T06:27:05.715Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-05-01T06:27:05.715Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-05-01T06:27:05.716Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-01T06:27:05.716Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:05.716Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:05.716Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:05.716Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:05.716Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:05.716Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:05.716Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:05.716Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:05.716Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:05.717Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:05.717Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-05-01T06:27:05.717Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.717Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:05.717Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T06:27:05.717Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-01T06:27:05.717Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:27:05.718Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.718Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:05.718Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T06:27:05.718Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-01T06:27:05.718Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:27:05.719Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.719Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:05.719Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.719Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-01T06:27:05.719Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-05-01T06:27:05.719Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-05-01T06:27:05.719Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-05-01T06:27:05.720Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T06:27:05.720Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T06:27:05.720Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.720Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:05.720Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.721Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T06:27:05.721Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:27:05.721Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.722Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T06:27:05.722Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:27:05.722Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.722Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T06:27:05.722Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:27:05.723Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.723Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-01T06:27:05.723Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-01T06:27:05.723Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T06:27:05.723Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9a768786-ed8b-4393-97aa-89e83f440f1f 2021-05-01T06:27:05.724Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.724Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:05.724Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.724Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:05.724Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.724Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:05.724Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:05.724Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:05.725Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:fb1cdd7a-12eb-4084-8459-3e140db31c76 Model Version:NULL Model InvariantUuid:9be43d37-be68-4b5f-9db8-3c631b91b773 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:ee87f9c6-08ff-4569-b25d-86ae62e24fcb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:50b8d4d3-a98e-4728-aee8-8bf597027107 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:514028b3-b497-4d5e-9274-98b7a1313738 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:99866511-bc59-459d-bd84-2d80c92bd711 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:af1fb2dc-efd5-4e06-8f2c-d1df517f4cdc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9a768786-ed8b-4393-97aa-89e83f440f1f ModelInvariantUuid:b9c6cd1b-3233-4cca-856b-610c6469067a ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:6e404b87-f081-44f6-8314-ed5bf0d685a6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:79cba5f1-7437-4ebc-8393-56d26a18fbfe ModelInvariantUuid:8a24573a-ce27-43f6-8243-7f4564f30a7b ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:54ea6e80-2351-4e42-870b-4e12b6b2bec2 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-05-01T06:27:05.731Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 341e4969-c320-4488-9f32-e1e6d4bf7ecd 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-05-01T06:27:05.733Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||basicclamp 0 2021-05-01T06:27:05.733Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 341e4969-c320-4488-9f32-e1e6d4bf7ecd 2021-05-01T06:27:05.733Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2cee2085-5b9e-4ef5-92ca-86b1b1bd104f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-05-01T06:27:05.734Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:27:05.734Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:07.605Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:27:07.605Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2cee2085-5b9e-4ef5-92ca-86b1b1bd104f 790 2021-05-01T06:27:07.605Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:07.606Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:07.606Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:27:07.606Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:27:07.608Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:27:07.608Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850427605, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:07.708Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:27:07.709Z||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-05-01T06:27:07.709Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:07.716Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:07.717Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:27:08.608Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "99866511-bc59-459d-bd84-2d80c92bd711", "vfModuleModelVersion": "1", "vfModuleModelUUID": "af1fb2dc-efd5-4e06-8f2c-d1df517f4cdc", "vfModuleModelCustomizationUUID": "c5bed158-d8e1-44c1-a3d3-42b00168c75b", "isBase": true, "artifacts": [ "32417aec-17d9-49f7-add5-90cd6e3766cd", "cc798a83-b9ba-4b6f-90b9-0a743332e9bb" ], "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-05-01T06:27:08.611Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:af1fb2dc-efd5-4e06-8f2c-d1df517f4cdc VfModuleModelInvariantUUID:99866511-bc59-459d-bd84-2d80c92bd711 VfModuleModelDescription:NULL Artifacts UUID List:{ 32417aec-17d9-49f7-add5-90cd6e3766cd , cc798a83-b9ba-4b6f-90b9-0a743332e9bb } 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-05-01T06:27:08.613Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "99866511-bc59-459d-bd84-2d80c92bd711", "vfModuleModelVersion": "1", "vfModuleModelUUID": "af1fb2dc-efd5-4e06-8f2c-d1df517f4cdc", "vfModuleModelCustomizationUUID": "c5bed158-d8e1-44c1-a3d3-42b00168c75b", "isBase": true, "artifacts": [ "32417aec-17d9-49f7-add5-90cd6e3766cd", "cc798a83-b9ba-4b6f-90b9-0a743332e9bb" ], "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-05-01T06:27:08.613Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:af1fb2dc-efd5-4e06-8f2c-d1df517f4cdc VfModuleModelInvariantUUID:99866511-bc59-459d-bd84-2d80c92bd711 VfModuleModelDescription:NULL Artifacts UUID List:{ 32417aec-17d9-49f7-add5-90cd6e3766cd , cc798a83-b9ba-4b6f-90b9-0a743332e9bb } 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-05-01T06:27:08.613Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 32417aec-17d9-49f7-add5-90cd6e3766cd from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-05-01T06:27:08.613Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:27:08.613Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:10.310Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:27:10.311Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 32417aec-17d9-49f7-add5-90cd6e3766cd 5033 2021-05-01T06:27:10.311Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:10.311Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:10.311Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:27:10.311Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:27:10.312Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:27:10.313Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850430311, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:10.413Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:27:10.413Z||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-05-01T06:27:10.413Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:10.419Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:10.419Z||pool-61-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:27:11.313Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cc798a83-b9ba-4b6f-90b9-0a743332e9bb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-05-01T06:27:11.313Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:27:11.314Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:12.865Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:27:12.865Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env cc798a83-b9ba-4b6f-90b9-0a743332e9bb 909 2021-05-01T06:27:12.865Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:12.865Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:12.866Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:27:12.866Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:27:12.867Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:27:12.867Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850432865, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:12.967Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:27:12.968Z||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-05-01T06:27:12.968Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:12.975Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:12.975Z||pool-62-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:27:13.867Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fb1cdd7a-12eb-4084-8459-3e140db31c76 2021-05-01T06:27:13.868Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 341e4969-c320-4488-9f32-e1e6d4bf7ecd 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-05-01T06:27:13.878Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.878Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:13.878Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-05-01T06:27:13.878Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 514028b3-b497-4d5e-9274-98b7a1313738 2021-05-01T06:27:13.878Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 514028b3-b497-4d5e-9274-98b7a1313738 matches Tosca VF Customization UUID: 514028b3-b497-4d5e-9274-98b7a1313738 2021-05-01T06:27:13.878Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 514028b3-b497-4d5e-9274-98b7a1313738 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-05-01T06:27:13.879Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.879Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:13.880Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 514028b3-b497-4d5e-9274-98b7a1313738: {\"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-05-01T06:27:13.880Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c322765 2021-05-01T06:27:13.880Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.880Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:13.880Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c5bed158-d8e1-44c1-a3d3-42b00168c75b 2021-05-01T06:27:13.881Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c5bed158-d8e1-44c1-a3d3-42b00168c75b 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-05-01T06:27:13.882Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.882Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T06:27:13.882Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:27:13.882Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.882Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T06:27:13.882Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:27:13.883Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.883Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-05-01T06:27:13.883Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-05-01T06:27:13.883Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-05-01T06:27:13.883Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9a768786-ed8b-4393-97aa-89e83f440f1f 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-05-01T06:27:13.884Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.884Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T06:27:13.884Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:27:13.885Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.885Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-05-01T06:27:13.885Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=514028b3-b497-4d5e-9274-98b7a1313738 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-05-01T06:27:13.886Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.886Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:13.886Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fb1cdd7a-12eb-4084-8459-3e140db31c76: basicclamp 2021-05-01T06:27:13.886Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.886Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:13.886Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.886Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:13.886Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.887Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:13.887Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.887Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:13.887Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:27:13.887Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:27:13.887Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:13.936Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 341e4969-c320-4488-9f32-e1e6d4bf7ecd 1 ASDC deployResourceStructure 2021-05-01T06:27:13.936Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:13.936Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:13.936Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:27:13.937Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:27:13.938Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:27:13.938Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850433936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:27:14.038Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:27:14.038Z||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-05-01T06:27:14.038Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:14.044Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:14.045Z||pool-63-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:27:14.939Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:14.939Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:14.939Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:27:14.939Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:27:14.941Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:27:14.941Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850434939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-01T06:27:15.041Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:27:15.041Z||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-05-01T06:27:15.041Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:15.048Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:15.048Z||pool-64-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:27:15.941Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:15.942Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:15.942Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:27:15.942Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:27:15.943Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:27:15.944Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850435941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-01T06:27:16.044Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:27:16.044Z||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-05-01T06:27:16.044Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:16.050Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:16.050Z||pool-65-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:27:16.944Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:16.945Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:27:16.945Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:27:16.945Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:27:16.946Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:27:16.946Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850436944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:27:17.046Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:27:17.047Z||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-05-01T06:27:17.047Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:17.053Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:17.053Z||pool-66-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:27:17.947Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e496b871-73bf-4730-b8de-4dcf8e0141d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:27:17.957Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e496b871-73bf-4730-b8de-4dcf8e0141d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:27:17.959Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:27:17.959Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:27:17.959Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:27:47.960Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e496b871-73bf-4730-b8de-4dcf8e0141d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:27:47.969Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e496b871-73bf-4730-b8de-4dcf8e0141d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:27:47.971Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:27:47.971Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:27:47.971Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:27:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:27:56.572Z||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-05-01T06:27:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:27:56.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:27:56.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850296535, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850296830, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.597Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850293231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850297538, "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-05-01T06:27:56.604Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e496b871-73bf-4730-b8de-4dcf8e0141d5 2021-05-01T06:27:56.604Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e496b871-73bf-4730-b8de-4dcf8e0141d5 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-05-01T06:27:56.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850297838, "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-05-01T06:27:56.616Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e496b871-73bf-4730-b8de-4dcf8e0141d5 2021-05-01T06:27:56.616Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e496b871-73bf-4730-b8de-4dcf8e0141d5 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-05-01T06:27:56.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850293231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:27:56.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850298541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "multicloud-windriver-id", "timestamp": 1619850298842, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850293231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "aai-ml", "timestamp": 1619850299472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850293231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "aai-ml", "timestamp": 1619850300476, "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-05-01T06:27:56.626Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e496b871-73bf-4730-b8de-4dcf8e0141d5 2021-05-01T06:27:56.627Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e496b871-73bf-4730-b8de-4dcf8e0141d5 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-05-01T06:27:56.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850293231, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850302081, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850302398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850303402, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850298015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "cds", "timestamp": 1619850295114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "dcae-sch", "timestamp": 1619850294679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "policy-id", "timestamp": 1619850295544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850303243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850303364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850298015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "cds", "timestamp": 1619850295114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "dcae-sch", "timestamp": 1619850294679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "policy-id", "timestamp": 1619850295544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850304840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850303243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850303364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850305311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850298015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "dcae-sch", "timestamp": 1619850294679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "cds", "timestamp": 1619850295114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "policy-id", "timestamp": 1619850295544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850305843, "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-05-01T06:27:56.643Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e496b871-73bf-4730-b8de-4dcf8e0141d5 2021-05-01T06:27:56.644Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e496b871-73bf-4730-b8de-4dcf8e0141d5 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-05-01T06:27:56.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850303243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850303364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850298015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "dcae-sch", "timestamp": 1619850294679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "cds", "timestamp": 1619850295114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "policy-id", "timestamp": 1619850295544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850303243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850303364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850307493, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850298015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "dcae-sch", "timestamp": 1619850294679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "cds", "timestamp": 1619850295114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "policy-id", "timestamp": 1619850295544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850303243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T06:27:56.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850303364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T06:27:56.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850308497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.653Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850298015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "dcae-sch", "timestamp": 1619850294679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "cds", "timestamp": 1619850295114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "policy-id", "timestamp": 1619850295544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850303243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850303364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "ves-openapi-manager", "timestamp": 1619850308716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "clamp", "timestamp": 1619850309502, "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-05-01T06:27:56.661Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e496b871-73bf-4730-b8de-4dcf8e0141d5 2021-05-01T06:27:56.661Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e496b871-73bf-4730-b8de-4dcf8e0141d5 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-05-01T06:27:56.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850298015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "dcae-sch", "timestamp": 1619850294679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "cds", "timestamp": 1619850295114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "policy-id", "timestamp": 1619850295544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850303243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850303364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "ves-openapi-manager", "timestamp": 1619850308716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850298015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "dcae-sch", "timestamp": 1619850294679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "cds", "timestamp": 1619850295114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "policy-id", "timestamp": 1619850295544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850303243, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850303364, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "ves-openapi-manager", "timestamp": 1619850308716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "ves-openapi-manager", "timestamp": 1619850308716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "policy-id", "timestamp": 1619850313265, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "ves-openapi-manager", "timestamp": 1619850308716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "cds", "timestamp": 1619850313462, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850313513, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850313585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850313801, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "policy-id", "timestamp": 1619850314268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "ves-openapi-manager", "timestamp": 1619850308716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850315034, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850315131, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "aai-ml", "timestamp": 1619850314550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "policy-id", "timestamp": 1619850315270, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-05-01T06:27:56.683Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 2021-05-01T06:27:56.683Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 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-05-01T06:27:56.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "ves-openapi-manager", "timestamp": 1619850308716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850315432, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850315512, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "cds", "timestamp": 1619850315811, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-05-01T06:27:56.694Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 2021-05-01T06:27:56.694Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 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-05-01T06:27:56.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "aai-ml", "timestamp": 1619850314550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "ves-openapi-manager", "timestamp": 1619850308716, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850316517, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850316628, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850317033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850317036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "aai-ml", "timestamp": 1619850314550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850317524, "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-05-01T06:27:56.704Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 2021-05-01T06:27:56.704Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 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-05-01T06:27:56.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850317652, "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-05-01T06:27:56.711Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 2021-05-01T06:27:56.711Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 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-05-01T06:27:56.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850318039, "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-05-01T06:27:56.718Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 2021-05-01T06:27:56.719Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 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-05-01T06:27:56.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "aai-ml", "timestamp": 1619850314550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-windriver-id", "timestamp": 1619850318528, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850318546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "clamp", "timestamp": 1619850318021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-k8s-id", "timestamp": 1619850318655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850319042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "aai-ml", "timestamp": 1619850314550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850319634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "clamp", "timestamp": 1619850318021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "aai-ml", "timestamp": 1619850314550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850320637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "clamp", "timestamp": 1619850318021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "aai-ml", "timestamp": 1619850314550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850321641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "clamp", "timestamp": 1619850318021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "aai-ml", "timestamp": 1619850314550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:27:56.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850322643, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "clamp", "timestamp": 1619850318021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "aai-ml", "timestamp": 1619850323637, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "clamp", "timestamp": 1619850318021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850323231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "clamp", "timestamp": 1619850318021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850323231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "clamp", "timestamp": 1619850318021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850323231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850323231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850323231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850323231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850323231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850323231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "aai-ml", "timestamp": 1619850331699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "aai-ml", "timestamp": 1619850332703, "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-05-01T06:27:56.734Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 2021-05-01T06:27:56.734Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 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-05-01T06:27:56.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850332864, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "clamp", "timestamp": 1619850333402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:27:56.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850335261, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850336264, "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-05-01T06:27:56.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 2021-05-01T06:27:56.745Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 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-05-01T06:27:56.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "clamp", "timestamp": 1619850337411, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:27:56.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:27:56.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-05-01T06:27:56.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "clamp", "timestamp": 1619850338414, "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-05-01T06:27:56.758Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 2021-05-01T06:27:56.758Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 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-05-01T06:28:17.971Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e496b871-73bf-4730-b8de-4dcf8e0141d5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:28:17.982Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e496b871-73bf-4730-b8de-4dcf8e0141d5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:28:17.985Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:28:17.985Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T06:28:17.985Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T06:28:17.985Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T06:28:17.985Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:28:17.985Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:28:17.985Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:28:17.985Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:28:17.986Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:28:17.986Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:28:17.986Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:28:17.986Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:28:17.990Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T06:28:47.991Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e496b871-73bf-4730-b8de-4dcf8e0141d5 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-05-01T06:28:47.995Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e496b871-73bf-4730-b8de-4dcf8e0141d5 and serviceModelVersionId: fb1cdd7a-12eb-4084-8459-3e140db31c76 2021-05-01T06:28:47.996Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9be43d37-be68-4b5f-9db8-3c631b91b773 2021-05-01T06:28:47.996Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9be43d37-be68-4b5f-9db8-3c631b91b773/model-vers/model-ver/fb1cdd7a-12eb-4084-8459-3e140db31c76?depth=0 2021-05-01T06:28:48.000Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T06:28:48.031Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9be43d37-be68-4b5f-9db8-3c631b91b773/model-vers/model-ver/fb1cdd7a-12eb-4084-8459-3e140db31c76?depth=0|INFO|500||Invoke 2021-05-01T06:28:48.031Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9be43d37-be68-4b5f-9db8-3c631b91b773/model-vers/model-ver/fb1cdd7a-12eb-4084-8459-3e140db31c76?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9be43d37-be68-4b5f-9db8-3c631b91b773/model-vers/model-ver/fb1cdd7a-12eb-4084-8459-3e140db31c76?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e496b871-73bf-4730-b8de-4dcf8e0141d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3760268d-8ea8-47d5-8c0b-b0ca9df3a8f5], X-ECOMP-RequestID=[e496b871-73bf-4730-b8de-4dcf8e0141d5], X-TransactionId=[], X-ONAP-RequestID=[e496b871-73bf-4730-b8de-4dcf8e0141d5], Content-Type=[application/merge-patch+json]} 2021-05-01T06:28:48.045Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9be43d37-be68-4b5f-9db8-3c631b91b773/model-vers/model-ver/fb1cdd7a-12eb-4084-8459-3e140db31c76?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T06:28:48.761Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9be43d37-be68-4b5f-9db8-3c631b91b773/model-vers/model-ver/fb1cdd7a-12eb-4084-8459-3e140db31c76?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/9be43d37-be68-4b5f-9db8-3c631b91b773/model-vers/model-ver/fb1cdd7a-12eb-4084-8459-3e140db31c76?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-06:28:48:051-80285], vertex-id=[639048], Content-Length=[0], Date=[Sat, 01 May 2021 06:28:48 GMT], Content-Type=[application/json]} 2021-05-01T06:28:48.762Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9be43d37-be68-4b5f-9db8-3c631b91b773/model-vers/model-ver/fb1cdd7a-12eb-4084-8459-3e140db31c76?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T06:28:48.762Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9be43d37-be68-4b5f-9db8-3c631b91b773/model-vers/model-ver/fb1cdd7a-12eb-4084-8459-3e140db31c76?depth=0|INFO|500||InvokeReturn 2021-05-01T06:28:48.762Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T06:28:48.762Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:28:48.767Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:28:48.767Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e496b871-73bf-4730-b8de-4dcf8e0141d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T06:28:48.767Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T06:28:48.768Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:28:48.770Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:28:48.770Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850528767, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:28:48.869Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T06:28:48.870Z||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-05-01T06:28:48.870Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:28:48.879Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:28:48.880Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-01T06:28:49.780Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:28:49.780Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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-05-01T06:28:49.780Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:28:54.057Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:28:54.057Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T06:28:54.058Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c15973b0-e138-4d15-8a5b-9ab1a5b8f13d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c7e7d2d3-aa21-48dd-95b2-2c502cdb8943","serviceDescription":"service","serviceInvariantUUID":"9cb87806-3145-4446-af6c-1011e6a6fe27","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78a04167-7ba3-45cb-a0ca-55d48404983f","resourceInvariantUUID":"8449a8ac-b29f-47c8-8ada-9b0984339586","resourceCustomizationUUID":"38b688a2-47ea-4daa-aaaf-b6e0e81d3791","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":"MDFjZjk5NDhiOWM2YzVlMmE1YmYwNDJhZmE4ZmFiM2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"363d233f-696c-4133-8e28-0bdf31be6156","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":"ZGQ3MGM3YzFjMmQyY2NhOTVjMTQ0ZWZiN2I2NjgyNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57e57a11-2722-4f73-aa1a-e71c522a1f79","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":"34e42955-cb74-404c-a287-65eec65887a2","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":"6857f7c0-0d26-4135-a40c-d4f6bb8c5f09","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":"bc4a9434-bb2a-4e61-bee2-fd34e580c2b1","artifactVersion":"2","generatedFromUUID":"34e42955-cb74-404c-a287-65eec65887a2"},{"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":"NjQ5ZDgyNmUxNGFlNmFmNjAyZjhkNmNlMDAyOGVjZDE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4c876665-afe2-4af0-ba8f-2122411c8044","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":"MjM1YzIzODA1MTQ1NmQxYTViNjU5OTU4YjAxOWE0Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97fb0ec2-8bc0-42d4-9540-41a228254a84","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjU1OTRmNzhlMGI0MzI5ZWRiNmIxZjA4YzIyZDcwNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be731d67-1f38-4f85-ba71-927cd4e38bd3","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T06:28:54.059Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:28:54.059Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:28:54.060Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:28:54.060Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:28:54.160Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:28:54.161Z||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-05-01T06:28:54.161Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:28:54.168Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:28:54.168Z||pool-68-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:28:55.061Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:28:55.061Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:28:55.063Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:28:55.063Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:28:55.164Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T06:28:55.165Z||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-05-01T06:28:55.165Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:28:55.170Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:28:55.171Z||pool-69-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:28:56.064Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:28:56.064Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:28:56.065Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:28:56.066Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:28:56.166Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:28:56.166Z||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-05-01T06:28:56.166Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:28:56.172Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:28:56.172Z||pool-70-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:28:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:28:56.572Z||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-05-01T06:28:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:28:56.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:28:56.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:28:56.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e0becad4-d78b-4c65-8439-9606b1c1f75d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850414210, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:28:56.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:28:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:28:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:28:56.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:28:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:28:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:28:56.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:28:57.066Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:28:57.067Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:28:57.069Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:28:57.069Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:28:57.169Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:28:57.169Z||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-05-01T06:28:57.169Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:28:57.175Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:28:57.176Z||pool-71-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:28:58.069Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:28:58.070Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:28:58.071Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:28:58.071Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T06:28:58.171Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:28:58.172Z||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-05-01T06:28:58.172Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:28:58.178Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:28:58.179Z||pool-72-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:28:59.072Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:28:59.072Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:28:59.074Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:28:59.074Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:28:59.174Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:28:59.175Z||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-05-01T06:28:59.175Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:28:59.181Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:28:59.181Z||pool-73-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:00.074Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:29:00.075Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:00.076Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:00.077Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:29:00.177Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:00.177Z||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-05-01T06:29:00.178Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:00.184Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:00.184Z||pool-74-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:01.077Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:29:01.078Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:01.080Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:01.080Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:29:01.180Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:01.181Z||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-05-01T06:29:01.181Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:01.188Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:01.188Z||pool-75-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:02.081Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "c7e7d2d3-aa21-48dd-95b2-2c502cdb8943", "serviceDescription": "service", "serviceInvariantUUID": "9cb87806-3145-4446-af6c-1011e6a6fe27", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "38b688a2-47ea-4daa-aaaf-b6e0e81d3791", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "78a04167-7ba3-45cb-a0ca-55d48404983f", "resourceInvariantUUID": "8449a8ac-b29f-47c8-8ada-9b0984339586", "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": "ZGQ3MGM3YzFjMmQyY2NhOTVjMTQ0ZWZiN2I2NjgyNjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "57e57a11-2722-4f73-aa1a-e71c522a1f79", "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": "34e42955-cb74-404c-a287-65eec65887a2", "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": "bc4a9434-bb2a-4e61-bee2-fd34e580c2b1", "generatedFromUUID": "34e42955-cb74-404c-a287-65eec65887a2" }, "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": "bc4a9434-bb2a-4e61-bee2-fd34e580c2b1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MjU1OTRmNzhlMGI0MzI5ZWRiNmIxZjA4YzIyZDcwNTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be731d67-1f38-4f85-ba71-927cd4e38bd3" } ], "workloadContext": "Production" } 2021-05-01T06:29:02.082Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T06:29:02.082Z|e496b871-73bf-4730-b8de-4dcf8e0141d5|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c7e7d2d3-aa21-48dd-95b2-2c502cdb8943 ASDC 2021-05-01T06:29:02.082Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:c15973b0-e138-4d15-8a5b-9ab1a5b8f13d ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:c7e7d2d3-aa21-48dd-95b2-2c502cdb8943 ServiceInvariantUUID:9cb87806-3145-4446-af6c-1011e6a6fe27 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:be731d67-1f38-4f85-ba71-927cd4e38bd3 ArtifactChecksum:MjU1OTRmNzhlMGI0MzI5ZWRiNmIxZjA4YzIyZDcwNTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:38b688a2-47ea-4daa-aaaf-b6e0e81d3791 ResourceInvariantUUID:8449a8ac-b29f-47c8-8ada-9b0984339586 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:78a04167-7ba3-45cb-a0ca-55d48404983f 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:57e57a11-2722-4f73-aa1a-e71c522a1f79 ArtifactChecksum:ZGQ3MGM3YzFjMmQyY2NhOTVjMTQ0ZWZiN2I2NjgyNjQ= 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:34e42955-cb74-404c-a287-65eec65887a2 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:bc4a9434-bb2a-4e61-bee2-fd34e580c2b1 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:bc4a9434-bb2a-4e61-bee2-fd34e580c2b1 ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T06:29:02.082Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7e7d2d3-aa21-48dd-95b2-2c502cdb8943 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-05-01T06:29:02.108Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:29:02.109Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:29:02.109Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:29:02.109Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: be731d67-1f38-4f85-ba71-927cd4e38bd3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2021-05-01T06:29:02.109Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:29:02.109Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:02.523Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:29:02.526Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar be731d67-1f38-4f85-ba71-927cd4e38bd3 82064 2021-05-01T06:29:02.526Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:02.527Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:02.527Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:29:02.527Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:02.528Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:02.528Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850542526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:29:02.628Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:02.629Z||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-05-01T06:29:02.629Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:02.636Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:02.636Z||pool-76-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:03.529Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:29:03.530Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:29:03.530Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: be731d67-1f38-4f85-ba71-927cd4e38bd3, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-01T06:29:03.530Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2021-05-01T06:29:03.530Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-01T06:29:03.530Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-01T06:29:03.622Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8603927443154434039/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-05-01T06:29:04.471Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T06:29:04.471Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-05-01T06:29:04.471Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2021-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred... 2021-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.472Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-05-01T06:29:04.473Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.473Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.473Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T06:29:04.473Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-01T06:29:04.473Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:29:04.473Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.473Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.474Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T06:29:04.474Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-01T06:29:04.474Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:29:04.474Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.474Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.474Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.474Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-01T06:29:04.474Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T06:29:04.474Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria 2021-05-01T06:29:04.475Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria 2021-05-01T06:29:04.475Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria 2021-05-01T06:29:04.475Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T06:29:04.475Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.475Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.475Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.475Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T06:29:04.475Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:29:04.476Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.476Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T06:29:04.476Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:29:04.476Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.476Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T06:29:04.476Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:29:04.476Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.476Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-01T06:29:04.477Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T06:29:04.477Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-01T06:29:04.477Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3449094a-f27f-4c5b-8077-079e5b243e77 2021-05-01T06:29:04.477Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.477Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.477Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.477Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.477Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.477Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.478Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:04.478Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:04.478Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:c7e7d2d3-aa21-48dd-95b2-2c502cdb8943 Model Version:NULL Model InvariantUuid:9cb87806-3145-4446-af6c-1011e6a6fe27 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:7407da50-86e0-4cda-b529-39408ae14c43 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8449a8ac-b29f-47c8-8ada-9b0984339586 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:38b688a2-47ea-4daa-aaaf-b6e0e81d3791 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:22e1edfa-9155-4ac0-b654-69426c046b0c ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:8f80cbab-902b-4aee-981c-e9b2419ddf34 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3449094a-f27f-4c5b-8077-079e5b243e77 ModelInvariantUuid:d390d352-9365-456a-8a15-02d029a79cd6 ModelName:basic_vm_macro-nodes.Ubuntu20Cvfc ModelUuid:65b3d6c5-c7ff-4ef7-94c7-bb8dd8f98c9a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_Ubuntu20 VNFC Properties: ModelCustomizationUuid:9dddf039-d2f1-404b-94c1-53d4cab91c1b ModelInvariantUuid:b94d51a4-c958-49f3-96cd-ec5cc309c031 ModelName:BasicVmMacro.compute.nodes.heat.Ubuntu20 ModelUuid:198b804e-1960-477f-ac5e-a8c0a097cfba 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-05-01T06:29:04.482Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 78a04167-7ba3-45cb-a0ca-55d48404983f 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-05-01T06:29:04.485Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2021-05-01T06:29:04.485Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 78a04167-7ba3-45cb-a0ca-55d48404983f 2021-05-01T06:29:04.485Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 57e57a11-2722-4f73-aa1a-e71c522a1f79 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2021-05-01T06:29:04.485Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:29:04.485Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:05.024Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:29:05.024Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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 57e57a11-2722-4f73-aa1a-e71c522a1f79 792 2021-05-01T06:29:05.025Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:05.025Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:05.025Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:29:05.025Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:05.027Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:05.027Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850545025, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:29:05.127Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:05.128Z||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-05-01T06:29:05.128Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:05.135Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:05.135Z||pool-77-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:06.028Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "22e1edfa-9155-4ac0-b654-69426c046b0c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8f80cbab-902b-4aee-981c-e9b2419ddf34", "vfModuleModelCustomizationUUID": "18e68a71-5d18-42cc-8b54-949efb971e60", "isBase": true, "artifacts": [ "34e42955-cb74-404c-a287-65eec65887a2", "bc4a9434-bb2a-4e61-bee2-fd34e580c2b1" ], "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-05-01T06:29:06.032Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8f80cbab-902b-4aee-981c-e9b2419ddf34 VfModuleModelInvariantUUID:22e1edfa-9155-4ac0-b654-69426c046b0c VfModuleModelDescription:NULL Artifacts UUID List:{ 34e42955-cb74-404c-a287-65eec65887a2 , bc4a9434-bb2a-4e61-bee2-fd34e580c2b1 } 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-05-01T06:29:06.035Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "22e1edfa-9155-4ac0-b654-69426c046b0c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8f80cbab-902b-4aee-981c-e9b2419ddf34", "vfModuleModelCustomizationUUID": "18e68a71-5d18-42cc-8b54-949efb971e60", "isBase": true, "artifacts": [ "34e42955-cb74-404c-a287-65eec65887a2", "bc4a9434-bb2a-4e61-bee2-fd34e580c2b1" ], "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-05-01T06:29:06.035Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8f80cbab-902b-4aee-981c-e9b2419ddf34 VfModuleModelInvariantUUID:22e1edfa-9155-4ac0-b654-69426c046b0c VfModuleModelDescription:NULL Artifacts UUID List:{ 34e42955-cb74-404c-a287-65eec65887a2 , bc4a9434-bb2a-4e61-bee2-fd34e580c2b1 } 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-05-01T06:29:06.035Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 34e42955-cb74-404c-a287-65eec65887a2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2021-05-01T06:29:06.035Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:29:06.036Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:07.860Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:29:07.860Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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 34e42955-cb74-404c-a287-65eec65887a2 5033 2021-05-01T06:29:07.860Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:07.861Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:07.861Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:29:07.861Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:07.862Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:07.862Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850547860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:29:07.962Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:07.963Z||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-05-01T06:29:07.963Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:07.969Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:07.969Z||pool-78-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:08.863Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bc4a9434-bb2a-4e61-bee2-fd34e580c2b1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2021-05-01T06:29:08.864Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:29:08.864Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:10.305Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:29:10.305Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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 bc4a9434-bb2a-4e61-bee2-fd34e580c2b1 903 2021-05-01T06:29:10.306Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:10.306Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:10.306Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:29:10.306Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:10.308Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:10.308Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850550306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:29:10.408Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:10.408Z||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-05-01T06:29:10.408Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:10.418Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:10.419Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:11.308Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c7e7d2d3-aa21-48dd-95b2-2c502cdb8943 2021-05-01T06:29:11.309Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 78a04167-7ba3-45cb-a0ca-55d48404983f 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-05-01T06:29:11.317Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.318Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.318Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-05-01T06:29:11.318Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 38b688a2-47ea-4daa-aaaf-b6e0e81d3791 2021-05-01T06:29:11.318Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 38b688a2-47ea-4daa-aaaf-b6e0e81d3791 matches Tosca VF Customization UUID: 38b688a2-47ea-4daa-aaaf-b6e0e81d3791 2021-05-01T06:29:11.318Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 38b688a2-47ea-4daa-aaaf-b6e0e81d3791 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-05-01T06:29:11.319Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.319Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.320Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 38b688a2-47ea-4daa-aaaf-b6e0e81d3791: {\"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-05-01T06:29:11.320Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bdb9a73 2021-05-01T06:29:11.320Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.320Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.320Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 18e68a71-5d18-42cc-8b54-949efb971e60 2021-05-01T06:29:11.320Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 18e68a71-5d18-42cc-8b54-949efb971e60 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-05-01T06:29:11.322Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.322Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T06:29:11.322Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:29:11.322Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.322Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T06:29:11.322Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:29:11.323Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.323Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2021-05-01T06:29:11.323Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria 2021-05-01T06:29:11.323Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template abstract_Ubuntu20 is matching search criteria 2021-05-01T06:29:11.323Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_Ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3449094a-f27f-4c5b-8077-079e5b243e77 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-05-01T06:29:11.324Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.325Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T06:29:11.325Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:29:11.325Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.325Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2021-05-01T06:29:11.325Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=38b688a2-47ea-4daa-aaaf-b6e0e81d3791 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-05-01T06:29:11.326Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.326Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.327Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c7e7d2d3-aa21-48dd-95b2-2c502cdb8943: basic_vm_macro 2021-05-01T06:29:11.327Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.327Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.327Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.327Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.327Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.327Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.327Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.328Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.328Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:11.328Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.328Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.395Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 78a04167-7ba3-45cb-a0ca-55d48404983f 1 ASDC deployResourceStructure 2021-05-01T06:29:11.395Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.395Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:11.396Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:29:11.396Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:11.397Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:11.397Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850551395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:29:11.498Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T06:29:11.498Z||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-05-01T06:29:11.498Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:11.505Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:11.505Z||pool-80-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:12.398Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:12.398Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:12.398Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:29:12.398Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:12.400Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:12.400Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850552398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-01T06:29:12.500Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:12.500Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-05-01T06:29:12.500Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:12.507Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:12.507Z||pool-81-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:13.401Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:13.401Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:13.401Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:29:13.402Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:13.403Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:13.403Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850553401, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-01T06:29:13.503Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:13.504Z||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-05-01T06:29:13.504Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:13.510Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:13.511Z||pool-82-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:14.404Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:14.405Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:14.405Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:29:14.405Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:14.407Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:14.407Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850554404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:29:14.507Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T06:29:14.508Z||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-05-01T06:29:14.508Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:14.514Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:14.514Z||pool-83-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:15.408Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c15973b0-e138-4d15-8a5b-9ab1a5b8f13d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:29:15.415Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c15973b0-e138-4d15-8a5b-9ab1a5b8f13d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:29:15.418Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:29:15.418Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T06:29:15.418Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T06:29:15.418Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T06:29:15.419Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:29:15.419Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:29:15.419Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:29:15.419Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:29:15.419Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:29:15.419Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:29:15.420Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:15.424Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T06:29:45.424Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c15973b0-e138-4d15-8a5b-9ab1a5b8f13d 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-05-01T06:29:45.428Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c15973b0-e138-4d15-8a5b-9ab1a5b8f13d and serviceModelVersionId: c7e7d2d3-aa21-48dd-95b2-2c502cdb8943 2021-05-01T06:29:45.428Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9cb87806-3145-4446-af6c-1011e6a6fe27 2021-05-01T06:29:45.430Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9cb87806-3145-4446-af6c-1011e6a6fe27/model-vers/model-ver/c7e7d2d3-aa21-48dd-95b2-2c502cdb8943?depth=0 2021-05-01T06:29:45.434Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T06:29:45.462Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cb87806-3145-4446-af6c-1011e6a6fe27/model-vers/model-ver/c7e7d2d3-aa21-48dd-95b2-2c502cdb8943?depth=0|INFO|500||Invoke 2021-05-01T06:29:45.462Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cb87806-3145-4446-af6c-1011e6a6fe27/model-vers/model-ver/c7e7d2d3-aa21-48dd-95b2-2c502cdb8943?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cb87806-3145-4446-af6c-1011e6a6fe27/model-vers/model-ver/c7e7d2d3-aa21-48dd-95b2-2c502cdb8943?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c15973b0-e138-4d15-8a5b-9ab1a5b8f13d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2ce0fe06-6d17-4f3a-a4d6-1511d050dd54], X-ECOMP-RequestID=[c15973b0-e138-4d15-8a5b-9ab1a5b8f13d], X-TransactionId=[], X-ONAP-RequestID=[c15973b0-e138-4d15-8a5b-9ab1a5b8f13d], Content-Type=[application/merge-patch+json]} 2021-05-01T06:29:45.478Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cb87806-3145-4446-af6c-1011e6a6fe27/model-vers/model-ver/c7e7d2d3-aa21-48dd-95b2-2c502cdb8943?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T06:29:45.719Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cb87806-3145-4446-af6c-1011e6a6fe27/model-vers/model-ver/c7e7d2d3-aa21-48dd-95b2-2c502cdb8943?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/9cb87806-3145-4446-af6c-1011e6a6fe27/model-vers/model-ver/c7e7d2d3-aa21-48dd-95b2-2c502cdb8943?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-06:29:45:482-99091], vertex-id=[241848], Content-Length=[0], Date=[Sat, 01 May 2021 06:29:45 GMT], Content-Type=[application/json]} 2021-05-01T06:29:45.719Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cb87806-3145-4446-af6c-1011e6a6fe27/model-vers/model-ver/c7e7d2d3-aa21-48dd-95b2-2c502cdb8943?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-05-01T06:29:45.720Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/9cb87806-3145-4446-af6c-1011e6a6fe27/model-vers/model-ver/c7e7d2d3-aa21-48dd-95b2-2c502cdb8943?depth=0|INFO|500||InvokeReturn 2021-05-01T06:29:45.720Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T06:29:45.720Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:45.723Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|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-05-01T06:29:45.724Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c15973b0-e138-4d15-8a5b-9ab1a5b8f13d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T06:29:45.724Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T06:29:45.725Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:45.726Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:45.726Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850585724, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:29:45.826Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:45.827Z||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-05-01T06:29:45.827Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:45.836Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:45.837Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 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-05-01T06:29:46.736Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-05-01T06:29:46.736Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"de868f0b-00a3-4960-82ef-349803bf395c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f36fee2b-a105-45dc-a04e-2e2677d963f9","serviceDescription":"service","serviceInvariantUUID":"3baeaf4c-2a77-44b6-ba86-8edd557e8c5a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e167fe0-b1da-4968-b081-496e5a7a09bd","resourceInvariantUUID":"237a7d78-8b9d-4ac3-8dca-81fac20a348d","resourceCustomizationUUID":"9eed8752-51d1-474d-a5e9-171da6738b63","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":"Y2JlYjY2N2RjZmQ3ZTI0OWJhZjllMjRjNzc0YjAxZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bb0ac880-3571-4764-8270-94f9c0e73cfd","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":"ca88cd8f-ec43-40f2-8698-52021f6e3dd3","artifactVersion":"2","generatedFromUUID":"e75419b1-fa85-4002-b806-d1060bc6ca33"},{"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":"e75419b1-fa85-4002-b806-d1060bc6ca33","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":"M2UyNzExNjFmOGFiM2JiOWVhZGQxM2E1M2Y3MDMxMGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0cac7775-fe89-48eb-b4c1-6c5d410e4502","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":"910ed9a7-9a96-4c1e-84a2-c9600c8017aa","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":"b0110da6-78ad-4baf-8150-c2fc2f73fe1f","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":"03372e2a-dcdf-40bc-9f3c-91a93b725999","artifactVersion":"2","generatedFromUUID":"910ed9a7-9a96-4c1e-84a2-c9600c8017aa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDk3YmNkZDdmNTcxMjU0Y2JlY2U0MzI4NzljZmNhOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6dee507e-29e4-47fc-8d8a-295213c5c4e4","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmJmMTU3ZDAwNWQ2YWQwODg3Mzg3ZmRjMzk3NTI2OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"32c102f5-4f50-40f2-b969-d9ce8297e639","artifactVersion":"1"}],"workloadContext":"Production"} 2021-05-01T06:29:46.737Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:29:46.737Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:46.738Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:46.738Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:29:46.839Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:46.839Z||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-05-01T06:29:46.839Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:46.846Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:46.847Z||pool-85-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:47.739Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:29:47.739Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:47.741Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:47.741Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T06:29:47.841Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:47.842Z||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-05-01T06:29:47.842Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:47.849Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:47.849Z||pool-86-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:48.742Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:29:48.742Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:48.743Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:48.744Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T06:29:48.844Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:48.844Z||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-05-01T06:29:48.844Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:48.850Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:48.851Z||pool-87-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:49.744Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:29:49.745Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:49.746Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:49.746Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:29:49.847Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T06:29:49.847Z||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-05-01T06:29:49.847Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:49.854Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:49.854Z||pool-88-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:50.747Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:29:50.747Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:50.749Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:50.749Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T06:29:50.850Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-05-01T06:29:50.850Z||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-05-01T06:29:50.850Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:50.856Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:50.857Z||pool-89-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:51.750Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:29:51.751Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:51.752Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:51.752Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:29:51.852Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:51.853Z||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-05-01T06:29:51.853Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:51.861Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:51.861Z||pool-90-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:52.752Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:29:52.753Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:52.754Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:52.754Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T06:29:52.855Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:52.855Z||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-05-01T06:29:52.855Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:52.861Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:52.862Z||pool-91-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:29:53.755Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:29:53.755Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:53.757Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:53.757Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:29:53.857Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:53.858Z||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-05-01T06:29:53.858Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:53.863Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:53.863Z||pool-92-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:54.757Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-05-01T06:29:54.758Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:54.759Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:54.760Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:29:54.860Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:54.860Z||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-05-01T06:29:54.860Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:54.866Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:54.867Z||pool-93-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:29:55.761Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "f36fee2b-a105-45dc-a04e-2e2677d963f9", "serviceDescription": "service", "serviceInvariantUUID": "3baeaf4c-2a77-44b6-ba86-8edd557e8c5a", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "9eed8752-51d1-474d-a5e9-171da6738b63", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4e167fe0-b1da-4968-b081-496e5a7a09bd", "resourceInvariantUUID": "237a7d78-8b9d-4ac3-8dca-81fac20a348d", "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": "ca88cd8f-ec43-40f2-8698-52021f6e3dd3", "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": "e75419b1-fa85-4002-b806-d1060bc6ca33", "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": "M2UyNzExNjFmOGFiM2JiOWVhZGQxM2E1M2Y3MDMxMGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0cac7775-fe89-48eb-b4c1-6c5d410e4502", "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": "910ed9a7-9a96-4c1e-84a2-c9600c8017aa", "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": "03372e2a-dcdf-40bc-9f3c-91a93b725999", "generatedFromUUID": "910ed9a7-9a96-4c1e-84a2-c9600c8017aa" }, "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": "03372e2a-dcdf-40bc-9f3c-91a93b725999", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YmJmMTU3ZDAwNWQ2YWQwODg3Mzg3ZmRjMzk3NTI2OGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "32c102f5-4f50-40f2-b969-d9ce8297e639" } ], "workloadContext": "Production" } 2021-05-01T06:29:55.761Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-05-01T06:29:55.761Z|c15973b0-e138-4d15-8a5b-9ab1a5b8f13d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f36fee2b-a105-45dc-a04e-2e2677d963f9 ASDC 2021-05-01T06:29:55.762Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:de868f0b-00a3-4960-82ef-349803bf395c ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:f36fee2b-a105-45dc-a04e-2e2677d963f9 ServiceInvariantUUID:3baeaf4c-2a77-44b6-ba86-8edd557e8c5a 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:32c102f5-4f50-40f2-b969-d9ce8297e639 ArtifactChecksum:YmJmMTU3ZDAwNWQ2YWQwODg3Mzg3ZmRjMzk3NTI2OGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:9eed8752-51d1-474d-a5e9-171da6738b63 ResourceInvariantUUID:237a7d78-8b9d-4ac3-8dca-81fac20a348d ResourceName:basic_cnf ResourceType:VF ResourceUUID:4e167fe0-b1da-4968-b081-496e5a7a09bd 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:ca88cd8f-ec43-40f2-8698-52021f6e3dd3 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:e75419b1-fa85-4002-b806-d1060bc6ca33 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:0cac7775-fe89-48eb-b4c1-6c5d410e4502 ArtifactChecksum:M2UyNzExNjFmOGFiM2JiOWVhZGQxM2E1M2Y3MDMxMGY= 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:910ed9a7-9a96-4c1e-84a2-c9600c8017aa 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:03372e2a-dcdf-40bc-9f3c-91a93b725999 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:03372e2a-dcdf-40bc-9f3c-91a93b725999 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-05-01T06:29:55.762Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f36fee2b-a105-45dc-a04e-2e2677d963f9 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-05-01T06:29:55.787Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:29:55.787Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:29:55.788Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:29:55.788Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 32c102f5-4f50-40f2-b969-d9ce8297e639 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-05-01T06:29:55.788Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:29:55.788Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:56.227Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:29:56.230Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 32c102f5-4f50-40f2-b969-d9ce8297e639 71161 2021-05-01T06:29:56.230Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:56.230Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:56.230Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:29:56.231Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:56.232Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:56.232Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850596230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:29:56.332Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:56.333Z||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-05-01T06:29:56.333Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:56.339Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:56.340Z||pool-94-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:29:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:29:56.572Z||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-05-01T06:29:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:56.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:56.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:29:56.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:29:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-05-01T06:29:56.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:29:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:29:56.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:29:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-05-01T06:29:56.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:29:56.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:29:56.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:29:56.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850296569, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:29:56.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:29:56.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850423739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:29:56.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:29:56.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850427605, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:29:56.589Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:29:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850430311, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:29:56.589Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:29:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850432865, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:29:56.589Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:29:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850433936, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:29:56.590Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:29:56.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850434939, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-05-01T06:29:56.590Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:29:56.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850435941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-05-01T06:29:56.590Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:29:56.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:29:56.590Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850436944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:29:56.590Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:29:57.233Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-05-01T06:29:57.234Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-05-01T06:29:57.234Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 32c102f5-4f50-40f2-b969-d9ce8297e639, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T06:29:57.234Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-05-01T06:29:57.234Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T06:29:57.234Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T06:29:57.319Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11413977252072675542/Definitions/service-BasicCnf-template.yml 2021-05-01T06:29:58.185Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-05-01T06:29:58.185Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-05-01T06:29:58.186Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-05-01T06:29:58.186Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 5 Parsing Warnings occurred... 2021-05-01T06:29:58.186Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:58.186Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:58.186Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:58.186Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:58.187Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:58.187Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-05-01T06:29:58.187Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.187Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:58.187Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T06:29:58.188Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-01T06:29:58.188Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:29:58.188Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.188Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:29:58.188Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T06:29:58.189Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-05-01T06:29:58.189Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-05-01T06:29:58.189Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.189Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:29:58.190Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.190Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-01T06:29:58.190Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-05-01T06:29:58.190Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2021-05-01T06:29:58.190Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-05-01T06:29:58.191Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.191Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:58.191Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.191Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T06:29:58.191Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:29:58.192Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.192Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T06:29:58.192Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:29:58.192Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.192Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T06:29:58.193Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:29:58.193Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.193Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-01T06:29:58.193Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-01T06:29:58.193Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=20a4a0f3-32c1-4a62-9cc0-4bac035105dc 2021-05-01T06:29:58.194Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.194Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:29:58.194Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.194Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:29:58.194Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.195Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:29:58.195Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:29:58.195Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:29:58.195Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:f36fee2b-a105-45dc-a04e-2e2677d963f9 Model Version:NULL Model InvariantUuid:3baeaf4c-2a77-44b6-ba86-8edd557e8c5a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:137dd4a9-c8d1-4016-9a07-30711d669400 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:237a7d78-8b9d-4ac3-8dca-81fac20a348d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9eed8752-51d1-474d-a5e9-171da6738b63 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1275455d-2e83-4967-83f5-db9656e83c1f ModelName:BasicCnf..base_dummy..module-0 ModelUuid:e8468bf9-0c1b-4a20-84ff-acde6a2b53ea ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:20a4a0f3-32c1-4a62-9cc0-4bac035105dc ModelInvariantUuid:489d2c3b-43f8-44dc-aa80-b62155ff6c6c ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:e4c018be-8ea6-4169-9c5a-39b4c80fb1e7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:079176cf-c55e-46af-bffc-626222ee2d89 ModelInvariantUuid:2090e3bb-adbb-47df-9032-22beccced4da ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0579a0b7-7723-4632-8aab-8f109c7bc0d3 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-05-01T06:29:58.202Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e167fe0-b1da-4968-b081-496e5a7a09bd 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-05-01T06:29:58.204Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||basic_cnf 0 2021-05-01T06:29:58.204Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e167fe0-b1da-4968-b081-496e5a7a09bd 2021-05-01T06:29:58.205Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ca88cd8f-ec43-40f2-8698-52021f6e3dd3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-05-01T06:29:58.205Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:29:58.205Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:58.539Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:29:58.540Z|de868f0b-00a3-4960-82ef-349803bf395c|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 ca88cd8f-ec43-40f2-8698-52021f6e3dd3 12 2021-05-01T06:29:58.540Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:58.541Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:58.541Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:29:58.541Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:58.543Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:58.543Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850598540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:29:58.643Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:58.643Z||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-05-01T06:29:58.643Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:58.649Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:58.649Z||pool-95-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:29:59.543Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e75419b1-fa85-4002-b806-d1060bc6ca33 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-05-01T06:29:59.544Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:29:59.545Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:59.671Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:29:59.672Z|de868f0b-00a3-4960-82ef-349803bf395c|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 e75419b1-fa85-4002-b806-d1060bc6ca33 2688 2021-05-01T06:29:59.672Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:59.672Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:29:59.673Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:29:59.673Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:29:59.675Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:29:59.675Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850599672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T06:29:59.775Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:29:59.775Z||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-05-01T06:29:59.775Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:29:59.782Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:29:59.782Z||pool-96-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:30:00.676Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0cac7775-fe89-48eb-b4c1-6c5d410e4502 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-05-01T06:30:00.676Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:30:00.677Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:00.799Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:30:00.799Z|de868f0b-00a3-4960-82ef-349803bf395c|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 0cac7775-fe89-48eb-b4c1-6c5d410e4502 828 2021-05-01T06:30:00.799Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:00.799Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:00.800Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:30:00.800Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:30:00.802Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:30:00.802Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850600799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:00.902Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:30:00.903Z||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-05-01T06:30:00.903Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:30:00.909Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:00.909Z||pool-97-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:30:01.802Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1275455d-2e83-4967-83f5-db9656e83c1f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8468bf9-0c1b-4a20-84ff-acde6a2b53ea", "vfModuleModelCustomizationUUID": "6a20b093-13d4-430a-8e64-56ac02389511", "isBase": true, "artifacts": [ "e75419b1-fa85-4002-b806-d1060bc6ca33", "910ed9a7-9a96-4c1e-84a2-c9600c8017aa", "03372e2a-dcdf-40bc-9f3c-91a93b725999" ], "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-05-01T06:30:01.805Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8468bf9-0c1b-4a20-84ff-acde6a2b53ea VfModuleModelInvariantUUID:1275455d-2e83-4967-83f5-db9656e83c1f VfModuleModelDescription:NULL Artifacts UUID List:{ e75419b1-fa85-4002-b806-d1060bc6ca33 , 910ed9a7-9a96-4c1e-84a2-c9600c8017aa , 03372e2a-dcdf-40bc-9f3c-91a93b725999 } 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-05-01T06:30:01.807Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "1275455d-2e83-4967-83f5-db9656e83c1f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8468bf9-0c1b-4a20-84ff-acde6a2b53ea", "vfModuleModelCustomizationUUID": "6a20b093-13d4-430a-8e64-56ac02389511", "isBase": true, "artifacts": [ "e75419b1-fa85-4002-b806-d1060bc6ca33", "910ed9a7-9a96-4c1e-84a2-c9600c8017aa", "03372e2a-dcdf-40bc-9f3c-91a93b725999" ], "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-05-01T06:30:01.807Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8468bf9-0c1b-4a20-84ff-acde6a2b53ea VfModuleModelInvariantUUID:1275455d-2e83-4967-83f5-db9656e83c1f VfModuleModelDescription:NULL Artifacts UUID List:{ e75419b1-fa85-4002-b806-d1060bc6ca33 , 910ed9a7-9a96-4c1e-84a2-c9600c8017aa , 03372e2a-dcdf-40bc-9f3c-91a93b725999 } 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-05-01T06:30:01.807Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 910ed9a7-9a96-4c1e-84a2-c9600c8017aa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-05-01T06:30:01.807Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:30:01.808Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:02.028Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:30:02.028Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 910ed9a7-9a96-4c1e-84a2-c9600c8017aa 1164 2021-05-01T06:30:02.029Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:02.029Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:02.029Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:30:02.029Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:30:02.031Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:30:02.031Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850602029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:02.131Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:30:02.131Z||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-05-01T06:30:02.132Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:30:02.138Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:02.138Z||pool-98-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:30:03.031Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 03372e2a-dcdf-40bc-9f3c-91a93b725999 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-05-01T06:30:03.032Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-05-01T06:30:03.032Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:03.523Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-05-01T06:30:03.523Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 03372e2a-dcdf-40bc-9f3c-91a93b725999 200 2021-05-01T06:30:03.524Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:03.524Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:03.524Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-05-01T06:30:03.524Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:30:03.526Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:30:03.526Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850603524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:03.626Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:30:03.627Z||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-05-01T06:30:03.627Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:30:03.634Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:03.634Z||pool-99-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:30:04.527Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f36fee2b-a105-45dc-a04e-2e2677d963f9 2021-05-01T06:30:04.528Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4e167fe0-b1da-4968-b081-496e5a7a09bd ASDC 2021-05-01T06:30:04.535Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:04.544Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.544Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:30:04.544Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-05-01T06:30:04.544Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 9eed8752-51d1-474d-a5e9-171da6738b63 2021-05-01T06:30:04.545Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9eed8752-51d1-474d-a5e9-171da6738b63 matches Tosca VF Customization UUID: 9eed8752-51d1-474d-a5e9-171da6738b63 2021-05-01T06:30:04.545Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 9eed8752-51d1-474d-a5e9-171da6738b63 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-05-01T06:30:04.546Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.547Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:30:04.547Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 9eed8752-51d1-474d-a5e9-171da6738b63: {\"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-05-01T06:30:04.547Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58f2133c 2021-05-01T06:30:04.547Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.547Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:04.548Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a20b093-13d4-430a-8e64-56ac02389511 2021-05-01T06:30:04.548Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a20b093-13d4-430a-8e64-56ac02389511 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-05-01T06:30:04.549Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.549Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T06:30:04.550Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:30:04.550Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.550Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T06:30:04.550Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:30:04.550Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.551Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-05-01T06:30:04.551Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-05-01T06:30:04.551Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=20a4a0f3-32c1-4a62-9cc0-4bac035105dc 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-05-01T06:30:04.552Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.553Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T06:30:04.553Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-05-01T06:30:04.553Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.553Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-05-01T06:30:04.553Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9eed8752-51d1-474d-a5e9-171da6738b63 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-05-01T06:30:04.554Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.555Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:30:04.555Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f36fee2b-a105-45dc-a04e-2e2677d963f9: basic_cnf 2021-05-01T06:30:04.555Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.555Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:30:04.555Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.555Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:30:04.556Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.556Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:30:04.556Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.556Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:04.556Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-05-01T06:30:04.556Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-05-01T06:30:04.557Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:04.605Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4e167fe0-b1da-4968-b081-496e5a7a09bd 1 ASDC deployResourceStructure 2021-05-01T06:30:04.606Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:04.606Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:04.606Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-01T06:30:04.606Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:30:04.608Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:30:04.608Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850604605, "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-05-01T06:30:04.708Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:30:04.708Z||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-05-01T06:30:04.708Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:30:04.715Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:04.715Z||pool-100-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:30:05.609Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:05.609Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:05.609Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-05-01T06:30:05.609Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:30:05.611Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:30:05.611Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850605608, "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-05-01T06:30:05.711Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:30:05.712Z||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-05-01T06:30:05.712Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:30:05.718Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:05.718Z||pool-101-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":1,"count":1} 2021-05-01T06:30:06.612Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:06.613Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:06.613Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:30:06.613Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:30:06.615Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:30:06.616Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850606612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:30:06.716Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:30:06.716Z||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-05-01T06:30:06.716Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:30:06.723Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:06.723Z||pool-102-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:30:07.617Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:07.617Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:07.617Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:30:07.617Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:30:07.619Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:30:07.619Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850607616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-01T06:30:07.720Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-05-01T06:30:07.720Z||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-05-01T06:30:07.721Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:30:07.728Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:07.728Z||pool-103-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:30:08.620Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:08.621Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:08.621Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:30:08.621Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:30:08.622Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:30:08.622Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850608620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-01T06:30:08.723Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:30:08.723Z||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-05-01T06:30:08.723Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:30:08.729Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:08.729Z||pool-104-thread-1|||||INFO|500||cambria reply ok (6 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:30:09.623Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:09.624Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:30:09.624Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-05-01T06:30:09.624Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:30:09.626Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:30:09.626Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850609623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:30:09.726Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:30:09.726Z||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-05-01T06:30:09.727Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:30:09.733Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:09.733Z||pool-105-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2021-05-01T06:30:10.627Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de868f0b-00a3-4960-82ef-349803bf395c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:30:10.634Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de868f0b-00a3-4960-82ef-349803bf395c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:30:10.635Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:30:10.635Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:30:10.635Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:30:40.636Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de868f0b-00a3-4960-82ef-349803bf395c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:30:40.644Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de868f0b-00a3-4960-82ef-349803bf395c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:30:40.645Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:30:40.645Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-05-01T06:30:40.645Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-05-01T06:30:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:30:56.571Z||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-05-01T06:30:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:30:56.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:30:56.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "ves-openapi-manager", "timestamp": 1619850488716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850483364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "cds", "timestamp": 1619850490114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "ves-openapi-manager", "timestamp": 1619850488716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850483364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "cds", "timestamp": 1619850490114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850494551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "dcae-sch", "timestamp": 1619850494679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "ves-openapi-manager", "timestamp": 1619850488716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850483364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "cds", "timestamp": 1619850490114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850495544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850494551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "dcae-sch", "timestamp": 1619850494679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "ves-openapi-manager", "timestamp": 1619850488716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850483364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "cds", "timestamp": 1619850490114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850495544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850494551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "dcae-sch", "timestamp": 1619850494679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "ves-openapi-manager", "timestamp": 1619850488716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850483364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "cds", "timestamp": 1619850490114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850495544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850494551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "dcae-sch", "timestamp": 1619850494679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "ves-openapi-manager", "timestamp": 1619850488716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850483364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "cds", "timestamp": 1619850490114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850498021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850498015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850495544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850494551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "dcae-sch", "timestamp": 1619850494679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "ves-openapi-manager", "timestamp": 1619850488716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850483364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "cds", "timestamp": 1619850490114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850498015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850498021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850495544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850494551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "dcae-sch", "timestamp": 1619850494679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "ves-openapi-manager", "timestamp": 1619850488716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850483364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "cds", "timestamp": 1619850490114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850498015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T06:30:56.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850498021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850495544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850494551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "dcae-sch", "timestamp": 1619850494679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "ves-openapi-manager", "timestamp": 1619850488716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850483364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "cds", "timestamp": 1619850490114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850498015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850498021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850495544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850494551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "dcae-sch", "timestamp": 1619850494679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850498015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850498021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850502923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "cds", "timestamp": 1619850502944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850495544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850494551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "dcae-sch", "timestamp": 1619850494679, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850498015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850498021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850503231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850503243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "cds", "timestamp": 1619850503950, "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-05-01T06:30:56.610Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of de868f0b-00a3-4960-82ef-349803bf395c 2021-05-01T06:30:56.610Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId de868f0b-00a3-4960-82ef-349803bf395c 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-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850495544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850498015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850498021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850503231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850503243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850505221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850505303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850498015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850498021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850505836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850503231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850503243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850498015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850498021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850503231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850506838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850503243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "policy-id", "timestamp": 1619850507840, "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-05-01T06:30:56.623Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de868f0b-00a3-4960-82ef-349803bf395c 2021-05-01T06:30:56.623Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId de868f0b-00a3-4960-82ef-349803bf395c 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-05-01T06:30:56.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850503231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850503243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850508361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850503231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850503243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850509167, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.630Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850503231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850503243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850503231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850503243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850511304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850511712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850503231, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.631Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850503243, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:30:56.632Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.632Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.632Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850512311, "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-05-01T06:30:56.635Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de868f0b-00a3-4960-82ef-349803bf395c 2021-05-01T06:30:56.635Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId de868f0b-00a3-4960-82ef-349803bf395c 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-05-01T06:30:56.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.640Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-windriver-id", "timestamp": 1619850513315, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:30:56.640Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850514000, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850514209, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850514360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850514404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850514438, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "aai-ml", "timestamp": 1619850515004, "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-05-01T06:30:56.644Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of de868f0b-00a3-4960-82ef-349803bf395c 2021-05-01T06:30:56.644Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId de868f0b-00a3-4960-82ef-349803bf395c 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-05-01T06:30:56.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850515457, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850515913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850515931, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850516221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "clamp", "timestamp": 1619850516460, "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-05-01T06:30:56.655Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of de868f0b-00a3-4960-82ef-349803bf395c 2021-05-01T06:30:56.655Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId de868f0b-00a3-4960-82ef-349803bf395c 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-05-01T06:30:56.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850516986, "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-05-01T06:30:56.666Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de868f0b-00a3-4960-82ef-349803bf395c 2021-05-01T06:30:56.666Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId de868f0b-00a3-4960-82ef-349803bf395c 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-05-01T06:30:56.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1619850517224, "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-05-01T06:30:56.675Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of de868f0b-00a3-4960-82ef-349803bf395c 2021-05-01T06:30:56.675Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId de868f0b-00a3-4960-82ef-349803bf395c 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-05-01T06:30:56.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850517233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-k8s-id", "timestamp": 1619850517990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:30:56.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850518362, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:30:56.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850519365, "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-05-01T06:30:56.685Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de868f0b-00a3-4960-82ef-349803bf395c 2021-05-01T06:30:56.685Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId de868f0b-00a3-4960-82ef-349803bf395c 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-05-01T06:30:56.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "multicloud-starlingx-id", "timestamp": 1619850520368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e496b871-73bf-4730-b8de-4dcf8e0141d5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850528767, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:30:56.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:30:56.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-05-01T06:30:56.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:10.645Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de868f0b-00a3-4960-82ef-349803bf395c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-01T06:31:10.655Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de868f0b-00a3-4960-82ef-349803bf395c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-05-01T06:31:10.656Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-05-01T06:31:10.656Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-05-01T06:31:10.657Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-05-01T06:31:10.657Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-05-01T06:31:10.657Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:31:10.657Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:31:10.657Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:31:10.657Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:31:10.657Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:31:10.657Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-05-01T06:31:10.657Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:31:10.661Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-05-01T06:31:40.661Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: de868f0b-00a3-4960-82ef-349803bf395c 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-05-01T06:31:40.665Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: de868f0b-00a3-4960-82ef-349803bf395c and serviceModelVersionId: f36fee2b-a105-45dc-a04e-2e2677d963f9 2021-05-01T06:31:40.665Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3baeaf4c-2a77-44b6-ba86-8edd557e8c5a 2021-05-01T06:31:40.666Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3baeaf4c-2a77-44b6-ba86-8edd557e8c5a/model-vers/model-ver/f36fee2b-a105-45dc-a04e-2e2677d963f9?depth=0 2021-05-01T06:31:40.669Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-05-01T06:31:40.695Z|de868f0b-00a3-4960-82ef-349803bf395c|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/3baeaf4c-2a77-44b6-ba86-8edd557e8c5a/model-vers/model-ver/f36fee2b-a105-45dc-a04e-2e2677d963f9?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-05-01T06:31:40.696Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3baeaf4c-2a77-44b6-ba86-8edd557e8c5a/model-vers/model-ver/f36fee2b-a105-45dc-a04e-2e2677d963f9?depth=0|INFO|500||Invoke 2021-05-01T06:31:40.709Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3baeaf4c-2a77-44b6-ba86-8edd557e8c5a/model-vers/model-ver/f36fee2b-a105-45dc-a04e-2e2677d963f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-05-01T06:31:40.776Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/3baeaf4c-2a77-44b6-ba86-8edd557e8c5a/model-vers/model-ver/f36fee2b-a105-45dc-a04e-2e2677d963f9?depth=0|INFO|500||InvokeReturn 2021-05-01T06:31:40.776Z|de868f0b-00a3-4960-82ef-349803bf395c|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/3baeaf4c-2a77-44b6-ba86-8edd557e8c5a/model-vers/model-ver/f36fee2b-a105-45dc-a04e-2e2677d963f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210501-06:31:40:715-94764], vertex-id=[405600], Content-Length=[0], Date=[Sat, 01 May 2021 06:31:40 GMT], Content-Type=[application/json]} 2021-05-01T06:31:40.776Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-05-01T06:31:40.776Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-05-01T06:31:40.776Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:31:40.780Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:31:40.780Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID de868f0b-00a3-4960-82ef-349803bf395c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-05-01T06:31:40.780Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-05-01T06:31:40.780Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-05-01T06:31:40.782Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-05-01T06:31:40.782Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850700780, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:31:40.882Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-05-01T06:31:40.883Z||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-05-01T06:31:40.883Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5YcelXoVvqKAR6ep) ... 2021-05-01T06:31:40.891Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:31:40.892Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-05-01T06:31:41.792Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:31:41.792Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:31:41.792Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:31:51.963Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:31:51.964Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:31:51.964Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:31:51.964Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:31:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:31:56.571Z||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-05-01T06:31:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:31:56.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:31:56.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:31:56.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-05-01T06:31:56.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2021-05-01T06:31:56.586Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.586Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.586Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850542526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850545025, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850547860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850550306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850551395, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.587Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850552398, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850553401, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850554404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "c15973b0-e138-4d15-8a5b-9ab1a5b8f13d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850585724, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-05-01T06:31:56.588Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850529780, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850596230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-05-01T06:31:56.589Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:32:01.497Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:32:01.498Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:32:01.498Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:32:01.498Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:32:11.030Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:32:11.030Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:32:11.030Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:32:11.031Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:32:20.565Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:32:20.566Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:32:20.566Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:32:20.566Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:32:30.099Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:32:30.099Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:32:30.100Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:32:30.100Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:32:39.643Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:32:56.569Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:32:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:32:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:32:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:32:56.571Z||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-05-01T06:32:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:32:56.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:32:56.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T06:32:56.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850598540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850599672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850600799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850602029, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850603524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T06:32:56.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850604605, "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-05-01T06:32:56.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850605608, "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-05-01T06:32:56.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850606612, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850607616, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850608620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850609623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-05-01T06:32:56.589Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:33:06.109Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:33:56.569Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:33:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:33:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:33:56.571Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:33:56.571Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|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-05-01T06:33:56.571Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:33:57.088Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:33:57.088Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||received message from topic 2021-05-01T06:33:57.088Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "de868f0b-00a3-4960-82ef-349803bf395c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1619850700780, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-05-01T06:33:57.089Z|70fe6315-88dd-47e1-aa08-e8dbbf3dc88e|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-05-01T06:34:06.109Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:34:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:34:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:34:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:34:56.571Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:34:56.571Z||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-05-01T06:34:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:35:06.105Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:35:06.105Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:35:56.569Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:35:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:35:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:35:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:35:56.571Z||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-05-01T06:35:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:36:06.102Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:36:06.103Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:36:56.569Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:36:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:36:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:36:56.571Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:36:56.571Z||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-05-01T06:36:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:37:06.104Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:37:06.106Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:37:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:37:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:37:56.570Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:37:56.571Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:37:56.571Z||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-05-01T06:37:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:38:06.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:38:06.109Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:38:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:38:56.570Z||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-05-01T06:38:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:38:56.571Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:38:56.572Z||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-05-01T06:38:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:39:06.106Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:39:06.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:39:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:39:56.570Z||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-05-01T06:39:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:39:56.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:39:56.571Z||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-05-01T06:39:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:40:06.102Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:40:06.104Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:40:56.570Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:40:56.570Z||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-05-01T06:40:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:40:56.571Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:40:56.571Z|de868f0b-00a3-4960-82ef-349803bf395c|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-05-01T06:40:56.571Z|de868f0b-00a3-4960-82ef-349803bf395c|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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:41:06.121Z|de868f0b-00a3-4960-82ef-349803bf395c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:41:06.121Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:41:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:41:56.570Z||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-05-01T06:41:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:41:56.571Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:41:56.571Z||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-05-01T06:41:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:42:06.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:42:06.108Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:42:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:42:56.570Z||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-05-01T06:42:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:42:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:42:56.571Z||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-05-01T06:42:56.572Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:43:06.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:43:06.106Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:43:56.569Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:43:56.570Z||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-05-01T06:43:56.570Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:43:56.571Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-05-01T06:43:56.571Z||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-05-01T06:43:56.571Z||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 5YcelXoVvqKAR6ep) ... 2021-05-01T06:44:06.115Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-05-01T06:44:06.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK